Home
last modified time | relevance | path

Searched refs:uspoof_check2UTF8 (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Duspoof.h1133 uspoof_check2UTF8(const USpoofChecker *sc,
/external/icu/libandroidicu/include/unicode/
Duspoof.h1133 uspoof_check2UTF8(const USpoofChecker *sc,
Durename.h1659 #define uspoof_check2UTF8 U_ICU_ENTRY_POINT_RENAME(uspoof_check2UTF8) macro
/external/icu/icu4c/source/i18n/
Duspoof.cpp410 return uspoof_check2UTF8(sc, id, length, NULL, status); in uspoof_checkUTF8()
415 uspoof_check2UTF8(const USpoofChecker *sc, in uspoof_check2UTF8() function
/external/icu/icu4c/source/test/cintltst/
Dspooftest.c507 result2 = uspoof_check2UTF8(sc, utf8buf, -1, NULL, &status); in TestUSpoofCAPI()
/external/icu/icu4c/source/common/unicode/
Durename.h1659 #define uspoof_check2UTF8 U_ICU_ENTRY_POINT_RENAME(uspoof_check2UTF8) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp2743 return uspoof_check2UTF8(sc, id, length, checkResult, status); in uspoof_check2UTF8_android()