Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DLocaleMatcherTest.java306 double matchEnHantTw = LocaleMatcher.match(new ULocale("en_Hant_TW"), in testMatch_matchOnMazimized() local
309 ") than to en_Hant_TW (" + matchEnHantTw + ")", in testMatch_matchOnMazimized()
310 matchEnHantTw < matchZhHant); in testMatch_matchOnMazimized()
312 ") than to en_Hant_TW (" + matchEnHantTw + ")", in testMatch_matchOnMazimized()
313 matchEnHantTw < matchZh); in testMatch_matchOnMazimized()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleMatcherTest.java344 double matchEnHantTw = match(new ULocale("en_Hant_TW"), zhHant); in testMatch_matchOnMaximized() local
346 ") than to en_Hant_TW (" + matchEnHantTw + ")", in testMatch_matchOnMaximized()
347 matchEnHantTw < matchZhHant); in testMatch_matchOnMaximized()
349 ") than to en_Hant_TW (" + matchEnHantTw + ")", in testMatch_matchOnMaximized()
350 matchEnHantTw < matchZh); in testMatch_matchOnMaximized()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DLocaleMatcherTest.java347 double matchEnHantTw = match(new ULocale("en_Hant_TW"), zhHant); in testMatch_matchOnMaximized() local
349 ") than to en_Hant_TW (" + matchEnHantTw + ")", in testMatch_matchOnMaximized()
350 matchEnHantTw < matchZhHant); in testMatch_matchOnMaximized()
352 ") than to en_Hant_TW (" + matchEnHantTw + ")", in testMatch_matchOnMaximized()
353 matchEnHantTw < matchZh); in testMatch_matchOnMaximized()
/external/icu/icu4c/source/test/intltest/
Dlocalematchertest.cpp437 double matchEnHantTw = matcher.internalMatch(en_Hant_TW, zh_Hant, errorCode); in testMatch() local
439 matchEnHantTw < matchZhHant); in testMatch()
441 matchEnHantTw < matchZh); in testMatch()