Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dconvtest.cpp132 cc.unicodeLength=unicode.length(); in TestToUnicode()
253 cc.unicodeLength=unicode.length(); in TestFromUnicode()
1372 if(cc.unicodeLength!=resultLength) { in checkToUnicode()
1374 } else if(0!=u_memcmp(cc.unicode, result, cc.unicodeLength)) { in checkToUnicode()
1376 …} else if(cc.offsets!=NULL && 0!=memcmp(cc.offsets, resultOffsets, cc.unicodeLength*sizeof(*cc.off… in checkToUnicode()
1396 s=printUnicode(cc.unicode, cc.unicodeLength, unicodeString=s); in checkToUnicode()
1398 s=printOffsets(cc.offsets, cc.unicodeLength, offsetsString=s); in checkToUnicode()
1419 unicodeString, cc.unicodeLength, in checkToUnicode()
1550 unicodeLimit=source+cc.unicodeLength; in stepFromUnicode()
1681 cc.unicode, cc.unicodeLength, in FromUnicodeCase()
[all …]
Dconvtest.h43 int32_t unicodeLength; member
/external/icu/icu4c/source/common/
Duts46.cpp735 int32_t unicodeLength=u_strFromPunycode(label+4, labelLength-4, in processLabel() local
740 unicodeBuffer=fromPunycode.getBuffer(unicodeLength); in processLabel()
746 unicodeLength=u_strFromPunycode(label+4, labelLength-4, in processLabel()
750 fromPunycode.releaseBuffer(unicodeLength); in processLabel()