HomeSort by relevance Sort by last modified time
    Searched defs:IsRTL (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/base/l10n/
l10n_util_android.cc 18 jboolean IsRTL(JNIEnv* env, jclass clazz) {
19 return base::i18n::IsRTL();
  /external/chromium/base/i18n/
rtl.cc 99 // See IsRTL() function below.
106 bool IsRTL() {
168 if (!IsRTL() || text->empty())
207 // on any system. Thus no need for the !IsRTL() check here.
211 bool ui_direction_is_rtl = IsRTL();
339 if (!IsRTL())
  /external/chromium_org/base/i18n/
rtl.cc 125 bool IsRTL() {
195 if (!IsRTL() || text->empty())
210 if (!IsRTL() || text->empty())
242 // on any system. Thus no need for the !IsRTL() check here.
246 bool ui_direction_is_rtl = IsRTL();
358 if (IsRTL() || GetFirstStrongCharacterDirection(text) == RIGHT_TO_LEFT) {
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_impl.cc 362 bool AutofillPopupControllerImpl::IsRTL() const {

Completed in 350 milliseconds