HomeSort by relevance Sort by last modified time
    Searched full:unicodelength (Results 1 - 8 of 8) 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/icu4c/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 97 unsigned unicodeLength = unicode.length();
98 ASSERT(unicodeLength > 1);
100 for (unsigned i = 0; i < unicodeLength; ++i) {
  /external/chromium_org/third_party/icu/source/common/
uts46.cpp 700 int32_t unicodeLength=u_strFromPunycode(label+4, labelLength-4,
705 unicodeBuffer=fromPunycode.getBuffer(unicodeLength);
711 unicodeLength=u_strFromPunycode(label+4, labelLength-4,
715 fromPunycode.releaseBuffer(unicodeLength);
    [all...]
  /external/icu4c/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/chromium_org/third_party/protobuf/src/google/protobuf/io/
tokenizer.cc 973 static inline int UnicodeLength(char key) {
986 const int len = UnicodeLength(*p++);
    [all...]

Completed in 185 milliseconds