HomeSort by relevance Sort by last modified time
    Searched refs:unicodeLength (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
convtest.h 41 int32_t unicodeLength;
44 /* UTF-8 version of unicode[unicodeLength] */
convtest.cpp 123 cc.unicodeLength=unicode.length();
235 cc.unicodeLength=unicode.length();
    [all...]
  /external/icu/icu4c/source/test/intltest/
convtest.h 41 int32_t unicodeLength;
44 /* UTF-8 version of unicode[unicodeLength] */
convtest.cpp 132 cc.unicodeLength=unicode.length();
253 cc.unicodeLength=unicode.length();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontElement.cpp 74 unsigned unicodeLength = unicode.length();
75 ASSERT(unicodeLength > 1);
77 for (unsigned i = 0; i < unicodeLength; ++i) {
  /external/chromium_org/third_party/icu/source/common/
uts46.cpp 706 int32_t unicodeLength=u_strFromPunycode(label+4, labelLength-4,
711 unicodeBuffer=fromPunycode.getBuffer(unicodeLength);
717 unicodeLength=u_strFromPunycode(label+4, labelLength-4,
721 fromPunycode.releaseBuffer(unicodeLength);
    [all...]
  /external/icu/icu4c/source/common/
uts46.cpp 704 int32_t unicodeLength=u_strFromPunycode(label+4, labelLength-4,
709 unicodeBuffer=fromPunycode.getBuffer(unicodeLength);
715 unicodeLength=u_strFromPunycode(label+4, labelLength-4,
719 fromPunycode.releaseBuffer(unicodeLength);
    [all...]

Completed in 353 milliseconds