Searched refs:uspoof_getAllowedChars (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | spooftest.c | 264 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/ |
D | uspoof.h | 901 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status);
|
/external/icu/libandroidicu/include/unicode/ |
D | uspoof.h | 901 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status);
|
D | urename.h | 1666 #define uspoof_getAllowedChars U_ICU_ENTRY_POINT_RENAME(uspoof_getAllowedChars) macro
|
/external/icu/icu4c/source/i18n/ |
D | uspoof.cpp | 318 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedChars() function
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 1666 #define uspoof_getAllowedChars U_ICU_ENTRY_POINT_RENAME(uspoof_getAllowedChars) macro
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 2758 return uspoof_getAllowedChars(sc, status); in uspoof_getAllowedChars_android()
|