/external/icu4c/test/intltest/ |
utxttest.cpp | 590 int64_t utlen = utext_nativeLength(ut); local 591 TEST_ASSERT(expectedLen == utlen); 798 len = utext_extract(ut, 0, utlen, buf, bufSize, &status); 805 len = utext_extract(ut, 0, utlen, NULL, 0, &status); 806 if (utlen == 0) { 815 len = utext_extract(ut, 0, utlen, buf, 1, &status); [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
utxttest.cpp | 592 int64_t utlen = utext_nativeLength(ut); local 593 TEST_ASSERT(expectedLen == utlen); 800 len = utext_extract(ut, 0, utlen, buf, bufSize, &status); 807 len = utext_extract(ut, 0, utlen, NULL, 0, &status); 808 if (utlen == 0) { 817 len = utext_extract(ut, 0, utlen, buf, 1, &status); [all...] |