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

  /external/chromium_org/third_party/icu/source/i18n/
uspoof.cpp 384 /* A convenience wrapper around the public uspoof_getSkeleton that handles
395 requiredCapacity = uspoof_getSkeleton(sc, type, s, inputLength, dest, destCapacity, status);
403 uspoof_getSkeleton(sc, type, s, inputLength, buf, requiredCapacity, status);
593 uspoof_getSkeleton(const USpoofChecker *sc,
728 int32_t outputSize = uspoof_getSkeleton(sc, type, str, strLen, smallBuf, USPOOF_STACK_BUFFER_SIZE, status);
736 uspoof_getSkeleton(sc, type, str, strLen, buf, outputSize+1, status);
784 skelLengthInUChars = uspoof_getSkeleton(sc, type, inBuf, lengthInUChars,
793 skelLengthInUChars = uspoof_getSkeleton(sc, type, inBuf, lengthInUChars,
  /external/chromium_org/third_party/icu/source/i18n/unicode/
uspoof.h 135 * confusable with an identifier already in the set. The uspoof_getSkeleton()
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
spooftest.c 490 skelLength = uspoof_getSkeleton(sc, USPOOF_ANY_CASE, lll_Latin_a, -1, dest, sizeof(dest)/sizeof(UChar), &status);
499 skelLength = uspoof_getSkeleton(sc, USPOOF_ANY_CASE, lll_Latin_a, -1, NULL, 0, &status);
  /external/icu4c/i18n/unicode/
uspoof.h 133 * confusable with an identifier already in the set. The uspoof_getSkeleton()
    [all...]
  /external/icu4c/test/cintltst/
spooftest.c 517 skelLength = uspoof_getSkeleton(sc, USPOOF_ANY_CASE, lll_Latin_a, -1, dest, sizeof(dest)/sizeof(UChar), &status);
526 skelLength = uspoof_getSkeleton(sc, USPOOF_ANY_CASE, lll_Latin_a, -1, NULL, 0, &status);
  /external/icu4c/i18n/
uspoof.cpp 592 uspoof_getSkeleton(const USpoofChecker *sc,
  /external/icu4c/common/unicode/
urename.h     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]

Completed in 370 milliseconds