/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | uspoof.h | 98 * 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 D | uspoof.h | 98 * 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 D | spooftest.c | 589 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 D | uspoof.h | 118 * 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 D | uspoof.cpp | 678 uspoof_getSkeleton(const USpoofChecker *sc, in uspoof_getSkeleton() function
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | uspoof.cpp | 763 uspoof_getSkeleton(const USpoofChecker *sc, in uspoof_getSkeleton() function
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | uspoof.cpp | 674 uspoof_getSkeleton(const USpoofChecker *sc, in uspoof_getSkeleton() function
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | urename.h | 1775 #define uspoof_getSkeleton U_ICU_ENTRY_POINT_RENAME(uspoof_getSkeleton) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | urename.h | 1843 #define uspoof_getSkeleton U_ICU_ENTRY_POINT_RENAME(uspoof_getSkeleton) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | urename.h | 1754 #define uspoof_getSkeleton U_ICU_ENTRY_POINT_RENAME(uspoof_getSkeleton) macro
|