summaryrefslogtreecommitdiffstats
path: root/base/i18n
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Convert ASCIIToUTF16("") to string16().jhawkins@chromium.org2011-11-281-2/+3
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-2/+4
* add base/i18n OWNERS file (with just jshin in it)estade@chromium.org2011-11-151-0/+1
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-262-7/+7
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-252-7/+7
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-252-7/+7
* WriteInto handles length_with_null values of 1 better.cbentzel@chromium.org2011-10-182-8/+19
* Change i18n icu header inclusions to not use system header syntax. asvitkine@chromium.org2011-10-143-4/+4
* Reuse base::i18n::SetICUDefaultLocale from rtl.h in some unittests.tfarina@chromium.org2011-10-072-107/+87
* ntp4: fix app title directionalityestade@chromium.org2011-10-043-95/+148
* This is a reapply of xji@google.com2011-09-212-0/+27
* Revert 102006 - fix know issues in RenderTextsky@chromium.org2011-09-202-27/+0
* fix know issues in RenderTextxji@google.com2011-09-202-0/+27
* Base/Valgrind: Close the UStringSearch.jhawkins@chromium.org2011-09-192-8/+6
* Searching for downloads currently does a plain substring search, which does notvanlam@google.com2011-09-163-0/+226
* Base: Switch base_i18n to be a separate dll (component build)rvargas@google.com2011-08-3112-70/+115
* Upstream android i18n changemichaelbai@google.com2011-08-292-5/+8
* Optimize phishing page term feature extraction.gcasto@chromium.org2011-08-092-7/+8
* Localize strings, speeds.avi@chromium.org2011-06-223-4/+143
* Fix the loading of ca@valencia.pak, which is available intony@chromium.org2011-06-061-1/+9
* Fix memory leak of base/i18n/time_formatter.cckinaba@google.com2011-05-301-2/+2
* Fix ChromeOS clock menu so that it can show 12-hour clock in all locales.kinaba@google.com2011-05-303-7/+206
* base/i18n: Make BreakIterator::IsWord() more readable.tfarina@chromium.org2011-05-262-19/+18
* base/i18n: Pass |str| as const reference in BreakIterator::Init().tfarina@chromium.org2011-05-253-19/+19
* Make DetectEncoding() failed when ucsdet_detect() returls NULL.yoshiki@chromium.org2011-05-241-0/+2
* base/i18n: Remove unneeded includes in case_conversion.*tfarina@chromium.org2011-05-162-6/+3
* base/i18n: Put break_iterator* into namespace i18n.tfarina@chromium.org2011-05-163-17/+27
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-121-4/+4
* wstring: remove WideToUpper/WideToLowerevan@chromium.org2011-05-103-23/+0
* iwyu: Include stringprintf.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-0/+1
* FTP: split the directory listing parser test and re-enable it on TSan botsphajdan.jr@chromium.org2011-05-063-0/+100
* Fix DirectoryLister not to require refcounting.willchan@chromium.org2011-04-271-2/+4
* wstring: remove wstring functions from base/i18n/rtl.hevan@chromium.org2011-04-253-83/+18
* Revert my recent changes regarding title directionality.evan@chromium.org2011-04-251-22/+0
* Change NavigationEntry's title fields to carry the text direction.evan@chromium.org2011-04-231-0/+5
* Update DCHECK() usage to utilize the more expressive debugging functions.kushi.p@gmail.com2011-04-221-2/+2
* Add and use a base::i18n::StringWithDirection for carrying titles.evan@chromium.org2011-04-211-1/+18
* Add TimeFormatTimeOfDayWithHourClockType() and GetHourClockType().satorux@chromium.org2011-04-142-1/+88
* Replacing base::DIR_TEMP with ScopedTempDir when appropriate.mkwst@chromium.org2011-04-121-22/+1
* FTP: Multiple fixes for localized directory listings:phajdan.jr@chromium.org2011-04-112-2/+42
* Revert 80587 - FTP: Multiple fixes for localized directory listings:- fix det...phajdan.jr@chromium.org2011-04-062-41/+1
* FTP: Multiple fixes for localized directory listings:phajdan.jr@chromium.org2011-04-062-1/+41
* Make 'dangerous download warning' visible in Japanese UI on Windows.jshin@chromium.org2011-03-282-12/+25
* Move some files from base to base/memory.levin@chromium.org2011-03-283-7/+7
* Retry on fix. I am a bad programmer.evan@chromium.org2011-03-141-2/+4
* Windows fix.evan@chromium.org2011-03-141-1/+1
* wstring: simplify an rtl testevan@chromium.org2011-03-131-65/+31
* Drop the icu version number from the name of icu data file on Windows. jshin@chromium.org2011-03-101-1/+1
* More DCHECK() updates. A mixture of _EQ and _GE.mhm@chromium.org2011-03-011-1/+1
* Pull in ICU 4.6jshin@chromium.org2011-02-241-2/+3