HomeSort by relevance Sort by last modified time
    Searched full:utlen (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/test/intltest/
utxttest.cpp 591 int64_t utlen = utext_nativeLength(ut); local
592 TEST_ASSERT(expectedLen == utlen);
799 len = utext_extract(ut, 0, utlen, buf, bufSize, &status);
806 len = utext_extract(ut, 0, utlen, NULL, 0, &status);
807 if (utlen == 0) {
816 len = utext_extract(ut, 0, utlen, buf, 1, &status);
    [all...]
  /external/icu4c/test/intltest/
utxttest.cpp 593 int64_t utlen = utext_nativeLength(ut); local
594 TEST_ASSERT(expectedLen == utlen);
801 len = utext_extract(ut, 0, utlen, buf, bufSize, &status);
808 len = utext_extract(ut, 0, utlen, NULL, 0, &status);
809 if (utlen == 0) {
818 len = utext_extract(ut, 0, utlen, buf, 1, &status);
    [all...]

Completed in 194 milliseconds