Searched refs:uspoof_check (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | spooftest.c | 156 checkResults = uspoof_check(rsc, goodLatin, -1, NULL, &status); in TestOpenFromSource() 219 checkResults = uspoof_check(sc2, goodLatin, -1, NULL, &status); in TestUSpoofCAPI() 223 checkResults = uspoof_check(sc2, scMixed, -1, NULL, &status); in TestUSpoofCAPI() 296 checkResults = uspoof_check(clone2, goodLatin, -1, NULL, &status); in TestUSpoofCAPI() 300 checkResults = uspoof_check(clone2, scMixed, -1, NULL, &status); in TestUSpoofCAPI() 311 result = uspoof_check(sc, goodLatin, -1, NULL, &status); in TestUSpoofCAPI() 315 result = uspoof_check(sc, han_Hiragana, -1, NULL, &status); in TestUSpoofCAPI() 319 result = uspoof_check(sc, scMixed, -1, NULL, &status); in TestUSpoofCAPI() 345 checkResults = uspoof_check(sc, scMixed, -1, NULL, &status); in TestUSpoofCAPI() 376 checkResults = uspoof_check(sc, goodLatin, -1, NULL, &status); in TestUSpoofCAPI() [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | uspoof.h | 976 uspoof_check(const USpoofChecker *sc,
|
/external/icu/icu4c/source/i18n/ |
D | uspoof.cpp | 317 uspoof_check(const USpoofChecker *sc, in uspoof_check() function
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 1614 #define uspoof_check U_ICU_ENTRY_POINT_RENAME(uspoof_check) macro
|