Home
last modified time | relevance | path

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

/external/libmojo/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();
61 BASE_I18N_EXPORT bool ICUIsRTL();
66 BASE_I18N_EXPORT TextDirection
70 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 …]
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