Searched refs:resolvedNoLatn (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | uspoof_impl.cpp | 345 ScriptSet resolvedNoLatn; in getRestrictionLevel() local 346 getResolvedScriptSetWithout(input, USCRIPT_LATIN, resolvedNoLatn, status); in getRestrictionLevel() 350 if (resolvedNoLatn.test(USCRIPT_HAN_WITH_BOPOMOFO, status) in getRestrictionLevel() 351 || resolvedNoLatn.test(USCRIPT_JAPANESE, status) in getRestrictionLevel() 352 || resolvedNoLatn.test(USCRIPT_KOREAN, status)) { in getRestrictionLevel() 357 if (!resolvedNoLatn.isEmpty() in getRestrictionLevel() 358 && !resolvedNoLatn.test(USCRIPT_CYRILLIC, status) in getRestrictionLevel() 359 && !resolvedNoLatn.test(USCRIPT_GREEK, status) in getRestrictionLevel() 360 && !resolvedNoLatn.test(USCRIPT_CHEROKEE, status)) { in getRestrictionLevel()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | SpoofChecker.java | 1619 ScriptSet resolvedNoLatn = new ScriptSet(); in getRestrictionLevel() local 1620 getResolvedScriptSetWithout(input, UScript.LATIN, resolvedNoLatn); in getRestrictionLevel() 1623 if (resolvedNoLatn.get(UScript.HAN_WITH_BOPOMOFO) || resolvedNoLatn.get(UScript.JAPANESE) in getRestrictionLevel() 1624 || resolvedNoLatn.get(UScript.KOREAN)) { in getRestrictionLevel() 1629 …if (!resolvedNoLatn.isEmpty() && !resolvedNoLatn.get(UScript.CYRILLIC) && !resolvedNoLatn.get(UScr… in getRestrictionLevel() 1630 && !resolvedNoLatn.get(UScript.CHEROKEE)) { in getRestrictionLevel()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | SpoofChecker.java | 1686 ScriptSet resolvedNoLatn = new ScriptSet(); in getRestrictionLevel() local 1687 getResolvedScriptSetWithout(input, UScript.LATIN, resolvedNoLatn); in getRestrictionLevel() 1690 if (resolvedNoLatn.get(UScript.HAN_WITH_BOPOMOFO) || resolvedNoLatn.get(UScript.JAPANESE) in getRestrictionLevel() 1691 || resolvedNoLatn.get(UScript.KOREAN)) { in getRestrictionLevel() 1696 …if (!resolvedNoLatn.isEmpty() && !resolvedNoLatn.get(UScript.CYRILLIC) && !resolvedNoLatn.get(UScr… in getRestrictionLevel() 1697 && !resolvedNoLatn.get(UScript.CHEROKEE)) { in getRestrictionLevel()
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |