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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutexttst.c101 len = utext_nativeLength(uta);
122 len = utext_nativeLength(uta);
H A Dreapits.c1822 TEST_ASSERT(utext_nativeLength(actual) == 0);
/external/icu/icu4c/source/test/cintltst/
H A Dutexttst.c101 len = utext_nativeLength(uta);
122 len = utext_nativeLength(uta);
H A Dreapits.c1822 TEST_ASSERT(utext_nativeLength(actual) == 0);
/external/icu/icu4c/source/i18n/
H A Drematch.cpp324 int64_t destLen = utext_nativeLength(dest);
508 int64_t destLen = utext_nativeLength(dest);
525 int64_t destLen = utext_nativeLength(dest);
1209 utext_replace(dest, 0, utext_nativeLength(dest), NULL, 0, &status);
1220 utext_replace(dest, 0, utext_nativeLength(dest), fInputText->chunkContents+s, (int32_t)(e-s), &status);
1243 utext_replace(dest, 0, utext_nativeLength(dest), groupChars, len16, &status);
1271 int64_t destLen = utext_nativeLength(dest);
1422 utext_replace(dest, 0, utext_nativeLength(dest), fInputText->chunkContents, (int32_t)fInputLength, &status);
1439 utext_replace(dest, 0, utext_nativeLength(dest), inputChars, input16Len, &status);
1457 if (utext_nativeLength(u
[all...]
H A Duregex.cpp198 int64_t patternNativeLength = utext_nativeLength(pattern);
446 int64_t inputNativeLength = utext_nativeLength(inputText);
686 result = utext_extract(groupText, 0, utext_nativeLength(groupText), dest, destCapacity, status);
743 utext_replace(dest, 0, utext_nativeLength(dest), &regexp->fText[startIx], endIx - startIx, status);
H A Drepattrn.cpp538 int64_t nativeLen = utext_nativeLength(fPattern);
H A Dregexcmp.cpp138 U_ASSERT(fRXPat->fPattern == NULL || utext_nativeLength(fRXPat->fPattern) == 0);
147 fPatternLength = utext_nativeLength(pat);
/external/chromium_org/third_party/icu/source/i18n/
H A Drematch.cpp324 int64_t destLen = utext_nativeLength(dest);
510 utext_replace(dest, utext_nativeLength(dest), utext_nativeLength(dest), NULL, 0, &status);
517 int64_t destLen = utext_nativeLength(dest);
534 int64_t destLen = utext_nativeLength(dest);
1214 utext_replace(dest, 0, utext_nativeLength(dest), NULL, 0, &status);
1236 utext_replace(dest, 0, utext_nativeLength(dest), NULL, 0, &status);
1247 utext_replace(dest, 0, utext_nativeLength(dest), fInputText->chunkContents+s, (int32_t)(e-s), &status);
1270 utext_replace(dest, 0, utext_nativeLength(dest), groupChars, len16, &status);
1298 int64_t destLen = utext_nativeLength(des
[all...]
H A Duregex.cpp198 int64_t patternNativeLength = utext_nativeLength(pattern);
446 int64_t inputNativeLength = utext_nativeLength(inputText);
684 int32_t result = utext_extract(groupText, 0, utext_nativeLength(groupText), dest, destCapacity, status);
740 utext_replace(dest, 0, utext_nativeLength(dest), &regexp->fText[startIx], endIx - startIx, status);
H A Drepattrn.cpp538 int64_t nativeLen = utext_nativeLength(fPattern);
H A Dregexcmp.cpp138 U_ASSERT(fRXPat->fPattern == NULL || utext_nativeLength(fRXPat->fPattern) == 0);
147 fPatternLength = utext_nativeLength(pat);
/external/chromium_org/third_party/icu/source/common/
H A Drbbi.cpp548 int32_t pos = (int32_t)utext_nativeLength(fText);
730 if (fText == NULL || offset >= utext_nativeLength(fText)) {
840 if (fText == NULL || offset > utext_nativeLength(fText)) {
928 if (offset == (int32_t)utext_nativeLength(fText)) {
939 if (offset > utext_nativeLength(fText)) {
H A Dutext.cpp84 utext_nativeLength(UText *ut) { function
1542 // TODO: There is an isssue with using utext_nativeLength().
1549 int32_t len = (int32_t)utext_nativeLength((UText *)src);
2324 U_ASSERT(utext_nativeLength(dest) < INT32_MAX);
2325 int32_t len = (int32_t)utext_nativeLength(dest);
/external/icu/icu4c/source/common/
H A Drbbi.cpp548 int32_t pos = (int32_t)utext_nativeLength(fText);
730 if (fText == NULL || offset >= utext_nativeLength(fText)) {
840 if (fText == NULL || offset > utext_nativeLength(fText)) {
928 if (offset == (int32_t)utext_nativeLength(fText)) {
939 if (offset > utext_nativeLength(fText)) {
H A Dutext.cpp84 utext_nativeLength(UText *ut) { function
1547 // TODO: There is an isssue with using utext_nativeLength().
1554 int32_t len = (int32_t)utext_nativeLength((UText *)src);
2329 U_ASSERT(utext_nativeLength(dest) < INT32_MAX);
2330 int32_t len = (int32_t)utext_nativeLength(dest);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregextst.cpp258 if(utext_nativeLength(&expectedText)==0 && (strlen(expected)!=0)) {
259 errln("%s:%d: assertUText: expected is %d utf-8 bytes, but utext_nativeLength(expectedText) returned 0.", file, line, strlen(expected));
268 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));
290 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));
1872 REGEX_ASSERT(utext_nativeLength(&empty) == 0);
2272 REGEX_ASSERT(utext_nativeLength(m->inputText()) == 0);
2438 utext_replace(&destText, 0, utext_nativeLength(&destText), NULL, 0, &status);
2464 utext_replace(&destText, 0, utext_nativeLength(
[all...]
H A Dutxttest.cpp459 int64_t expectedNativeLength = utext_nativeLength(ut);
536 expectedNativeLength = utext_nativeLength(ut) + expectedDelta;
590 int64_t utlen = utext_nativeLength(ut);
641 len = utext_nativeLength(ut);
981 int64_t len = utext_nativeLength(utb);
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp263 if(utext_nativeLength(&expectedText)==0 && (strlen(expected)!=0)) {
264 errln("%s:%d: assertUText: expected is %d utf-8 bytes, but utext_nativeLength(expectedText) returned 0.", file, line, strlen(expected));
273 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));
295 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));
1877 REGEX_ASSERT(utext_nativeLength(&empty) == 0);
2277 REGEX_ASSERT(utext_nativeLength(m->inputText()) == 0);
2443 utext_replace(&destText, 0, utext_nativeLength(&destText), NULL, 0, &status);
2469 utext_replace(&destText, 0, utext_nativeLength(
[all...]
H A Dutxttest.cpp461 int64_t expectedNativeLength = utext_nativeLength(ut);
538 expectedNativeLength = utext_nativeLength(ut) + expectedDelta;
592 int64_t utlen = utext_nativeLength(ut);
643 len = utext_nativeLength(ut);
983 int64_t len = utext_nativeLength(utb);
/external/chromium_org/third_party/icu/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.h1694 #define utext_nativeLength U_ICU_ENTRY_POINT_RENAME(utext_nativeLength) macro
/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.h1615 #define utext_nativeLength U_ICU_ENTRY_POINT_RENAME(utext_nativeLength) macro

Completed in 8576 milliseconds