summaryrefslogtreecommitdiffstats
path: root/base/i18n
Commit message (Expand)AuthorAgeFilesLines
* Fix instant extended grey autocompletion for RTL languages in CrOS and Win.beaudoin@chromium.org2013-02-263-14/+134
* base: Move MemoryMappedFile out of file_util.h and into its own header file.tfarina@chromium.org2013-02-241-1/+2
* Move file_path.h to base/files.brettw@chromium.org2013-02-245-5/+5
* Fix more remaining FilePath -> base::FilePath.brettw@chromium.org2013-02-181-0/+2
* Disable "using base::FilePath" on Linux since it now compiles.brettw@chromium.org2013-02-171-3/+4
* Replace FilePath with base::FilePath.brettw@chromium.org2013-02-171-4/+5
* Move sys_string_conversions to base/strings.brettw@chromium.org2013-02-074-4/+4
* Add FilePath to base namespace.brettw@chromium.org2013-02-022-5/+6
* base: Convert scoped_arrays to the new scoped_ptr style.tfarina@chromium.org2013-01-181-3/+3
* Add missing, and remove unnecessary, 'explicit' from constructors. (base/)hans@chromium.org2013-01-151-2/+2
* Enforce consistent include style for ICU headers.phajdan.jr@chromium.org2013-01-091-1/+1
* Roll ICU and convert include style to standard Chromium style,phajdan.jr@chromium.org2013-01-0714-30/+29
* Linux: update expectations of TimeFormattingTest for ICU-50.phajdan.jr@chromium.org2013-01-031-0/+21
* Cleanup: avoid foo ? true : false, part 1.thestig@chromium.org2012-09-271-1/+1
* Check string and UI direction in GetDisplayStringInLTRDirectionality, etc.msw@chromium.org2012-09-133-92/+157
* base::i18n::StringSearch...() returns match index and lengthderat@chromium.org2012-09-093-46/+133
* Add BREAK_CHARACTER to base::i18n::BreakIterator.hbono@chromium.org2012-08-313-0/+29
* Load ICU data from file on iOS.blundell@chromium.org2012-08-161-0/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1113-13/+0
* Change the way _EXPORT macros look.thakis@chromium.org2012-05-151-0/+4
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-051-10/+1
* Normalize download file name on chromeostbarzic@chromium.org2012-03-273-3/+41
* Fix a typo in the comment for ToUnicodeCallbackSubstitute()steveblock@chromium.org2012-03-231-2/+2
* Transition to base/mac/bundle_locations.h step 1jeremy@chromium.org2012-01-191-3/+3
* Add comment to NumberFormatWrapper.avi@chromium.org2012-01-101-1/+3
* Extract common code from StringPiece and StringPiece16 into a templated base ...erikwright@chromium.org2011-12-221-0/+1
* Revert "Extract common code from StringPiece and StringPiece16 into a templat...erikwright@chromium.org2011-12-131-1/+0
* Extract common code from StringPiece and StringPiece16 into a templated base ...erikwright@chromium.org2011-12-131-0/+1
* 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