HomeSort by relevance Sort by last modified time
    Searched refs:BASE_I18N_EXPORT (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/base/i18n/
i18n_constants.h 8 #include "base/i18n/base_i18n_export.h"
13 BASE_I18N_EXPORT extern const char kCodepageLatin1[]; // a.k.a. ISO 8859-1
14 BASE_I18N_EXPORT extern const char kCodepageUTF8[];
15 BASE_I18N_EXPORT extern const char kCodepageUTF16BE[];
16 BASE_I18N_EXPORT extern const char kCodepageUTF16LE[];
base_i18n_export.h 12 #define BASE_I18N_EXPORT __declspec(dllexport)
14 #define BASE_I18N_EXPORT __declspec(dllimport)
19 #define BASE_I18N_EXPORT __attribute__((visibility("default")))
21 #define BASE_I18N_EXPORT
26 #define BASE_I18N_EXPORT
icu_util.h 9 #include "base/i18n/base_i18n_export.h"
16 BASE_I18N_EXPORT bool InitializeICU();
21 BASE_I18N_EXPORT bool InitializeICUWithFileDescriptor(int data_fd);
25 BASE_I18N_EXPORT void AllowMultipleInitializeCallsForTesting();
icu_util_nacl_win64.cc 10 BASE_I18N_EXPORT bool InitializeICU() {
number_formatting.h 9 #include "base/i18n/base_i18n_export.h"
17 BASE_I18N_EXPORT string16 FormatNumber(int64 number);
22 BASE_I18N_EXPORT string16 FormatDouble(double number, int fractional_digits);
28 BASE_I18N_EXPORT void ResetFormatters();
case_conversion.h 8 #include "base/i18n/base_i18n_export.h"
16 BASE_I18N_EXPORT string16 ToLower(const StringPiece16& string);
19 BASE_I18N_EXPORT string16 ToUpper(const StringPiece16& string);
time_formatting.h 11 #include "base/i18n/base_i18n_export.h"
31 BASE_I18N_EXPORT string16 TimeFormatTimeOfDay(const Time& time);
37 BASE_I18N_EXPORT string16 TimeFormatTimeOfDayWithHourClockType(
43 BASE_I18N_EXPORT string16 TimeFormatShortDate(const Time& time);
46 BASE_I18N_EXPORT string16 TimeFormatShortDateNumeric(const Time& time);
49 BASE_I18N_EXPORT string16 TimeFormatShortDateAndTime(const Time& time);
53 BASE_I18N_EXPORT string16 TimeFormatFriendlyDateAndTime(const Time& time);
57 BASE_I18N_EXPORT string16 TimeFormatFriendlyDate(const Time& time);
62 BASE_I18N_EXPORT HourClockType GetHourClockType();
rtl.h 11 #include "base/i18n/base_i18n_export.h"
40 BASE_I18N_EXPORT std::string GetConfiguredLocale();
43 BASE_I18N_EXPORT std::string GetCanonicalLocale(const char* locale);
52 BASE_I18N_EXPORT void SetICUDefaultLocale(const std::string& locale_string);
55 BASE_I18N_EXPORT bool IsRTL();
61 BASE_I18N_EXPORT bool ICUIsRTL();
64 BASE_I18N_EXPORT TextDirection GetTextDirectionForLocale(
73 BASE_I18N_EXPORT TextDirection GetFirstStrongCharacterDirection(
75 BASE_I18N_EXPORT TextDirection GetLastStrongCharacterDirection(
84 BASE_I18N_EXPORT TextDirection GetStringDirection(const string16& text)
    [all...]
file_util_icu.h 11 #include "base/i18n/base_i18n_export.h"
19 BASE_I18N_EXPORT bool IsFilenameLegal(const string16& file_name);
28 BASE_I18N_EXPORT void ReplaceIllegalCharactersInPath(
35 BASE_I18N_EXPORT bool LocaleAwareCompareFilenames(const FilePath& a,
40 BASE_I18N_EXPORT void NormalizeFileNameEncoding(FilePath* file_name);
timezone.h 10 #include "base/i18n/base_i18n_export.h"
17 BASE_I18N_EXPORT std::string CountryCodeForCurrentTimezone();
icu_encoding_detection.h 11 #include "base/i18n/base_i18n_export.h"
18 BASE_I18N_EXPORT bool DetectEncoding(const std::string& text,
25 BASE_I18N_EXPORT bool DetectAllEncodings(const std::string& text,
icu_string_conversions.h 10 #include "base/i18n/base_i18n_export.h"
41 BASE_I18N_EXPORT bool UTF16ToCodepage(const string16& utf16,
45 BASE_I18N_EXPORT bool CodepageToUTF16(const std::string& encoded,
53 BASE_I18N_EXPORT bool WideToCodepage(const std::wstring& wide,
57 BASE_I18N_EXPORT bool CodepageToWide(const std::string& encoded,
64 BASE_I18N_EXPORT bool ConvertToUtf8AndNormalize(const std::string& text,
string_compare.h 12 #include "base/i18n/base_i18n_export.h"
20 BASE_I18N_EXPORT UCollationResult CompareString16WithCollator(
string_search.h 8 #include "base/i18n/base_i18n_export.h"
23 BASE_I18N_EXPORT
32 class BASE_I18N_EXPORT FixedPatternStringSearchIgnoringCaseAndAccents {
bidi_line_iterator.h 9 #include "base/i18n/base_i18n_export.h"
19 class BASE_I18N_EXPORT BiDiLineIterator {
streaming_utf8_validator.h 17 #include "base/i18n/base_i18n_export.h"
21 class BASE_I18N_EXPORT StreamingUtf8Validator {
char_iterator.h 11 #include "base/i18n/base_i18n_export.h"
30 class BASE_I18N_EXPORT UTF8CharIterator {
76 class BASE_I18N_EXPORT UTF16CharIterator {
break_iterator.h 9 #include "base/i18n/base_i18n_export.h"
58 class BASE_I18N_EXPORT BreakIterator {

Completed in 3088 milliseconds