Home
last modified time | relevance | path

Searched refs:ULOCMATCH_DIRECTION_ONLY_TWO_WAY (Results 1 – 7 of 7) sorted by relevance

/third_party/icu/icu4c/source/common/
Dlocdistance.cpp217 if (direction != ULOCMATCH_DIRECTION_ONLY_TWO_WAY || in getBestIndexAndDistance()
230 if (direction != ULOCMATCH_DIRECTION_ONLY_TWO_WAY || in getBestIndexAndDistance()
238 if (direction != ULOCMATCH_DIRECTION_ONLY_TWO_WAY || in getBestIndexAndDistance()
/third_party/node/deps/icu-small/source/common/
Dlocdistance.cpp217 if (direction != ULOCMATCH_DIRECTION_ONLY_TWO_WAY || in getBestIndexAndDistance()
230 if (direction != ULOCMATCH_DIRECTION_ONLY_TWO_WAY || in getBestIndexAndDistance()
238 if (direction != ULOCMATCH_DIRECTION_ONLY_TWO_WAY || in getBestIndexAndDistance()
/third_party/skia/third_party/externals/icu/source/common/
Dlocdistance.cpp217 if (direction != ULOCMATCH_DIRECTION_ONLY_TWO_WAY || in getBestIndexAndDistance()
230 if (direction != ULOCMATCH_DIRECTION_ONLY_TWO_WAY || in getBestIndexAndDistance()
238 if (direction != ULOCMATCH_DIRECTION_ONLY_TWO_WAY || in getBestIndexAndDistance()
/third_party/node/deps/icu-small/source/common/unicode/
Dlocalematcher.h124 ULOCMATCH_DIRECTION_ONLY_TWO_WAY enumerator
/third_party/icu/icu4c/source/common/unicode/
Dlocalematcher.h124 ULOCMATCH_DIRECTION_ONLY_TWO_WAY enumerator
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dlocalematcher.h124 ULOCMATCH_DIRECTION_ONLY_TWO_WAY enumerator
/third_party/icu/icu4c/source/test/intltest/
Dlocalematchertest.cpp377 builder.setDirection(ULOCMATCH_DIRECTION_ONLY_TWO_WAY).build(errorCode); in testDirection()