Searched refs:unicodeLength (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | convtest.cpp | 133 cc.unicodeLength=unicode.length(); in TestToUnicode() 254 cc.unicodeLength=unicode.length(); in TestFromUnicode() 1197 if(cc.unicodeLength!=resultLength) { in checkToUnicode() 1199 } else if(0!=u_memcmp(cc.unicode, result, cc.unicodeLength)) { in checkToUnicode() 1201 …} else if(cc.offsets!=NULL && 0!=memcmp(cc.offsets, resultOffsets, cc.unicodeLength*sizeof(*cc.off… in checkToUnicode() 1221 s=printUnicode(cc.unicode, cc.unicodeLength, unicodeString=s); in checkToUnicode() 1223 s=printOffsets(cc.offsets, cc.unicodeLength, offsetsString=s); in checkToUnicode() 1244 unicodeString, cc.unicodeLength, in checkToUnicode() 1375 unicodeLimit=source+cc.unicodeLength; in stepFromUnicode() 1506 cc.unicode, cc.unicodeLength, in FromUnicodeCase() [all …]
|
D | convtest.h | 41 int32_t unicodeLength; member
|
/external/icu/icu4c/source/common/ |
D | uts46.cpp | 696 int32_t unicodeLength=u_strFromPunycode(label+4, labelLength-4, in processLabel() local 701 unicodeBuffer=fromPunycode.getBuffer(unicodeLength); in processLabel() 707 unicodeLength=u_strFromPunycode(label+4, labelLength-4, in processLabel() 711 fromPunycode.releaseBuffer(unicodeLength); in processLabel()
|