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();58 BASE_I18N_EXPORT void SetRTLForTesting(bool rtl);64 BASE_I18N_EXPORT bool ICUIsRTL();68 BASE_I18N_EXPORT TextDirection GetForcedTextDirection();73 BASE_I18N_EXPORT TextDirection77 BASE_I18N_EXPORT TextDirection GetTextDirectionForLocale(86 BASE_I18N_EXPORT TextDirection GetFirstStrongCharacterDirection([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