Searched refs:internalMatch (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | localematchertest.cpp | 421 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/ |
D | localematcher.h | 683 … double internalMatch(const Locale &desired, const Locale &supported, UErrorCode &errorCode) const;
|
/external/icu/libicu/cts_headers/unicode/ |
D | localematcher.h | 683 … double internalMatch(const Locale &desired, const Locale &supported, UErrorCode &errorCode) const;
|
/external/icu/icu4c/source/common/ |
D | localematcher.cpp | 740 double LocaleMatcher::internalMatch(const Locale &desired, const Locale &supported, UErrorCode &err… in internalMatch() function in LocaleMatcher
|