Home
last modified time | relevance | path

Searched refs:uspoof_checkUnicodeString (Results 1 - 10 of 10) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
H A Ditspoof.cpp120 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 Duspoof.h208 * 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 Duspoof.h208 * 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 Duspoof.h228 * and {@link uspoof_checkUnicodeString} is exposed for C++ programmers.
1676 uspoof_checkUnicodeString(const USpoofChecker *sc,
/third_party/icu/icu4c/source/i18n/
H A Duspoof.cpp543 uspoof_checkUnicodeString(const USpoofChecker *sc, in uspoof_checkUnicodeString() function
/third_party/node/deps/icu-small/source/i18n/
H A Duspoof.cpp628 uspoof_checkUnicodeString(const USpoofChecker *sc, in uspoof_checkUnicodeString() function
/third_party/skia/third_party/externals/icu/source/i18n/
H A Duspoof.cpp539 uspoof_checkUnicodeString(const USpoofChecker *sc, in uspoof_checkUnicodeString() function
/third_party/icu/icu4c/source/common/unicode/
H A Durename.h1759 #define uspoof_checkUnicodeString U_ICU_ENTRY_POINT_RENAME(uspoof_checkUnicodeString) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A Durename.h1824 #define uspoof_checkUnicodeString U_ICU_ENTRY_POINT_RENAME(uspoof_checkUnicodeString) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Durename.h1738 #define uspoof_checkUnicodeString U_ICU_ENTRY_POINT_RENAME(uspoof_checkUnicodeString) macro

Completed in 35 milliseconds