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 153 checkResults = uspoof_check(rsc, goodLatin, -1, NULL, &status);
216 checkResults = uspoof_check(sc2, goodLatin, -1, NULL, &status);
220 checkResults = uspoof_check(sc2, scMixed, -1, NULL, &status);
293 checkResults = uspoof_check(clone2, goodLatin, -1, NULL, &status);
297 checkResults = uspoof_check(clone2, scMixed, -1, NULL, &status);
304 * basic uspoof_check()
308 result = uspoof_check(sc, goodLatin, -1, NULL, &status);
312 result = uspoof_check(sc, han_Hiragana, -1, NULL, &status);
316 result = uspoof_check(sc, scMixed, -1, NULL, &status);
342 checkResults = uspoof_check(sc, scMixed, -1, NULL, &status)
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
uspoof.h 100 * When performing tests on a single identifier, with the uspoof_check() family of functions,
204 * identifier being tested will also be returned by uspoof_check().
256 * If this "check" is not enabled, the results of uspoof_check() will be zero when an
259 * If this "check" is enabled, (uspoof_check() & USPOOF_ALL_CHECKS) will be zero
314 * Mask for selecting the Restriction Level bits from the return value of uspoof_check().
679 uspoof_check(const USpoofChecker *sc,
    [all...]
  /external/icu/icu4c/source/i18n/
uspoof.cpp 331 uspoof_check(const USpoofChecker *sc, function
  /external/icu/icu4c/source/common/unicode/
urename.h 1599 #define uspoof_check macro
    [all...]

Completed in 121 milliseconds