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

  /external/icu/icu4c/source/test/cintltst/
spooftest.c 156 checkResults = uspoof_check(rsc, goodLatin, -1, NULL, &status);
219 checkResults = uspoof_check(sc2, goodLatin, -1, NULL, &status);
223 checkResults = uspoof_check(sc2, scMixed, -1, NULL, &status);
296 checkResults = uspoof_check(clone2, goodLatin, -1, NULL, &status);
300 checkResults = uspoof_check(clone2, scMixed, -1, NULL, &status);
307 * basic uspoof_check()
311 result = uspoof_check(sc, goodLatin, -1, NULL, &status);
315 result = uspoof_check(sc, han_Hiragana, -1, NULL, &status);
319 result = uspoof_check(sc, scMixed, -1, NULL, &status);
345 checkResults = uspoof_check(sc, scMixed, -1, NULL, &status)
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
uspoof.h 199 * int32_t bitmask = uspoof_check(sc, str, -1, NULL, &status);
209 * startup, and call the cheaper {@link uspoof_check} online. We specify the set of
213 * In addition to {@link uspoof_check}, the function {@link uspoof_checkUTF8} is exposed for UTF8-encoded char* strings,
449 * identifier being tested will also be returned by uspoof_check().
502 * If this "check" is not enabled, the results of {@link uspoof_check} will be
505 * If this "check" is enabled, (uspoof_check() & {@link USPOOF_ALL_CHECKS}) will
522 * @see uspoof_check
574 * Mask for selecting the Restriction Level bits from the return value of {@link uspoof_check}.
704 * Specify the bitmask of checks that will be performed by {@link uspoof_check}. Calling this method
761 * to be performed by {@link uspoof_check}, see {@link uspoof_setChecks}
    [all...]
  /external/icu/icu4c/source/i18n/
uspoof.cpp 317 uspoof_check(const USpoofChecker *sc, function
  /external/icu/icu4c/source/common/unicode/
urename.h 1613 #define uspoof_check macro
    [all...]

Completed in 189 milliseconds