Searched refs:internalMatch (Results 1 – 8 of 8) sorted by relevance
/third_party/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()
|
/third_party/node/lib/ |
D | assert.js | 995 function internalMatch(string, regexp, message, fn) { function 1038 internalMatch(string, regexp, message, match); 1049 internalMatch(string, regexp, message, doesNotMatch);
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | localematcher.h | 671 … double internalMatch(const Locale &desired, const Locale &supported, UErrorCode &errorCode) const;
|
/third_party/icu/icu4c/source/common/unicode/ |
D | localematcher.h | 671 … double internalMatch(const Locale &desired, const Locale &supported, UErrorCode &errorCode) const;
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | localematcher.h | 677 … double internalMatch(const Locale &desired, const Locale &supported, UErrorCode &errorCode) const;
|
/third_party/node/deps/icu-small/source/common/ |
D | localematcher.cpp | 720 double LocaleMatcher::internalMatch(const Locale &desired, const Locale &supported, UErrorCode &err… in internalMatch() function in LocaleMatcher
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | localematcher.cpp | 738 double LocaleMatcher::internalMatch(const Locale &desired, const Locale &supported, UErrorCode &err… in internalMatch() function in LocaleMatcher
|
/third_party/icu/icu4c/source/common/ |
D | localematcher.cpp | 720 double LocaleMatcher::internalMatch(const Locale &desired, const Locale &supported, UErrorCode &err… in internalMatch() function in LocaleMatcher
|