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

  /external/icu4c/test/cintltst/
utexttst.c 100 len = utext_nativeLength(uta);
121 len = utext_nativeLength(uta);
reapits.c     [all...]
  /external/icu4c/i18n/
rematch.cpp 318 int64_t destLen = utext_nativeLength(dest);
504 utext_replace(dest, utext_nativeLength(dest), utext_nativeLength(dest), NULL, 0, &status);
511 int64_t destLen = utext_nativeLength(dest);
528 int64_t destLen = utext_nativeLength(dest);
    [all...]
uregex.cpp 197 int64_t patternNativeLength = utext_nativeLength(pattern);
445 int64_t inputNativeLength = utext_nativeLength(inputText);
683 int32_t result = utext_extract(groupText, 0, utext_nativeLength(groupText), dest, destCapacity, status);
739 utext_replace(dest, 0, utext_nativeLength(dest), &regexp->fText[startIx], endIx - startIx, status);
    [all...]
repattrn.cpp 541 int64_t nativeLen = utext_nativeLength(fPattern);
regexcmp.cpp 137 U_ASSERT(fRXPat->fPattern == NULL || utext_nativeLength(fRXPat->fPattern) == 0);
146 fPatternLength = utext_nativeLength(pat);
    [all...]
  /external/icu4c/common/
rbbi.cpp 518 int32_t pos = (int32_t)utext_nativeLength(fText);
700 if (fText == NULL || offset >= utext_nativeLength(fText)) {
810 if (fText == NULL || offset > utext_nativeLength(fText)) {
898 if (offset == (int32_t)utext_nativeLength(fText)) {
909 if (offset > utext_nativeLength(fText)) {
    [all...]
utext.cpp 81 utext_nativeLength(UText *ut) {
    [all...]
  /external/icu4c/test/intltest/
regextst.cpp 257 if(utext_nativeLength(&expectedText)==0 && (strlen(expected)!=0)) {
258 errln("%s:%d: assertUText: expected is %d utf-8 bytes, but utext_nativeLength(expectedText) returned 0.", file, line, strlen(expected));
267 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));
289 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);
    [all...]
  /external/icu4c/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 350 milliseconds