Searched refs:USPOOF_STACK_BUFFER_SIZE (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/i18n/ |
D | uspoof.cpp | 342 UChar stackBuf[USPOOF_STACK_BUFFER_SIZE]; in uspoof_checkUTF8() 346 u_strFromUTF8(text16, USPOOF_STACK_BUFFER_SIZE, &len16, text, length, status); in uspoof_checkUTF8() 435 UChar s1SkeletonBuf[USPOOF_STACK_BUFFER_SIZE]; in uspoof_areConfusable() 439 UChar s2SkeletonBuf[USPOOF_STACK_BUFFER_SIZE]; in uspoof_areConfusable() 546 UChar s1Buf[USPOOF_STACK_BUFFER_SIZE]; in uspoof_areConfusableUTF8() 548 … UChar *s1U = convertFromUTF8(s1Buf, USPOOF_STACK_BUFFER_SIZE, &lengthS1U, s1, length1, status); in uspoof_areConfusableUTF8() 550 UChar s2Buf[USPOOF_STACK_BUFFER_SIZE]; in uspoof_areConfusableUTF8() 552 … UChar *s2U = convertFromUTF8(s2Buf, USPOOF_STACK_BUFFER_SIZE, &lengthS2U, s2, length2, status); in uspoof_areConfusableUTF8() 638 UChar nfdStackBuf[USPOOF_STACK_BUFFER_SIZE]; in uspoof_getSkeleton() 641 s, length, UNORM_NFD, 0, nfdInput, USPOOF_STACK_BUFFER_SIZE, status); in uspoof_getSkeleton() [all …]
|
D | uspoof_impl.h | 35 #define USPOOF_STACK_BUFFER_SIZE 100 macro 237 UChar fSmallBuf[USPOOF_STACK_BUFFER_SIZE];
|
D | uspoof_impl.cpp | 785 text, length, UNORM_NFD, 0, fNormalizedText, USPOOF_STACK_BUFFER_SIZE, &status); in NFDBuffer()
|