Home
last modified time | relevance | path

Searched refs:BASE_I18N_EXPORT (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/i18n/
Drtl.h40 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 TextDirection
77 BASE_I18N_EXPORT TextDirection GetTextDirectionForLocale(
86 BASE_I18N_EXPORT TextDirection GetFirstStrongCharacterDirection(
[all …]
Dbase_i18n_export.h12 #define BASE_I18N_EXPORT __declspec(dllexport) macro
14 #define BASE_I18N_EXPORT __declspec(dllimport) macro
19 #define BASE_I18N_EXPORT __attribute__((visibility("default"))) macro
21 #define BASE_I18N_EXPORT macro
26 #define BASE_I18N_EXPORT macro