Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dspooftest.c264 uset = uspoof_getAllowedChars(sc, &status); in TestUSpoofCAPI()
270 TEST_ASSERT_NE(us, uspoof_getAllowedChars(sc, &status)); in TestUSpoofCAPI()
271 TEST_ASSERT(uset_equals(us, uspoof_getAllowedChars(sc, &status))); in TestUSpoofCAPI()
406 set = uspoof_getAllowedChars(sc, &status); in TestUSpoofCAPI()
/external/icu/icu4c/source/i18n/unicode/
Duspoof.h901 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status);
/external/icu/libandroidicu/include/unicode/
Duspoof.h901 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status);
Durename.h1666 #define uspoof_getAllowedChars U_ICU_ENTRY_POINT_RENAME(uspoof_getAllowedChars) macro
/external/icu/icu4c/source/i18n/
Duspoof.cpp318 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedChars() function
/external/icu/icu4c/source/common/unicode/
Durename.h1666 #define uspoof_getAllowedChars U_ICU_ENTRY_POINT_RENAME(uspoof_getAllowedChars) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp2758 return uspoof_getAllowedChars(sc, status); in uspoof_getAllowedChars_android()