Home
last modified time | relevance | path

Searched refs:onlyTwoWay (Results 1 - 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
H A Dlocalematchertest.cpp375 LocaleMatcher onlyTwoWay = builder.build(errorCode); in testDirection() local
378 onlyTwoWay = std::move(built); in testDirection()
381 locString(onlyTwoWay.getBestMatch(desiredIter, errorCode))); in testDirection()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DLocaleMatcherTest.java655 LocaleMatcher onlyTwoWay = builder.setDirection(LocaleMatcher.Direction.ONLY_TWO_WAY).build(); in testDirection()
656 assertEquals("only two-way", "nn", onlyTwoWay.getBestMatch(desired).toString()); in testDirection()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DLocaleMatcherTest.java674 LocaleMatcher onlyTwoWay = builder.setDirection(LocaleMatcher.Direction.ONLY_TWO_WAY).build(); in testDirection()
675 assertEquals("only two-way", "nn", onlyTwoWay.getBestMatch(desired).toString()); in testDirection()

Completed in 9 milliseconds