/external/icu/icu4c/source/test/cintltst/ |
D | utexttst.c | 230 i = utext_extract(uta, 0, 100, NULL, 0, &status); in TestAPI() 236 i = utext_extract(uta, 0, 100, buf, 100, &status); in TestAPI() 250 i = utext_extract(uta, -3, 20, buf, 100, &status); in TestAPI()
|
D | reapits.c | 1794 …utext_extract(actual, 6 /*start index */, 6+16 /*limit index*/, groupBuf, sizeof(groupBuf), &statu… in TestUTextAPI() 1807 …utext_extract(actual, 9 /*start index*/, 9+10 /*limit index*/, groupBuf, sizeof(groupBuf), &status… in TestUTextAPI()
|
/external/icu/icu4c/source/i18n/ |
D | uregex.cpp | 210 … int32_t pattern16Length = utext_extract(pattern, 0, patternNativeLength, NULL, 0, &lengthStatus); in uregex_openUText() 231 utext_extract(pattern, 0, patternNativeLength, patBuf, pattern16Length+1, status); in uregex_openUText() 455 …regexp->fTextLength = utext_extract(inputText, 0, inputNativeLength, NULL, 0, &lengthStatus); // b… in uregex_getText() 458 … utext_extract(inputText, 0, inputNativeLength, inputChars, regexp->fTextLength+1, status); in uregex_getText() 723 …int32_t length = utext_extract(regexp->fMatcher->inputText(), start, limit, dest, destCapacity, st… in uregex_group() 1397 lastMatchEnd = utext_extract(m->fInputText, 0, m->fLastMatchEnd, NULL, 0, &tempStatus); in appendReplacement() 1399 …matchStart = lastMatchEnd + utext_extract(m->fInputText, m->fLastMatchEnd, m->fMatchStart, NULL, 0… in appendReplacement() 1406 destIdx += utext_extract(m->fInputText, m->fLastMatchEnd, m->fMatchStart, in appendReplacement() 1659 srcIdx = utext_extract(m->fInputText, 0, nativeIdx, NULL, 0, &newStatus); in appendTail() 1704 destIdx = utext_extract(m->fInputText, srcIdx, m->fInputLength, dest, destCap, status); in appendTail() [all …]
|
D | rematch.cpp | 329 … len16 = utext_extract(fInputText, fAppendPosition, fMatchStart, NULL, 0, &lengthStatus); in appendReplacement() 336 utext_extract(fInputText, fAppendPosition, fMatchStart, inputChars, len16+1, &status); in appendReplacement() 527 len16 = utext_extract(fInputText, fAppendPosition, fInputLength, NULL, 0, &status); in appendTail() 535 …utext_extract(fInputText, fAppendPosition, fInputLength, inputChars, len16, &status); // untermina… in appendTail() 1213 int32_t length = utext_extract(fInputText, groupStart, groupEnd, NULL, 0, &status); in group() 1223 … int32_t extractLength = utext_extract(fInputText, groupStart, groupEnd, buf, length, &status); in group() 1285 len16 = utext_extract(fInputText, s, e, NULL, 0, &lengthStatus); in appendGroup() 1292 utext_extract(fInputText, s, e, groupChars, len16+1, &status); in appendGroup() 1354 len16 = utext_extract(fInputText, 0, fInputLength, NULL, 0, &status); in input() 1360 … utext_extract(fInputText, 0, fInputLength, inputChars, len16, &status); // unterminated warning in input() [all …]
|
D | repattrn.cpp | 586 … int32_t len16 = utext_extract(fPattern, 0, nativeLen, NULL, 0, &status); // buffer overflow error in pattern() 591 utext_extract(fPattern, 0, nativeLen, resultChars, len16, &status); // unterminated warning in pattern()
|
D | regexcmp.cpp | 3930 …utext_extract(fRXPat->fPattern, fScanIndex-U_PARSE_CONTEXT_LEN+1, fScanIndex, fParseErr->preContex… in error() 3931 …utext_extract(fRXPat->fPattern, fScanIndex, fScanIndex+U_PARSE_CONTEXT_LEN-1, fParseErr->postConte… in error()
|
/external/icu/icu4c/source/test/intltest/ |
D | utxttest.cpp | 805 len = utext_extract(ut, 0, utlen, buf, bufSize, &status); in TestAccessNoClone() 812 len = utext_extract(ut, 0, utlen, NULL, 0, &status); in TestAccessNoClone() 822 len = utext_extract(ut, 0, utlen, buf, 1, &status); in TestAccessNoClone() 955 int n = utext_extract(ut, 0, 9, buf, 10, &status); in ErrorTest() 1061 int32_t extractedLen = utext_extract(ut, i, i+1, buf, 3, &status); in ErrorTest() 1130 int32_t extractedLen = utext_extract(ut, i, i+1, buf, 3, &status); in ErrorTest() 1198 int32_t extractedLen = utext_extract(ut, i, i+1, buf, 3, &status); in ErrorTest() 1540 utext_extract(&ut, startIdx, endIdx, extractBuffer, UPRV_LENGTHOF(extractBuffer), &status); in Ticket12130() 1567 utext_extract(&ut, startIdx, endIdx, extractBuffer, UPRV_LENGTHOF(extractBuffer), &status); in Ticket12130()
|
/external/icu/libicu/ndk_headers/unicode/ |
D | utext.h | 619 utext_extract(UText *ut,
|
D | urename.h | 1776 #define utext_extract U_ICU_ENTRY_POINT_RENAME(utext_extract) macro
|
/external/icu/libicu/ |
D | libicu.map.txt | 278 utext_extract;
|
/external/icu/tools/icu4c_srcgen/ |
D | libicu_export.txt | 291 utext_extract
|
/external/icu/libandroidicu/include/unicode/ |
D | utext.h | 655 utext_extract(UText *ut,
|
D | urename.h | 1776 #define utext_extract U_ICU_ENTRY_POINT_RENAME(utext_extract) macro
|
/external/icu/libicu/cts_headers/unicode/ |
D | utext.h | 655 utext_extract(UText *ut,
|
/external/icu/icu4c/source/common/unicode/ |
D | utext.h | 655 utext_extract(UText *ut,
|
D | urename.h | 1776 #define utext_extract U_ICU_ENTRY_POINT_RENAME(utext_extract) macro
|
/external/icu/libicu/src/ |
D | shim.cpp | 280 #undef utext_extract 1070 int32_t utext_extract(UText * ut, int64_t nativeStart, int64_t nativeLimit, UChar * dest, int32_t d… in utext_extract() function 1071 …return U_ICU_ENTRY_POINT_RENAME(utext_extract)(ut, nativeStart, nativeLimit, dest, destCapacity, s… in utext_extract()
|
/external/icu/icu4c/source/common/ |
D | utext.cpp | 426 utext_extract(UText *ut, in utext_extract() function
|