Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/i18n/
Duspoof_impl.cpp345 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()
/third_party/node/deps/icu-small/source/i18n/
Duspoof_impl.cpp345 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()
/third_party/icu/icu4c/source/i18n/
Duspoof_impl.cpp345 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()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java1689 ScriptSet resolvedNoLatn = new ScriptSet(); in getRestrictionLevel() local
1690 getResolvedScriptSetWithout(input, UScript.LATIN, resolvedNoLatn); in getRestrictionLevel()
1693 if (resolvedNoLatn.get(UScript.HAN_WITH_BOPOMOFO) || resolvedNoLatn.get(UScript.JAPANESE) in getRestrictionLevel()
1694 || resolvedNoLatn.get(UScript.KOREAN)) { in getRestrictionLevel()
1699 …if (!resolvedNoLatn.isEmpty() && !resolvedNoLatn.get(UScript.CYRILLIC) && !resolvedNoLatn.get(UScr… in getRestrictionLevel()
1700 && !resolvedNoLatn.get(UScript.CHEROKEE)) { in getRestrictionLevel()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DSpoofChecker.java1616 ScriptSet resolvedNoLatn = new ScriptSet(); in getRestrictionLevel() local
1617 getResolvedScriptSetWithout(input, UScript.LATIN, resolvedNoLatn); in getRestrictionLevel()
1620 if (resolvedNoLatn.get(UScript.HAN_WITH_BOPOMOFO) || resolvedNoLatn.get(UScript.JAPANESE) in getRestrictionLevel()
1621 || resolvedNoLatn.get(UScript.KOREAN)) { in getRestrictionLevel()
1626 …if (!resolvedNoLatn.isEmpty() && !resolvedNoLatn.get(UScript.CYRILLIC) && !resolvedNoLatn.get(UScr… in getRestrictionLevel()
1627 && !resolvedNoLatn.get(UScript.CHEROKEE)) { in getRestrictionLevel()