Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java73 private static final String ICU_LOCALE_DIRECTION_RTL = "right-to-left"; field in Bridge
524 return uLocale.getCharacterOrientation().equals(ICU_LOCALE_DIRECTION_RTL); in isLocaleRtl()