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

  /external/chromium_org/third_party/icu/source/test/cintltst/
utexttst.c 101 len = utext_nativeLength(uta);
122 len = utext_nativeLength(uta);
reapits.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
utexttst.c 101 len = utext_nativeLength(uta);
122 len = utext_nativeLength(uta);
reapits.c     [all...]
  /external/icu/icu4c/source/i18n/
rematch.cpp 324 int64_t destLen = utext_nativeLength(dest);
508 int64_t destLen = utext_nativeLength(dest);
525 int64_t destLen = utext_nativeLength(dest);
    [all...]
uregex.cpp 198 int64_t patternNativeLength = utext_nativeLength(pattern);
446 int64_t inputNativeLength = utext_nativeLength(inputText);
686 result = utext_extract(groupText, 0, utext_nativeLength(groupText), dest, destCapacity, status);
743 utext_replace(dest, 0, utext_nativeLength(dest), &regexp->fText[startIx], endIx - startIx, status);
    [all...]
repattrn.cpp 538 int64_t nativeLen = utext_nativeLength(fPattern);
regexcmp.cpp 138 U_ASSERT(fRXPat->fPattern == NULL || utext_nativeLength(fRXPat->fPattern) == 0);
147 fPatternLength = utext_nativeLength(pat);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
rematch.cpp 324 int64_t destLen = utext_nativeLength(dest);
510 utext_replace(dest, utext_nativeLength(dest), utext_nativeLength(dest), NULL, 0, &status);
517 int64_t destLen = utext_nativeLength(dest);
534 int64_t destLen = utext_nativeLength(dest);
    [all...]
uregex.cpp 198 int64_t patternNativeLength = utext_nativeLength(pattern);
446 int64_t inputNativeLength = utext_nativeLength(inputText);
684 int32_t result = utext_extract(groupText, 0, utext_nativeLength(groupText), dest, destCapacity, status);
740 utext_replace(dest, 0, utext_nativeLength(dest), &regexp->fText[startIx], endIx - startIx, status);
    [all...]
repattrn.cpp 538 int64_t nativeLen = utext_nativeLength(fPattern);
regexcmp.cpp 138 U_ASSERT(fRXPat->fPattern == NULL || utext_nativeLength(fRXPat->fPattern) == 0);
147 fPatternLength = utext_nativeLength(pat);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
rbbi.cpp 548 int32_t pos = (int32_t)utext_nativeLength(fText);
730 if (fText == NULL || offset >= utext_nativeLength(fText)) {
840 if (fText == NULL || offset > utext_nativeLength(fText)) {
928 if (offset == (int32_t)utext_nativeLength(fText)) {
939 if (offset > utext_nativeLength(fText)) {
    [all...]
utext.cpp 84 utext_nativeLength(UText *ut) {
    [all...]
  /external/icu/icu4c/source/common/
rbbi.cpp 548 int32_t pos = (int32_t)utext_nativeLength(fText);
730 if (fText == NULL || offset >= utext_nativeLength(fText)) {
840 if (fText == NULL || offset > utext_nativeLength(fText)) {
928 if (offset == (int32_t)utext_nativeLength(fText)) {
939 if (offset > utext_nativeLength(fText)) {
    [all...]
utext.cpp 84 utext_nativeLength(UText *ut) {
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
regextst.cpp 258 if(utext_nativeLength(&expectedText)==0 && (strlen(expected)!=0)) {
259 errln("%s:%d: assertUText: expected is %d utf-8 bytes, but utext_nativeLength(expectedText) returned 0.", file, line, strlen(expected));
268 errln("%s:%d: assertUText: Failure: expected \"%s\" (%d chars), got \"%s\" (%d chars)", file, line, expectedBuf, (int)utext_nativeLength(&expectedText), buf, (int)utext_nativeLength(actual));
290 errln("%s:%d: assertUTextInvariant: Failure: expected \"%s\" (%d uchars), got \"%s\" (%d chars)", file, line, expectedBuf, (int)utext_nativeLength(&expectedText), buf, (int)utext_nativeLength(actual));
    [all...]
utxttest.cpp 459 int64_t expectedNativeLength = utext_nativeLength(ut);
536 expectedNativeLength = utext_nativeLength(ut) + expectedDelta;
590 int64_t utlen = utext_nativeLength(ut);
641 len = utext_nativeLength(ut);
981 int64_t len = utext_nativeLength(utb);
    [all...]
  /external/icu/icu4c/source/test/intltest/
regextst.cpp 263 if(utext_nativeLength(&expectedText)==0 && (strlen(expected)!=0)) {
264 errln("%s:%d: assertUText: expected is %d utf-8 bytes, but utext_nativeLength(expectedText) returned 0.", file, line, strlen(expected));
273 errln("%s:%d: assertUText: Failure: expected \"%s\" (%d chars), got \"%s\" (%d chars)", file, line, expectedBuf, (int)utext_nativeLength(&expectedText), buf, (int)utext_nativeLength(actual));
295 errln("%s:%d: assertUTextInvariant: Failure: expected \"%s\" (%d uchars), got \"%s\" (%d chars)", file, line, expectedBuf, (int)utext_nativeLength(&expectedText), buf, (int)utext_nativeLength(actual));
    [all...]
utxttest.cpp 461 int64_t expectedNativeLength = utext_nativeLength(ut);
538 expectedNativeLength = utext_nativeLength(ut) + expectedDelta;
592 int64_t utlen = utext_nativeLength(ut);
643 len = utext_nativeLength(ut);
983 int64_t len = utext_nativeLength(utb);
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
utext.h 69 * int textLength = utext_nativeLength(ut);
406 utext_nativeLength(UText *ut);
599 * no further forward than to utext_nativeLength().
    [all...]
urename.h     [all...]
  /external/icu/icu4c/source/common/unicode/
utext.h 69 * int textLength = utext_nativeLength(ut);
406 utext_nativeLength(UText *ut);
599 * no further forward than to utext_nativeLength().
    [all...]
urename.h     [all...]

Completed in 421 milliseconds