Home
last modified time | relevance | path

Searched refs:unicodeLength (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dconvtest.cpp131 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 …]
Dconvtest.h43 int32_t unicodeLength; member
/external/icu/icu4c/source/common/
Duts46.cpp725 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()