Home
last modified time | relevance | path

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

12

/third_party/icu/icu4c/source/i18n/
Drematch.cpp318 int64_t destLen = utext_nativeLength(dest); in appendReplacement()
519 int64_t destLen = utext_nativeLength(dest); in appendTail()
536 int64_t destLen = utext_nativeLength(dest); in appendTail()
1246 int64_t destLen = utext_nativeLength(dest); in appendGroup()
1395 …utext_replace(dest, 0, utext_nativeLength(dest), fInputText->chunkContents, (int32_t)fInputLength,… in getInput()
1412 utext_replace(dest, 0, utext_nativeLength(dest), inputChars, input16Len, &status); in getInput()
1430 if (utext_nativeLength(ut) != ut->nativeIndexingLimit) { in compat_SyncMutableUTextContents()
1465 fInputLength = utext_nativeLength(fInputText); in lookingAt()
1498 fInputLength = utext_nativeLength(fInputText); in lookingAt()
1536 fInputLength = utext_nativeLength(fInputText); in matches()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Drematch.cpp318 int64_t destLen = utext_nativeLength(dest); in appendReplacement()
519 int64_t destLen = utext_nativeLength(dest); in appendTail()
536 int64_t destLen = utext_nativeLength(dest); in appendTail()
1246 int64_t destLen = utext_nativeLength(dest); in appendGroup()
1395 …utext_replace(dest, 0, utext_nativeLength(dest), fInputText->chunkContents, (int32_t)fInputLength,… in getInput()
1412 utext_replace(dest, 0, utext_nativeLength(dest), inputChars, input16Len, &status); in getInput()
1430 if (utext_nativeLength(ut) != ut->nativeIndexingLimit) { in compat_SyncMutableUTextContents()
1465 fInputLength = utext_nativeLength(fInputText); in lookingAt()
1498 fInputLength = utext_nativeLength(fInputText); in lookingAt()
1536 fInputLength = utext_nativeLength(fInputText); in matches()
[all …]
/third_party/node/deps/icu-small/source/i18n/
Drematch.cpp318 int64_t destLen = utext_nativeLength(dest); in appendReplacement()
519 int64_t destLen = utext_nativeLength(dest); in appendTail()
536 int64_t destLen = utext_nativeLength(dest); in appendTail()
1256 int64_t destLen = utext_nativeLength(dest); in appendGroup()
1405 …utext_replace(dest, 0, utext_nativeLength(dest), fInputText->chunkContents, (int32_t)fInputLength,… in getInput()
1422 utext_replace(dest, 0, utext_nativeLength(dest), inputChars, input16Len, &status); in getInput()
1440 if (utext_nativeLength(ut) != ut->nativeIndexingLimit) { in compat_SyncMutableUTextContents()
1475 fInputLength = utext_nativeLength(fInputText); in lookingAt()
1508 fInputLength = utext_nativeLength(fInputText); in lookingAt()
1546 fInputLength = utext_nativeLength(fInputText); in matches()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Drematch.cpp316 int64_t destLen = utext_nativeLength(dest); in appendReplacement()
517 int64_t destLen = utext_nativeLength(dest); in appendTail()
534 int64_t destLen = utext_nativeLength(dest); in appendTail()
1246 int64_t destLen = utext_nativeLength(dest); in appendGroup()
1395 …utext_replace(dest, 0, utext_nativeLength(dest), fInputText->chunkContents, (int32_t)fInputLength,… in getInput()
1412 utext_replace(dest, 0, utext_nativeLength(dest), inputChars, input16Len, &status); in getInput()
1430 if (utext_nativeLength(ut) != ut->nativeIndexingLimit) { in compat_SyncMutableUTextContents()
1465 fInputLength = utext_nativeLength(fInputText); in lookingAt()
1498 fInputLength = utext_nativeLength(fInputText); in lookingAt()
1536 fInputLength = utext_nativeLength(fInputText); in matches()
[all …]
/third_party/icu/icu4c/source/test/cintltst/
Dutexttst.c107 len = utext_nativeLength(uta); in TestAPI()
128 len = utext_nativeLength(uta); in TestAPI()
/third_party/icu/icu4c/source/test/intltest/
Dregextst.cpp261 if(utext_nativeLength(&expectedText)==0 && (strlen(expected)!=0)) { in assertUText()
271 …" (%d chars)", file, line, expectedBuf, (int)utext_nativeLength(&expectedText), buf, (int)utext_na… in assertUText()
293 …" (%d chars)", file, line, expectedBuf, (int)utext_nativeLength(&expectedText), buf, (int)utext_na… in assertUTextInvariant()
1878 REGEX_ASSERT(utext_nativeLength(&empty) == 0); in API_Match_UTF8()
2303 REGEX_ASSERT(utext_nativeLength(m->inputText()) == 0); in API_Match_UTF8()
2469 utext_replace(&destText, 0, utext_nativeLength(&destText), NULL, 0, &status); in API_Replace_UTF8()
2495 utext_replace(&destText, 0, utext_nativeLength(&destText), NULL, 0, &status); in API_Replace_UTF8()
2547 utext_replace(&destText, 0, utext_nativeLength(&destText), NULL, 0, &status); in API_Replace_UTF8()
2566 utext_replace(&destText, 0, utext_nativeLength(&destText), NULL, 0, &status); in API_Replace_UTF8()
2576 utext_replace(&destText, 0, utext_nativeLength(&destText), NULL, 0, &status); in API_Replace_UTF8()
[all …]
Dutxttest.cpp466 int64_t expectedNativeLength = utext_nativeLength(ut); in TestCopyMove()
543 expectedNativeLength = utext_nativeLength(ut) + expectedDelta; in TestReplace()
597 int64_t utlen = utext_nativeLength(ut); in TestAccessNoClone()
648 len = utext_nativeLength(ut); in TestAccessNoClone()
992 int64_t len = utext_nativeLength(utb); in ErrorTest()
Drbbitst.cpp176 …for (int j = 0; j < static_cast<int>(utext_nativeLength(tstr)); j=static_cast<int>(utext_getNative… in printStringBreaks()
489 U_ASSERT(utext_nativeLength(textToBreak) + 1 == textMap->size()); in setUTF8()
602 for (i=prevBP+1; i<utext_nativeLength(t->textToBreak); i++) { in executeTest()
612 …prevBP = static_cast<int32_t>(utext_nativeLength(t->textToBreak) + 2); // start with a phony value… in executeTest()
664 for (i=0; i < utext_nativeLength(t->textToBreak); i++) { in executeTest()
676 for (i=0; i < static_cast<int32_t>(utext_nativeLength(t->textToBreak)); i++) { in executeTest()
679 for (int32_t j=i+1; j <= static_cast<int32_t>(utext_nativeLength(t->textToBreak)); j++) { in executeTest()
693 for (i=static_cast<int32_t>(utext_nativeLength(t->textToBreak)); i>=0; i--) { in executeTest()
/third_party/node/deps/icu-small/source/common/
Dustr_titlecase_brkiter.cpp94 int64_t length64 = utext_nativeLength(text); in setText()
Ddictbe.cpp1149 U_ASSERT(limit <= utext_nativeLength(inText)); in divideUpDictionaryRange()
1150 if (limit > utext_nativeLength(inText)) { in divideUpDictionaryRange()
1151 limit = (int32_t)utext_nativeLength(inText); in divideUpDictionaryRange()
Drbbi.cpp572 int32_t endPos = (int32_t)utext_nativeLength(&fText); in last()
658 if (offset > utext_nativeLength(&fText)) { in preceding()
/third_party/icu/icu4c/source/common/
Dustr_titlecase_brkiter.cpp94 int64_t length64 = utext_nativeLength(text); in setText()
Ddictbe.cpp1144 U_ASSERT(limit <= utext_nativeLength(inText)); in divideUpDictionaryRange()
1145 if (limit > utext_nativeLength(inText)) { in divideUpDictionaryRange()
1146 limit = (int32_t)utext_nativeLength(inText); in divideUpDictionaryRange()
Drbbi.cpp572 int32_t endPos = (int32_t)utext_nativeLength(&fText); in last()
658 if (offset > utext_nativeLength(&fText)) { in preceding()
Dutext.cpp88 utext_nativeLength(UText *ut) { in utext_nativeLength() function
1580 int32_t len = (int32_t)utext_nativeLength((UText *)src); in utf8TextClone()
2358 U_ASSERT(utext_nativeLength(dest) < INT32_MAX); in ucstrTextClone()
2359 int32_t len = (int32_t)utext_nativeLength(dest); in ucstrTextClone()
/third_party/skia/third_party/externals/icu/source/common/
Dustr_titlecase_brkiter.cpp94 int64_t length64 = utext_nativeLength(text); in setText()
Ddictbe.cpp1144 U_ASSERT(limit <= utext_nativeLength(inText)); in divideUpDictionaryRange()
1145 if (limit > utext_nativeLength(inText)) { in divideUpDictionaryRange()
1146 limit = (int32_t)utext_nativeLength(inText); in divideUpDictionaryRange()
Drbbi.cpp572 int32_t endPos = (int32_t)utext_nativeLength(&fText); in last()
658 if (offset > utext_nativeLength(&fText)) { in preceding()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dustr_titlecase_brkiter.cpp100 int64_t length64 = utext_nativeLength(text); in setText()
Ddictbe.cpp1142 U_ASSERT(limit <= utext_nativeLength(inText)); in divideUpDictionaryRange()
1143 if (limit > utext_nativeLength(inText)) { in divideUpDictionaryRange()
1144 limit = (int32_t)utext_nativeLength(inText); in divideUpDictionaryRange()
Drbbi.cpp539 int32_t endPos = (int32_t)utext_nativeLength(&fText); in last()
625 if (offset > utext_nativeLength(&fText)) { in preceding()
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dutext.h408 utext_nativeLength(UText *ut);
/third_party/icu/icu4c/source/common/unicode/
Dutext.h389 utext_nativeLength(UText *ut);
/third_party/node/deps/icu-small/source/common/unicode/
Dutext.h389 utext_nativeLength(UText *ut);
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dutext.h389 utext_nativeLength(UText *ut);

12