Searched refs:BASE_I18N_EXPORT (Results 1 – 2 of 2) sorted by relevance
40 BASE_I18N_EXPORT std::string GetConfiguredLocale();43 BASE_I18N_EXPORT std::string GetCanonicalLocale(const std::string& locale);52 BASE_I18N_EXPORT void SetICUDefaultLocale(const std::string& locale_string);55 BASE_I18N_EXPORT bool IsRTL();61 BASE_I18N_EXPORT bool ICUIsRTL();66 BASE_I18N_EXPORT TextDirection70 BASE_I18N_EXPORT TextDirection GetTextDirectionForLocale(79 BASE_I18N_EXPORT TextDirection GetFirstStrongCharacterDirection(81 BASE_I18N_EXPORT TextDirection GetLastStrongCharacterDirection(90 BASE_I18N_EXPORT TextDirection GetStringDirection(const string16& text);[all …]
12 #define BASE_I18N_EXPORT __declspec(dllexport) macro14 #define BASE_I18N_EXPORT __declspec(dllimport) macro19 #define BASE_I18N_EXPORT __attribute__((visibility("default"))) macro21 #define BASE_I18N_EXPORT macro26 #define BASE_I18N_EXPORT macro