Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dspooftest.c576 …skelLength = uspoof_getSkeleton(sc, USPOOF_ANY_CASE, lll_Latin_a, -1, dest, UPRV_LENGTHOF(dest), &… in TestUSpoofCAPI()
585 skelLength = uspoof_getSkeleton(sc, USPOOF_ANY_CASE, lll_Latin_a, -1, NULL, 0, &status); in TestUSpoofCAPI()
/external/icu/icu4c/source/i18n/unicode/
Duspoof.h1420 uspoof_getSkeleton(const USpoofChecker *sc,
/external/icu/libandroidicu/include/unicode/
Duspoof.h1420 uspoof_getSkeleton(const USpoofChecker *sc,
Durename.h1678 #define uspoof_getSkeleton U_ICU_ENTRY_POINT_RENAME(uspoof_getSkeleton) macro
/external/icu/icu4c/source/i18n/
Duspoof.cpp667 uspoof_getSkeleton(const USpoofChecker *sc, in uspoof_getSkeleton() function
/external/icu/icu4c/source/common/unicode/
Durename.h1678 #define uspoof_getSkeleton U_ICU_ENTRY_POINT_RENAME(uspoof_getSkeleton) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp2785 return uspoof_getSkeleton(sc, type, id, length, dest, destCapacity, status); in uspoof_getSkeleton_android()