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

  /external/chromium/third_party/icu/public/common/unicode/
udraft.h 50 # define uspoof_areConfusable uspoof_areConfusable_DRAFT_API_DO_NOT_USE
urename.h     [all...]
  /external/icu4c/test/cintltst/
spooftest.c 430 * uspoof_areConfusable()
435 checkResults = uspoof_areConfusable(sc, scLatin, -1, scMixed, -1, &status);
439 checkResults = uspoof_areConfusable(sc, goodGreek, -1, scLatin, -1, &status);
443 checkResults = uspoof_areConfusable(sc, lll_Latin_a, -1, lll_Latin_b, -1, &status);
  /external/chromium/third_party/icu/public/i18n/unicode/
uspoof.h 88 * When testing whether pairs of identifiers are confusable, with the uspoof_areConfusable()
644 uspoof_areConfusable(const USpoofChecker *sc,
    [all...]
  /external/icu4c/i18n/unicode/
uspoof.h 88 * When testing whether pairs of identifiers are confusable, with the uspoof_areConfusable()
676 uspoof_areConfusable(const USpoofChecker *sc,
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
spooftest.c 449 * uspoof_areConfusable()
454 checkResults = uspoof_areConfusable(sc, scLatin, -1, scMixed, -1, &status);
458 checkResults = uspoof_areConfusable(sc, goodGreek, -1, scLatin, -1, &status);
462 checkResults = uspoof_areConfusable(sc, lll_Latin_a, -1, lll_Latin_b, -1, &status);
  /external/chromium/third_party/icu/source/i18n/
uspoof.cpp 411 uspoof_areConfusable(const USpoofChecker *sc,
552 int32_t results = uspoof_areConfusable(sc, s1U, lengthS1U, s2U, lengthS2U, status);
575 int32_t results = uspoof_areConfusable(sc, u1, length1, u2, length2, status);
  /external/icu4c/i18n/
uspoof.cpp 411 uspoof_areConfusable(const USpoofChecker *sc,
552 int32_t results = uspoof_areConfusable(sc, s1U, lengthS1U, s2U, lengthS2U, status);
575 int32_t results = uspoof_areConfusable(sc, u1, length1, u2, length2, status);
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 4358 milliseconds