Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java412 ULocale uLocale = new ULocale(locale); in isLocaleRtl() local
413 return uLocale.getCharacterOrientation().equals(ICU_LOCALE_DIRECTION_RTL); in isLocaleRtl()