/third_party/icu/icu4c/source/i18n/ |
D | rematch.cpp | 318 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/ |
D | rematch.cpp | 318 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/ |
D | rematch.cpp | 318 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/ |
D | rematch.cpp | 316 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/ |
D | utexttst.c | 107 len = utext_nativeLength(uta); in TestAPI() 128 len = utext_nativeLength(uta); in TestAPI()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | regextst.cpp | 261 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 …]
|
D | utxttest.cpp | 466 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()
|
D | rbbitst.cpp | 176 …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/ |
D | ustr_titlecase_brkiter.cpp | 94 int64_t length64 = utext_nativeLength(text); in setText()
|
D | dictbe.cpp | 1149 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()
|
D | rbbi.cpp | 572 int32_t endPos = (int32_t)utext_nativeLength(&fText); in last() 658 if (offset > utext_nativeLength(&fText)) { in preceding()
|
/third_party/icu/icu4c/source/common/ |
D | ustr_titlecase_brkiter.cpp | 94 int64_t length64 = utext_nativeLength(text); in setText()
|
D | dictbe.cpp | 1144 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()
|
D | rbbi.cpp | 572 int32_t endPos = (int32_t)utext_nativeLength(&fText); in last() 658 if (offset > utext_nativeLength(&fText)) { in preceding()
|
D | utext.cpp | 88 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/ |
D | ustr_titlecase_brkiter.cpp | 94 int64_t length64 = utext_nativeLength(text); in setText()
|
D | dictbe.cpp | 1144 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()
|
D | rbbi.cpp | 572 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/ |
D | ustr_titlecase_brkiter.cpp | 100 int64_t length64 = utext_nativeLength(text); in setText()
|
D | dictbe.cpp | 1142 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()
|
D | rbbi.cpp | 539 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/ |
D | utext.h | 408 utext_nativeLength(UText *ut);
|
/third_party/icu/icu4c/source/common/unicode/ |
D | utext.h | 389 utext_nativeLength(UText *ut);
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | utext.h | 389 utext_nativeLength(UText *ut);
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | utext.h | 389 utext_nativeLength(UText *ut);
|