Home
last modified time | relevance | path

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

/external/libchrome/base/i18n/
Drtl.cc289 bool has_rtl_chars = StringContainsStrongRTLChars(*text); in AdjustStringForLocaleDirection()
337 bool has_rtl_chars = StringContainsStrongRTLChars(*text); in AdjustStringForLocaleDirection()
405 bool StringContainsStrongRTLChars(const string16& text) { in StringContainsStrongRTLChars() function
Drtl.h138 BASE_I18N_EXPORT bool StringContainsStrongRTLChars(const string16& text);