Searched refs:uLocale (Results 1 – 2 of 2) sorted by relevance
523 ULocale uLocale = new ULocale(locale); in isLocaleRtl() local524 return uLocale.getCharacterOrientation().equals(ICU_LOCALE_DIRECTION_RTL); in isLocaleRtl()
226 for (ULocale uLocale : localesToPin) { in beginIcuCachePinning()227 new DecimalFormatSymbols(uLocale); in beginIcuCachePinning()