Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dconvtest.cpp132 cc.unicodeLength=unicode.length(); in TestToUnicode()
253 cc.unicodeLength=unicode.length(); in TestFromUnicode()
1123 if(cc.unicodeLength!=resultLength) { in checkToUnicode()
1125 } else if(0!=u_memcmp(cc.unicode, result, cc.unicodeLength)) { in checkToUnicode()
1127 …} else if(cc.offsets!=NULL && 0!=memcmp(cc.offsets, resultOffsets, cc.unicodeLength*sizeof(*cc.off… in checkToUnicode()
1147 s=printUnicode(cc.unicode, cc.unicodeLength, unicodeString=s); in checkToUnicode()
1149 s=printOffsets(cc.offsets, cc.unicodeLength, offsetsString=s); in checkToUnicode()
1170 unicodeString, cc.unicodeLength, in checkToUnicode()
1301 unicodeLimit=source+cc.unicodeLength; in stepFromUnicode()
1432 cc.unicode, cc.unicodeLength, in FromUnicodeCase()
[all …]
Dconvtest.h41 int32_t unicodeLength; member
/external/icu4c/common/
Duts46.cpp708 int32_t unicodeLength=u_strFromPunycode(label+4, labelLength-4, in processLabel() local
713 unicodeBuffer=fromPunycode.getBuffer(unicodeLength); in processLabel()
719 unicodeLength=u_strFromPunycode(label+4, labelLength-4, in processLabel()
723 fromPunycode.releaseBuffer(unicodeLength); in processLabel()