Searched refs:unicodeLength (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | convtest.cpp | 131 cc.unicodeLength=unicode.length(); in TestToUnicode() 252 cc.unicodeLength=unicode.length(); in TestFromUnicode() 1308 if(cc.unicodeLength!=resultLength) { in checkToUnicode() 1310 } else if(0!=u_memcmp(cc.unicode, result, cc.unicodeLength)) { in checkToUnicode() 1312 …} else if(cc.offsets!=NULL && 0!=memcmp(cc.offsets, resultOffsets, cc.unicodeLength*sizeof(*cc.off… in checkToUnicode() 1332 s=printUnicode(cc.unicode, cc.unicodeLength, unicodeString=s); in checkToUnicode() 1334 s=printOffsets(cc.offsets, cc.unicodeLength, offsetsString=s); in checkToUnicode() 1355 unicodeString, cc.unicodeLength, in checkToUnicode() 1486 unicodeLimit=source+cc.unicodeLength; in stepFromUnicode() 1617 cc.unicode, cc.unicodeLength, in FromUnicodeCase() [all …]
|
D | convtest.h | 43 int32_t unicodeLength; member
|
/external/icu/icu4c/source/common/ |
D | uts46.cpp | 725 int32_t unicodeLength=u_strFromPunycode(label+4, labelLength-4, in processLabel() local 730 unicodeBuffer=fromPunycode.getBuffer(unicodeLength); in processLabel() 736 unicodeLength=u_strFromPunycode(label+4, labelLength-4, in processLabel() 740 fromPunycode.releaseBuffer(unicodeLength); in processLabel()
|