Searched refs:uspoof_check (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | spooftest.c | 153 checkResults = uspoof_check(rsc, goodLatin, -1, NULL, &status); in TestOpenFromSource() 216 checkResults = uspoof_check(sc2, goodLatin, -1, NULL, &status); in TestUSpoofCAPI() 220 checkResults = uspoof_check(sc2, scMixed, -1, NULL, &status); in TestUSpoofCAPI() 293 checkResults = uspoof_check(clone2, goodLatin, -1, NULL, &status); in TestUSpoofCAPI() 297 checkResults = uspoof_check(clone2, scMixed, -1, NULL, &status); in TestUSpoofCAPI() 308 result = uspoof_check(sc, goodLatin, -1, NULL, &status); in TestUSpoofCAPI() 312 result = uspoof_check(sc, han_Hiragana, -1, NULL, &status); in TestUSpoofCAPI() 316 result = uspoof_check(sc, scMixed, -1, NULL, &status); in TestUSpoofCAPI() 342 checkResults = uspoof_check(sc, scMixed, -1, NULL, &status); in TestUSpoofCAPI() 373 checkResults = uspoof_check(sc, goodLatin, -1, NULL, &status); in TestUSpoofCAPI() [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | uspoof.h | 679 uspoof_check(const USpoofChecker *sc,
|
/external/icu/icu4c/source/i18n/ |
D | uspoof.cpp | 331 uspoof_check(const USpoofChecker *sc, in uspoof_check() function
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 1599 #define uspoof_check U_ICU_ENTRY_POINT_RENAME(uspoof_check) macro
|