Searched refs:uspoof_checkUnicodeString (Results 1 - 10 of 10) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
H A D | itspoof.cpp | 120 int32_t checkResults = uspoof_checkUnicodeString(sc, s, &position, &status); in testSpoofAPI() 260 TEST_ASSERT_EQ(0, uspoof_checkUnicodeString(sc, s, &position, &status)); in testInvisible() 265 TEST_ASSERT_EQ(USPOOF_INVISIBLE, uspoof_checkUnicodeString(sc, s2, &position, &status)); in testInvisible() 273 TEST_ASSERT_EQ(USPOOF_INVISIBLE, uspoof_checkUnicodeString(sc, s3, &position, &status)); in testInvisible() 283 TEST_ASSERT_EQ(USPOOF_INVISIBLE, uspoof_checkUnicodeString(sc, s, &position, &status) & USPOOF_INVISIBLE ); in testBug8654() 599 int32_t actualValue = uspoof_checkUnicodeString(sc, testString, NULL, &status); in testRestrictionLevel() 616 int32_t result = uspoof_checkUnicodeString(sc, testString, NULL, &status); in testRestrictionLevel() 688 // uspoof_checkUnicodeString should NOT have an infinite loop. 695 uspoof_checkUnicodeString(sc.getAlias(), UnicodeString("\\u30FB").unescape(), NULL, &status); in testBug12825()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | uspoof.h | 208 * and {@link uspoof_checkUnicodeString} is exposed for C++ programmers. 1450 uspoof_checkUnicodeString(const USpoofChecker *sc,
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | uspoof.h | 208 * and {@link uspoof_checkUnicodeString} is exposed for C++ programmers. 1450 uspoof_checkUnicodeString(const USpoofChecker *sc,
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | uspoof.h | 228 * and {@link uspoof_checkUnicodeString} is exposed for C++ programmers. 1676 uspoof_checkUnicodeString(const USpoofChecker *sc,
|
/third_party/icu/icu4c/source/i18n/ |
H A D | uspoof.cpp | 543 uspoof_checkUnicodeString(const USpoofChecker *sc, in uspoof_checkUnicodeString() function
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | uspoof.cpp | 628 uspoof_checkUnicodeString(const USpoofChecker *sc, in uspoof_checkUnicodeString() function
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | uspoof.cpp | 539 uspoof_checkUnicodeString(const USpoofChecker *sc, in uspoof_checkUnicodeString() function
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | urename.h | 1759 #define uspoof_checkUnicodeString U_ICU_ENTRY_POINT_RENAME(uspoof_checkUnicodeString) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | urename.h | 1824 #define uspoof_checkUnicodeString U_ICU_ENTRY_POINT_RENAME(uspoof_checkUnicodeString) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | urename.h | 1738 #define uspoof_checkUnicodeString U_ICU_ENTRY_POINT_RENAME(uspoof_checkUnicodeString) macro
|
Completed in 37 milliseconds