Searched refs:utext_nativeLength (Results 1 - 13 of 13) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Dutexttst.c101 len = utext_nativeLength(uta);
122 len = utext_nativeLength(uta);
/external/icu/icu4c/source/common/
H A Drbbi.cpp548 int32_t pos = (int32_t)utext_nativeLength(fText);
707 if (fText == NULL || offset >= utext_nativeLength(fText)) {
819 if (fText == NULL || offset > utext_nativeLength(fText)) {
936 if (offset == (int32_t)utext_nativeLength(fText)) {
947 if (offset > utext_nativeLength(fText)) {
H A Ddictbe.cpp1167 U_ASSERT(limit <= utext_nativeLength(inText));
1168 if (limit > utext_nativeLength(inText)) {
1169 limit = utext_nativeLength(inText);
H A Dutext.cpp84 utext_nativeLength(UText *ut) { function
1556 // TODO: There is an isssue with using utext_nativeLength().
1563 int32_t len = (int32_t)utext_nativeLength((UText *)src);
2338 U_ASSERT(utext_nativeLength(dest) < INT32_MAX);
2339 int32_t len = (int32_t)utext_nativeLength(dest);
/external/icu/icu4c/source/i18n/
H A Drematch.cpp316 int64_t destLen = utext_nativeLength(dest);
517 int64_t destLen = utext_nativeLength(dest);
534 int64_t destLen = utext_nativeLength(dest);
1246 int64_t destLen = utext_nativeLength(dest);
1395 utext_replace(dest, 0, utext_nativeLength(dest), fInputText->chunkContents, (int32_t)fInputLength, &status);
1412 utext_replace(dest, 0, utext_nativeLength(dest), inputChars, input16Len, &status);
1430 if (utext_nativeLength(ut) != ut->nativeIndexingLimit) {
1434 // For example, (utext_nativeLength(ut) != ut->nativeIndexingLimit).
1465 fInputLength = utext_nativeLength(fInputText);
1498 fInputLength = utext_nativeLength(fInputTex
[all...]
H A Drepattrn.cpp570 int64_t nativeLen = utext_nativeLength(fPattern);
H A Duregex.cpp198 int64_t patternNativeLength = utext_nativeLength(pattern);
446 int64_t inputNativeLength = utext_nativeLength(inputText);
H A Dregexcmp.cpp140 U_ASSERT(fRXPat->fPattern == NULL || utext_nativeLength(fRXPat->fPattern) == 0);
152 fPatternLength = utext_nativeLength(pat);
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp287 if(utext_nativeLength(&expectedText)==0 && (strlen(expected)!=0)) {
288 errln("%s:%d: assertUText: expected is %d utf-8 bytes, but utext_nativeLength(expectedText) returned 0.", file, line, strlen(expected));
297 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));
319 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));
1901 REGEX_ASSERT(utext_nativeLength(&empty) == 0);
2326 REGEX_ASSERT(utext_nativeLength(m->inputText()) == 0);
2492 utext_replace(&destText, 0, utext_nativeLength(&destText), NULL, 0, &status);
2518 utext_replace(&destText, 0, utext_nativeLength(
[all...]
H A Dutxttest.cpp463 int64_t expectedNativeLength = utext_nativeLength(ut);
540 expectedNativeLength = utext_nativeLength(ut) + expectedDelta;
594 int64_t utlen = utext_nativeLength(ut);
645 len = utext_nativeLength(ut);
985 int64_t len = utext_nativeLength(utb);
H A Drbbitst.cpp364 for (int j = 0; j < utext_nativeLength(tstr); j=utext_getNativeIndex(tstr)) {
942 U_ASSERT(utext_nativeLength(textToBreak) + 1 == textMap->size());
1055 for (i=prevBP+1; i<utext_nativeLength(t->textToBreak); i++) {
1065 prevBP = utext_nativeLength(t->textToBreak)+2; // start with a phony value for the last break pos seen.
1115 for (i=0; i < utext_nativeLength(t->textToBreak); i++) {
1127 for (i=0; i < utext_nativeLength(t->textToBreak); i++) {
1130 for (int32_t j=i+1; j <= utext_nativeLength(t->textToBreak); j++) {
1144 for (i=utext_nativeLength(t->textToBreak); i>=0; i--) {
/external/icu/icu4c/source/common/unicode/
H A Dutext.h69 * int textLength = utext_nativeLength(ut);
406 utext_nativeLength(UText *ut);
599 * no further forward than to utext_nativeLength().
H A Durename.h1654 #define utext_nativeLength U_ICU_ENTRY_POINT_RENAME(utext_nativeLength) macro

Completed in 3901 milliseconds