Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/i18n/unicode/
H A Duspoof.h98 * be thought of as a "hash code". {@link uspoof_getSkeleton} computes the skeleton for a particular string, so
110 * int32_t skel1Len = uspoof_getSkeleton(sc, 0, str1, -1, NULL, 0, &status);
113 * uspoof_getSkeleton(sc, 0, str1, -1, skel1, skel1Len, &status);
116 * int32_t skel2Len = uspoof_getSkeleton(sc, 0, str2, -1, NULL, 0, &status);
119 * uspoof_getSkeleton(sc, 0, str2, -1, skel2, skel2Len, &status);
131 * {@link uspoof_areConfusable} many times in a loop, {@link uspoof_getSkeleton} can be used instead, as shown below:
145 * int32_t len = uspoof_getSkeleton(sc, 0, word, -1, NULL, 0, &status);
148 * uspoof_getSkeleton(sc, 0, word, -1, skeletons[i], len, &status);
153 * int32_t len = uspoof_getSkeleton(sc, 0, str, -1, NULL, 0, &status);
156 * uspoof_getSkeleton(s
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Duspoof.h98 * be thought of as a "hash code". {@link uspoof_getSkeleton} computes the skeleton for a particular string, so
110 * int32_t skel1Len = uspoof_getSkeleton(sc, 0, str1, -1, NULL, 0, &status);
113 * uspoof_getSkeleton(sc, 0, str1, -1, skel1, skel1Len, &status);
116 * int32_t skel2Len = uspoof_getSkeleton(sc, 0, str2, -1, NULL, 0, &status);
119 * uspoof_getSkeleton(sc, 0, str2, -1, skel2, skel2Len, &status);
131 * {@link uspoof_areConfusable} many times in a loop, {@link uspoof_getSkeleton} can be used instead, as shown below:
145 * int32_t len = uspoof_getSkeleton(sc, 0, word, -1, NULL, 0, &status);
148 * uspoof_getSkeleton(sc, 0, word, -1, skeletons[i], len, &status);
153 * int32_t len = uspoof_getSkeleton(sc, 0, str, -1, NULL, 0, &status);
156 * uspoof_getSkeleton(s
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dspooftest.c589 skelLength = uspoof_getSkeleton(sc, USPOOF_ANY_CASE, lll_Latin_a, -1, dest, UPRV_LENGTHOF(dest), &status); in TestUSpoofCAPI()
598 skelLength = uspoof_getSkeleton(sc, USPOOF_ANY_CASE, lll_Latin_a, -1, NULL, 0, &status); in TestUSpoofCAPI()
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Duspoof.h118 * be thought of as a "hash code". {@link uspoof_getSkeleton} computes the skeleton for a particular string, so
130 * int32_t skel1Len = uspoof_getSkeleton(sc, 0, str1, -1, NULL, 0, &status);
133 * uspoof_getSkeleton(sc, 0, str1, -1, skel1, skel1Len, &status);
136 * int32_t skel2Len = uspoof_getSkeleton(sc, 0, str2, -1, NULL, 0, &status);
139 * uspoof_getSkeleton(sc, 0, str2, -1, skel2, skel2Len, &status);
151 * {@link uspoof_areConfusable} many times in a loop, {@link uspoof_getSkeleton} can be used instead, as shown below:
165 * int32_t len = uspoof_getSkeleton(sc, 0, word, -1, NULL, 0, &status);
168 * uspoof_getSkeleton(sc, 0, word, -1, skeletons[i], len, &status);
173 * int32_t len = uspoof_getSkeleton(sc, 0, str, -1, NULL, 0, &status);
176 * uspoof_getSkeleton(s
[all...]
/third_party/icu/icu4c/source/i18n/
H A Duspoof.cpp678 uspoof_getSkeleton(const USpoofChecker *sc, in uspoof_getSkeleton() function
/third_party/node/deps/icu-small/source/i18n/
H A Duspoof.cpp763 uspoof_getSkeleton(const USpoofChecker *sc, in uspoof_getSkeleton() function
/third_party/skia/third_party/externals/icu/source/i18n/
H A Duspoof.cpp674 uspoof_getSkeleton(const USpoofChecker *sc, in uspoof_getSkeleton() function
/third_party/icu/icu4c/source/common/unicode/
H A Durename.h1775 #define uspoof_getSkeleton U_ICU_ENTRY_POINT_RENAME(uspoof_getSkeleton) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A Durename.h1843 #define uspoof_getSkeleton U_ICU_ENTRY_POINT_RENAME(uspoof_getSkeleton) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Durename.h1754 #define uspoof_getSkeleton U_ICU_ENTRY_POINT_RENAME(uspoof_getSkeleton) macro

Completed in 31 milliseconds