Home
last modified time | relevance | path

Searched refs:uspoof_getAllowedChars (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dspooftest.c261 uset = uspoof_getAllowedChars(sc, &status); in TestUSpoofCAPI()
267 TEST_ASSERT_NE(us, uspoof_getAllowedChars(sc, &status)); in TestUSpoofCAPI()
268 TEST_ASSERT(uset_equals(us, uspoof_getAllowedChars(sc, &status))); in TestUSpoofCAPI()
403 set = uspoof_getAllowedChars(sc, &status); in TestUSpoofCAPI()
/external/icu/icu4c/source/i18n/unicode/
Duspoof.h601 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status);
/external/icu/icu4c/source/i18n/
Duspoof.cpp286 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedChars() function
/external/icu/icu4c/source/common/unicode/
Durename.h1604 #define uspoof_getAllowedChars U_ICU_ENTRY_POINT_RENAME(uspoof_getAllowedChars) macro