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

  /external/icu/icu4c/source/test/intltest/
convtest.h 43 int32_t unicodeLength;
46 /* UTF-8 version of unicode[unicodeLength] */
convtest.cpp 135 cc.unicodeLength=unicode.length();
256 cc.unicodeLength=unicode.length();
    [all...]
  /external/icu/icu4c/source/common/
uts46.cpp 714 int32_t unicodeLength=u_strFromPunycode(label+4, labelLength-4,
719 unicodeBuffer=fromPunycode.getBuffer(unicodeLength);
725 unicodeLength=u_strFromPunycode(label+4, labelLength-4,
729 fromPunycode.releaseBuffer(unicodeLength);
    [all...]

Completed in 439 milliseconds