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

  /external/icu4c/i18n/
uspoof.cpp 592 uspoof_getSkeleton(const USpoofChecker *sc,
  /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/icu4c/common/unicode/
urename.h     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]

Completed in 92 milliseconds