Searched defs:unicodeLength (Results 1 - 5 of 5) 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] */
/external/icu/icu4c/source/test/intltest/
H A Dconvtest.h41 int32_t unicodeLength; member in struct:ConversionCase
44 /* UTF-8 version of unicode[unicodeLength] */
/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 274 milliseconds