Searched refs:isLocaleCJK (Results 1 – 2 of 2) sorted by relevance
111 assertTrue(LocaleSet.isLocaleCJK(Locale.TRADITIONAL_CHINESE)); in testIsLocaleCJK()112 assertTrue(LocaleSet.isLocaleCJK(Locale.SIMPLIFIED_CHINESE)); in testIsLocaleCJK()113 assertTrue(LocaleSet.isLocaleCJK(Locale.JAPANESE)); in testIsLocaleCJK()114 assertTrue(LocaleSet.isLocaleCJK(Locale.JAPAN)); in testIsLocaleCJK()115 assertTrue(LocaleSet.isLocaleCJK(Locale.KOREA)); in testIsLocaleCJK()116 assertTrue(LocaleSet.isLocaleCJK(Locale.KOREAN)); in testIsLocaleCJK()118 assertFalse(LocaleSet.isLocaleCJK(Locale.ENGLISH)); in testIsLocaleCJK()
67 static boolean isLocaleCJK(@Nullable Locale locale) { in isLocaleCJK() method in LocaleSet115 return isLocaleCJK(getPrimaryLocale()); in isPrimaryLocaleCJK()