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

  /external/chromium_org/third_party/icu/source/test/cintltst/
spooftest.c 204 checkResults = uspoof_check(sc2, goodLatin, -1, NULL, &status);
208 checkResults = uspoof_check(sc2, scMixed, -1, NULL, &status);
281 checkResults = uspoof_check(clone2, goodLatin, -1, NULL, &status);
285 checkResults = uspoof_check(clone2, scMixed, -1, NULL, &status);
311 checkResults = uspoof_check(sc, scMixed, -1, NULL, &status);
342 checkResults = uspoof_check(sc, goodLatin, -1, NULL, &status);
346 checkResults = uspoof_check(sc, goodGreek, -1, NULL, &status);
350 checkResults = uspoof_check(sc, goodCyrl, -1, NULL, &status);
358 checkResults = uspoof_check(sc, goodGreek, -1, NULL, &status);
388 checkResults = uspoof_check(sc, goodLatin, -1, NULL, &status)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
spooftest.c 209 checkResults = uspoof_check(sc2, goodLatin, -1, NULL, &status);
213 checkResults = uspoof_check(sc2, scMixed, -1, NULL, &status);
286 checkResults = uspoof_check(clone2, goodLatin, -1, NULL, &status);
290 checkResults = uspoof_check(clone2, scMixed, -1, NULL, &status);
297 * basic uspoof_check()
301 result = uspoof_check(sc, goodLatin, -1, NULL, &status);
305 result = uspoof_check(sc, han_Hiragana, -1, NULL, &status);
309 result = uspoof_check(sc, scMixed, -1, NULL, &status);
335 checkResults = uspoof_check(sc, scMixed, -1, NULL, &status);
366 checkResults = uspoof_check(sc, goodLatin, -1, NULL, &status)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
uspoof.h 102 * When performing tests on a single identifier, with the uspoof_check() family of functions,
555 uspoof_check(const USpoofChecker *sc,
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
uspoof.h 100 * When performing tests on a single identifier, with the uspoof_check() family of functions,
196 * identifier being tested will also be returned by uspoof_check().
248 * If this "check" is not enabled, the results of uspoof_check() will be zero when an
251 * If this "check" is enabled, (uspoof_check() & USPOOF_ALL_CHECKS) will be zero
309 * Mask for selecting the Restriction Level bits from the return value of uspoof_check().
675 uspoof_check(const USpoofChecker *sc,
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
uspoof.cpp 189 uspoof_check(const USpoofChecker *sc, function
359 int32_t result = uspoof_check(sc, text16, len16, &position16, status);
587 int32_t result = uspoof_check(sc, text.getBuffer(), text.length(), position, status);
  /external/icu/icu4c/source/i18n/
uspoof.cpp 303 uspoof_check(const USpoofChecker *sc, function
  /external/icu/icu4c/source/common/unicode/
urename.h 1560 #define uspoof_check macro
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 1561 #define uspoof_check macro
    [all...]

Completed in 137 milliseconds