/external/chromium/third_party/icu/public/common/unicode/ |
udraft.h | 59 # define uspoof_getSkeleton uspoof_getSkeleton_DRAFT_API_DO_NOT_USE
|
urename.h | [all...] |
/external/chromium/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, 727 int32_t outputSize = uspoof_getSkeleton(sc, type, str, strLen, smallBuf, USPOOF_STACK_BUFFER_SIZE, status); 735 uspoof_getSkeleton(sc, type, str, strLen, buf, outputSize+1, status); 783 skelLengthInUChars = uspoof_getSkeleton(sc, type, outBuf, lengthInUChars, 792 skelLengthInUChars = uspoof_getSkeleton(sc, type, outBuf, lengthInUChars,
|
/external/icu4c/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/third_party/icu/public/i18n/unicode/ |
uspoof.h | [all...] |
/external/icu4c/i18n/unicode/ |
uspoof.h | 140 * confusable with an identifier already in the set. The uspoof_getSkeleton() [all...] |
/external/icu4c/test/cintltst/ |
spooftest.c | 490 skelLength = uspoof_getSkeleton(sc, USPOOF_ANY_CASE, lll_Latin_a, -1, dest, sizeof(dest)/sizeof(UChar), &status); 498 skelLength = uspoof_getSkeleton(sc, USPOOF_ANY_CASE, lll_Latin_a, -1, NULL, 0, &status);
|
/external/chromium/third_party/icu/source/test/cintltst/ |
spooftest.c | 509 skelLength = uspoof_getSkeleton(sc, USPOOF_ANY_CASE, lll_Latin_a, -1, dest, sizeof(dest)/sizeof(UChar), &status); 514 skelLength = uspoof_getSkeleton(sc, USPOOF_ANY_CASE, lll_Latin_a, -1, NULL, 0, &status);
|
/external/icu4c/common/unicode/ |
urename.h | [all...] |