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

  /external/icu/icu4c/source/i18n/unicode/
uspoof.h 218 * is available in the returned bitmask. For complete information, use the {@link uspoof_check2} class of functions
235 * int32_t bitmask = uspoof_check2(sc, str, -1, checkResult, &status);
303 * int32_t bitmask = uspoof_check2(sc, str, -1, NULL, &status);
    [all...]
  /external/icu/icu4c/source/i18n/
uspoof.cpp 327 // Delegate to uspoof_check2
328 return uspoof_check2(sc, id, length, NULL, status);
333 uspoof_check2(const USpoofChecker *sc, function
363 // Delegate to uspoof_check2
500 // Delegate to uspoof_check2
  /external/icu/icu4c/source/test/cintltst/
spooftest.c 469 * uspoof_check2 variants
486 result2 = uspoof_check2(sc, str, -1, NULL, &status);
492 result2 = uspoof_check2(sc, str, -1, checkResult, &status);
  /external/icu/icu4c/source/common/unicode/
urename.h 1614 #define uspoof_check2 macro
    [all...]

Completed in 8407 milliseconds