Searched refs:unicodeLength (Results 1 – 7 of 7) sorted by relevance
/external/icu4c/test/intltest/ |
D | convtest.cpp | 132 cc.unicodeLength=unicode.length(); in TestToUnicode() 253 cc.unicodeLength=unicode.length(); in TestFromUnicode() 1125 if(cc.unicodeLength!=resultLength) { in checkToUnicode() 1127 } else if(0!=u_memcmp(cc.unicode, result, cc.unicodeLength)) { in checkToUnicode() 1129 …} else if(cc.offsets!=NULL && 0!=memcmp(cc.offsets, resultOffsets, cc.unicodeLength*sizeof(*cc.off… in checkToUnicode() 1149 s=printUnicode(cc.unicode, cc.unicodeLength, unicodeString=s); in checkToUnicode() 1151 s=printOffsets(cc.offsets, cc.unicodeLength, offsetsString=s); in checkToUnicode() 1172 unicodeString, cc.unicodeLength, in checkToUnicode() 1303 unicodeLimit=source+cc.unicodeLength; in stepFromUnicode() 1434 cc.unicode, cc.unicodeLength, in FromUnicodeCase() [all …]
|
D | convtest.h | 41 int32_t unicodeLength; member
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | convtest.cpp | 123 cc.unicodeLength=unicode.length(); in TestToUnicode() 235 cc.unicodeLength=unicode.length(); in TestFromUnicode() 1096 if(cc.unicodeLength!=resultLength) { in checkToUnicode() 1098 } else if(0!=u_memcmp(cc.unicode, result, cc.unicodeLength)) { in checkToUnicode() 1100 …} else if(cc.offsets!=NULL && 0!=memcmp(cc.offsets, resultOffsets, cc.unicodeLength*sizeof(*cc.off… in checkToUnicode() 1120 s=printUnicode(cc.unicode, cc.unicodeLength, unicodeString=s); in checkToUnicode() 1122 s=printOffsets(cc.offsets, cc.unicodeLength, offsetsString=s); in checkToUnicode() 1143 unicodeString, cc.unicodeLength, in checkToUnicode() 1274 unicodeLimit=source+cc.unicodeLength; in stepFromUnicode() 1405 cc.unicode, cc.unicodeLength, in FromUnicodeCase() [all …]
|
D | convtest.h | 41 int32_t unicodeLength; member
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGFontElement.cpp | 97 unsigned unicodeLength = unicode.length(); in registerLigaturesInGlyphCache() local 98 ASSERT(unicodeLength > 1); in registerLigaturesInGlyphCache() 100 for (unsigned i = 0; i < unicodeLength; ++i) { in registerLigaturesInGlyphCache()
|
/external/icu4c/common/ |
D | uts46.cpp | 706 int32_t unicodeLength=u_strFromPunycode(label+4, labelLength-4, in processLabel() local 711 unicodeBuffer=fromPunycode.getBuffer(unicodeLength); in processLabel() 717 unicodeLength=u_strFromPunycode(label+4, labelLength-4, in processLabel() 721 fromPunycode.releaseBuffer(unicodeLength); in processLabel()
|
/external/chromium_org/third_party/icu/source/common/ |
D | uts46.cpp | 700 int32_t unicodeLength=u_strFromPunycode(label+4, labelLength-4, in processLabel() local 705 unicodeBuffer=fromPunycode.getBuffer(unicodeLength); in processLabel() 711 unicodeLength=u_strFromPunycode(label+4, labelLength-4, in processLabel() 715 fromPunycode.releaseBuffer(unicodeLength); in processLabel()
|