Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dlocalematchertest.cpp421 assertEquals("exact match", 1.0, matcher.internalMatch(en_CA, en_CA, errorCode)); in testMatch()
425 double match = matcher.internalMatch(ar_MK, en_CA, errorCode); in testMatch()
432 double matchZh = matcher.internalMatch(und_TW, zh, errorCode); in testMatch()
433 double matchZhHant = matcher.internalMatch(und_TW, zh_Hant, errorCode); in testMatch()
437 double matchEnHantTw = matcher.internalMatch(en_Hant_TW, zh_Hant, errorCode); in testMatch()
/external/icu/icu4c/source/common/unicode/
Dlocalematcher.h683 … double internalMatch(const Locale &desired, const Locale &supported, UErrorCode &errorCode) const;
/external/icu/libicu/cts_headers/unicode/
Dlocalematcher.h683 … double internalMatch(const Locale &desired, const Locale &supported, UErrorCode &errorCode) const;
/external/icu/icu4c/source/common/
Dlocalematcher.cpp740 double LocaleMatcher::internalMatch(const Locale &desired, const Locale &supported, UErrorCode &err… in internalMatch() function in LocaleMatcher