Home
last modified time | relevance | path

Searched refs:utext_nativeLength (Results 1 – 14 of 14) sorted by relevance

/external/icu/icu4c/source/i18n/
Drematch.cpp312 int64_t destLen = utext_nativeLength(dest); in appendReplacement()
513 int64_t destLen = utext_nativeLength(dest); in appendTail()
530 int64_t destLen = utext_nativeLength(dest); in appendTail()
1242 int64_t destLen = utext_nativeLength(dest); in appendGroup()
1391 …utext_replace(dest, 0, utext_nativeLength(dest), fInputText->chunkContents, (int32_t)fInputLength,… in getInput()
1408 utext_replace(dest, 0, utext_nativeLength(dest), inputChars, input16Len, &status); in getInput()
1426 if (utext_nativeLength(ut) != ut->nativeIndexingLimit) { in compat_SyncMutableUTextContents()
1461 fInputLength = utext_nativeLength(fInputText); in lookingAt()
1494 fInputLength = utext_nativeLength(fInputText); in lookingAt()
1532 fInputLength = utext_nativeLength(fInputText); in matches()
[all …]
Drepattrn.cpp570 int64_t nativeLen = utext_nativeLength(fPattern); in pattern()
Duregex.cpp198 int64_t patternNativeLength = utext_nativeLength(pattern); in uregex_openUText()
446 int64_t inputNativeLength = utext_nativeLength(inputText); in uregex_getText()
Dregexcmp.cpp140 U_ASSERT(fRXPat->fPattern == NULL || utext_nativeLength(fRXPat->fPattern) == 0); in compile()
152 fPatternLength = utext_nativeLength(pat); in compile()
/external/icu/icu4c/source/test/cintltst/
Dutexttst.c101 len = utext_nativeLength(uta); in TestAPI()
122 len = utext_nativeLength(uta); in TestAPI()
/external/icu/icu4c/source/test/intltest/
Dregextst.cpp290 if(utext_nativeLength(&expectedText)==0 && (strlen(expected)!=0)) { in assertUText()
300 …" (%d chars)", file, line, expectedBuf, (int)utext_nativeLength(&expectedText), buf, (int)utext_na… in assertUText()
322 …" (%d chars)", file, line, expectedBuf, (int)utext_nativeLength(&expectedText), buf, (int)utext_na… in assertUTextInvariant()
1904 REGEX_ASSERT(utext_nativeLength(&empty) == 0); in API_Match_UTF8()
2329 REGEX_ASSERT(utext_nativeLength(m->inputText()) == 0); in API_Match_UTF8()
2495 utext_replace(&destText, 0, utext_nativeLength(&destText), NULL, 0, &status); in API_Replace_UTF8()
2521 utext_replace(&destText, 0, utext_nativeLength(&destText), NULL, 0, &status); in API_Replace_UTF8()
2573 utext_replace(&destText, 0, utext_nativeLength(&destText), NULL, 0, &status); in API_Replace_UTF8()
2592 utext_replace(&destText, 0, utext_nativeLength(&destText), NULL, 0, &status); in API_Replace_UTF8()
2602 utext_replace(&destText, 0, utext_nativeLength(&destText), NULL, 0, &status); in API_Replace_UTF8()
[all …]
Dutxttest.cpp463 int64_t expectedNativeLength = utext_nativeLength(ut); in TestCopyMove()
540 expectedNativeLength = utext_nativeLength(ut) + expectedDelta; in TestReplace()
594 int64_t utlen = utext_nativeLength(ut); in TestAccessNoClone()
645 len = utext_nativeLength(ut); in TestAccessNoClone()
985 int64_t len = utext_nativeLength(utb); in ErrorTest()
Drbbitst.cpp368 for (int j = 0; j < utext_nativeLength(tstr); j=utext_getNativeIndex(tstr)) { in printStringBreaks()
946 U_ASSERT(utext_nativeLength(textToBreak) + 1 == textMap->size()); in setUTF8()
1059 for (i=prevBP+1; i<utext_nativeLength(t->textToBreak); i++) { in executeTest()
1069 …prevBP = utext_nativeLength(t->textToBreak)+2; // start with a phony value for the last break pos… in executeTest()
1119 for (i=0; i < utext_nativeLength(t->textToBreak); i++) { in executeTest()
1131 for (i=0; i < utext_nativeLength(t->textToBreak); i++) { in executeTest()
1134 for (int32_t j=i+1; j <= utext_nativeLength(t->textToBreak); j++) { in executeTest()
1148 for (i=utext_nativeLength(t->textToBreak); i>=0; i--) { in executeTest()
/external/icu/icu4c/source/common/
Drbbi.cpp548 int32_t pos = (int32_t)utext_nativeLength(fText); in last()
707 if (fText == NULL || offset >= utext_nativeLength(fText)) { in following()
819 if (fText == NULL || offset > utext_nativeLength(fText)) { in preceding()
936 if (offset == (int32_t)utext_nativeLength(fText)) { in isBoundary()
947 if (offset > utext_nativeLength(fText)) { in isBoundary()
Ddictbe.cpp1167 U_ASSERT(limit <= utext_nativeLength(inText)); in divideUpDictionaryRange()
1168 if (limit > utext_nativeLength(inText)) { in divideUpDictionaryRange()
1169 limit = utext_nativeLength(inText); in divideUpDictionaryRange()
Dutext.cpp84 utext_nativeLength(UText *ut) { in utext_nativeLength() function
1563 int32_t len = (int32_t)utext_nativeLength((UText *)src); in utf8TextClone()
2341 U_ASSERT(utext_nativeLength(dest) < INT32_MAX); in ucstrTextClone()
2342 int32_t len = (int32_t)utext_nativeLength(dest); in ucstrTextClone()
Dfilteredbrk.cpp348 int64_t utextLen = utext_nativeLength(fText.getAlias()); in internalNext()
/external/icu/icu4c/source/common/unicode/
Dutext.h406 utext_nativeLength(UText *ut);
Durename.h1655 #define utext_nativeLength U_ICU_ENTRY_POINT_RENAME(utext_nativeLength) macro