Searched refs:utext_nativeLength (Results 1 – 14 of 14) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | rematch.cpp | 312 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 …]
|
D | repattrn.cpp | 570 int64_t nativeLen = utext_nativeLength(fPattern); in pattern()
|
D | uregex.cpp | 198 int64_t patternNativeLength = utext_nativeLength(pattern); in uregex_openUText() 446 int64_t inputNativeLength = utext_nativeLength(inputText); in uregex_getText()
|
D | regexcmp.cpp | 140 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/ |
D | utexttst.c | 101 len = utext_nativeLength(uta); in TestAPI() 122 len = utext_nativeLength(uta); in TestAPI()
|
/external/icu/icu4c/source/test/intltest/ |
D | regextst.cpp | 290 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 …]
|
D | utxttest.cpp | 463 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()
|
D | rbbitst.cpp | 368 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/ |
D | rbbi.cpp | 548 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()
|
D | dictbe.cpp | 1167 U_ASSERT(limit <= utext_nativeLength(inText)); in divideUpDictionaryRange() 1168 if (limit > utext_nativeLength(inText)) { in divideUpDictionaryRange() 1169 limit = utext_nativeLength(inText); in divideUpDictionaryRange()
|
D | utext.cpp | 84 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()
|
D | filteredbrk.cpp | 348 int64_t utextLen = utext_nativeLength(fText.getAlias()); in internalNext()
|
/external/icu/icu4c/source/common/unicode/ |
D | utext.h | 406 utext_nativeLength(UText *ut);
|
D | urename.h | 1655 #define utext_nativeLength U_ICU_ENTRY_POINT_RENAME(utext_nativeLength) macro
|