HomeSort by relevance Sort by last modified time
    Searched refs:uspoof_getSkeleton (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/i18n/unicode/
uspoof.h 99 * be thought of as a "hash code". {@link uspoof_getSkeleton} computes the skeleton for a particular string, so
111 * int32_t skel1Len = uspoof_getSkeleton(sc, 0, str1, -1, NULL, 0, &status);
114 * uspoof_getSkeleton(sc, 0, str1, -1, skel1, skel1Len, &status);
117 * int32_t skel2Len = uspoof_getSkeleton(sc, 0, str2, -1, NULL, 0, &status);
120 * uspoof_getSkeleton(sc, 0, str2, -1, skel2, skel2Len, &status);
133 * {@link uspoof_areConfusable} many times in a loop, {@link uspoof_getSkeleton} can be used instead, as shown below:
147 * int32_t len = uspoof_getSkeleton(sc, 0, word, -1, NULL, 0, &status);
150 * uspoof_getSkeleton(sc, 0, word, -1, skeletons[i], len, &status);
155 * int32_t len = uspoof_getSkeleton(sc, 0, str, -1, NULL, 0, &status);
158 * uspoof_getSkeleton(sc, 0, str, -1, skel, len, &status)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
spooftest.c 576 skelLength = uspoof_getSkeleton(sc, USPOOF_ANY_CASE, lll_Latin_a, -1, dest, UPRV_LENGTHOF(dest), &status);
585 skelLength = uspoof_getSkeleton(sc, USPOOF_ANY_CASE, lll_Latin_a, -1, NULL, 0, &status);
  /external/icu/icu4c/source/i18n/
uspoof.cpp 614 uspoof_getSkeleton(const USpoofChecker *sc,
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]

Completed in 46 milliseconds