Searched refs:unicodeLength (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dconvtest.h41 int32_t unicodeLength; member in struct:ConversionCase
44 /* UTF-8 version of unicode[unicodeLength] */
H A Dconvtest.cpp123 cc.unicodeLength=unicode.length();
235 cc.unicodeLength=unicode.length();
1098 if(cc.unicodeLength!=resultLength) {
1100 } else if(0!=u_memcmp(cc.unicode, result, cc.unicodeLength)) {
1102 } else if(cc.offsets!=NULL && 0!=memcmp(cc.offsets, resultOffsets, cc.unicodeLength*sizeof(*cc.offsets))) {
1122 s=printUnicode(cc.unicode, cc.unicodeLength, unicodeString=s);
1124 s=printOffsets(cc.offsets, cc.unicodeLength, offsetsString=s);
1145 unicodeString, cc.unicodeLength,
1276 unicodeLimit=source+cc.unicodeLength;
1407 cc.unicode, cc.unicodeLength,
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dconvtest.h41 int32_t unicodeLength; member in struct:ConversionCase
44 /* UTF-8 version of unicode[unicodeLength] */
H A Dconvtest.cpp132 cc.unicodeLength=unicode.length();
253 cc.unicodeLength=unicode.length();
1125 if(cc.unicodeLength!=resultLength) {
1127 } else if(0!=u_memcmp(cc.unicode, result, cc.unicodeLength)) {
1129 } else if(cc.offsets!=NULL && 0!=memcmp(cc.offsets, resultOffsets, cc.unicodeLength*sizeof(*cc.offsets))) {
1149 s=printUnicode(cc.unicode, cc.unicodeLength, unicodeString=s);
1151 s=printOffsets(cc.offsets, cc.unicodeLength, offsetsString=s);
1172 unicodeString, cc.unicodeLength,
1303 unicodeLimit=source+cc.unicodeLength;
1434 cc.unicode, cc.unicodeLength,
[all...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFontElement.cpp74 unsigned unicodeLength = unicode.length(); local
75 ASSERT(unicodeLength > 1);
77 for (unsigned i = 0; i < unicodeLength; ++i) {
/external/chromium_org/third_party/icu/source/common/
H A Duts46.cpp706 int32_t unicodeLength=u_strFromPunycode(label+4, labelLength-4, local
711 unicodeBuffer=fromPunycode.getBuffer(unicodeLength);
717 unicodeLength=u_strFromPunycode(label+4, labelLength-4,
721 fromPunycode.releaseBuffer(unicodeLength);
/external/icu/icu4c/source/common/
H A Duts46.cpp704 int32_t unicodeLength=u_strFromPunycode(label+4, labelLength-4, local
709 unicodeBuffer=fromPunycode.getBuffer(unicodeLength);
715 unicodeLength=u_strFromPunycode(label+4, labelLength-4,
719 fromPunycode.releaseBuffer(unicodeLength);

Completed in 181 milliseconds