/external/icu/icu4c/source/i18n/ |
D | uregex.cpp | 208 … int32_t pattern16Length = utext_extract(pattern, 0, patternNativeLength, NULL, 0, &lengthStatus); in uregex_openUText() 229 utext_extract(pattern, 0, patternNativeLength, patBuf, pattern16Length+1, status); in uregex_openUText() 453 …regexp->fTextLength = utext_extract(inputText, 0, inputNativeLength, NULL, 0, &lengthStatus); // b… in uregex_getText() 456 … utext_extract(inputText, 0, inputNativeLength, inputChars, regexp->fTextLength+1, status); in uregex_getText() 686 … result = utext_extract(groupText, 0, utext_nativeLength(groupText), dest, destCapacity, status); in uregex_group() 1402 lastMatchEnd = utext_extract(m->fInputText, 0, m->fLastMatchEnd, NULL, 0, &status); in appendReplacement() 1404 …matchStart = lastMatchEnd + utext_extract(m->fInputText, m->fLastMatchEnd, m->fMatchStart, NULL, 0… in appendReplacement() 1411 destIdx += utext_extract(m->fInputText, m->fLastMatchEnd, m->fMatchStart, in appendReplacement() 1630 srcIdx = utext_extract(m->fInputText, 0, nativeIdx, NULL, 0, &status); in appendTail() 1675 destIdx = utext_extract(m->fInputText, srcIdx, m->fInputLength, dest, destCap, status); in appendTail() [all …]
|
D | rematch.cpp | 335 … len16 = utext_extract(fInputText, fAppendPosition, fMatchStart, NULL, 0, &lengthStatus); in appendReplacement() 342 utext_extract(fInputText, fAppendPosition, fMatchStart, inputChars, len16+1, &status); in appendReplacement() 516 len16 = utext_extract(fInputText, fAppendPosition, fInputLength, NULL, 0, &status); in appendTail() 524 …utext_extract(fInputText, fAppendPosition, fInputLength, inputChars, len16, &status); // untermina… in appendTail() 1233 len16 = utext_extract(fInputText, s, e, NULL, 0, &lengthStatus); in group() 1240 utext_extract(fInputText, s, e, groupChars, len16+1, &status); in group() 1310 len16 = utext_extract(fInputText, s, e, NULL, 0, &lengthStatus); in appendGroup() 1317 utext_extract(fInputText, s, e, groupChars, len16+1, &status); in appendGroup() 1381 len16 = utext_extract(fInputText, 0, fInputLength, NULL, 0, &status); in input() 1387 … utext_extract(fInputText, 0, fInputLength, inputChars, len16, &status); // unterminated warning in input() [all …]
|
D | repattrn.cpp | 539 … int32_t len16 = utext_extract(fPattern, 0, nativeLen, NULL, 0, &status); // buffer overflow error in pattern() 544 utext_extract(fPattern, 0, nativeLen, resultChars, len16, &status); // unterminated warning in pattern()
|
D | regexcmp.cpp | 3619 …utext_extract(fRXPat->fPattern, fScanIndex-U_PARSE_CONTEXT_LEN+1, fScanIndex, fParseErr->preContex… in error() 3620 …utext_extract(fRXPat->fPattern, fScanIndex, fScanIndex+U_PARSE_CONTEXT_LEN-1, fParseErr->postConte… in error()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | uregex.cpp | 207 … int32_t pattern16Length = utext_extract(pattern, 0, patternNativeLength, NULL, 0, &lengthStatus); in uregex_openUText() 228 utext_extract(pattern, 0, patternNativeLength, patBuf, pattern16Length+1, status); in uregex_openUText() 452 …regexp->fTextLength = utext_extract(inputText, 0, inputNativeLength, NULL, 0, &lengthStatus); // b… in uregex_getText() 455 … utext_extract(inputText, 0, inputNativeLength, inputChars, regexp->fTextLength+1, status); in uregex_getText() 666 …int32_t result = utext_extract(groupText, 0, utext_nativeLength(groupText), dest, destCapacity, st… in uregex_group() 1381 lastMatchEnd = utext_extract(m->fInputText, 0, m->fLastMatchEnd, NULL, 0, &status); in appendReplacement() 1383 …matchStart = lastMatchEnd + utext_extract(m->fInputText, m->fLastMatchEnd, m->fMatchStart, NULL, 0… in appendReplacement() 1390 destIdx += utext_extract(m->fInputText, m->fLastMatchEnd, m->fMatchStart, in appendReplacement() 1607 srcIdx = utext_extract(m->fInputText, 0, nativeIdx, NULL, 0, &status); in appendTail() 1649 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() 519 len16 = utext_extract(fInputText, fAppendPosition, fInputLength, NULL, 0, &status); in appendTail() 527 …utext_extract(fInputText, fAppendPosition, fInputLength, inputChars, len16, &status); // untermina… in appendTail() 1254 len16 = utext_extract(fInputText, s, e, NULL, 0, &lengthStatus); in group() 1261 utext_extract(fInputText, s, e, groupChars, len16+1, &status); in group() 1331 len16 = utext_extract(fInputText, s, e, NULL, 0, &lengthStatus); in appendGroup() 1338 utext_extract(fInputText, s, e, groupChars, len16+1, &status); in appendGroup() 1402 len16 = utext_extract(fInputText, 0, fInputLength, NULL, 0, &status); in input() 1408 … utext_extract(fInputText, 0, fInputLength, inputChars, len16, &status); // unterminated warning in input() [all …]
|
D | repattrn.cpp | 564 … int32_t len16 = utext_extract(fPattern, 0, nativeLen, NULL, 0, &status); // buffer overflow error in pattern() 569 utext_extract(fPattern, 0, nativeLen, resultChars, len16, &status); // unterminated warning in pattern()
|
D | regexcmp.cpp | 3604 …utext_extract(fRXPat->fPattern, fScanIndex-U_PARSE_CONTEXT_LEN+1, fScanIndex, fParseErr->preContex… in error() 3605 …utext_extract(fRXPat->fPattern, fScanIndex, fScanIndex+U_PARSE_CONTEXT_LEN-1, fParseErr->postConte… in error()
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | utexttst.c | 223 i = utext_extract(uta, 0, 100, NULL, 0, &status); in TestAPI() 229 i = utext_extract(uta, 0, 100, buf, 100, &status); in TestAPI() 243 i = utext_extract(uta, -3, 20, buf, 100, &status); in TestAPI()
|
D | reapits.c | 1758 … utext_extract(actual, nativeIndex, nativeIndex + group_len, groupChars, len16+1, &shallowStatus); in TestUTextAPI()
|
/external/icu/icu4c/source/test/cintltst/ |
D | utexttst.c | 224 i = utext_extract(uta, 0, 100, NULL, 0, &status); in TestAPI() 230 i = utext_extract(uta, 0, 100, buf, 100, &status); in TestAPI() 244 i = utext_extract(uta, -3, 20, buf, 100, &status); in TestAPI()
|
D | reapits.c | 1801 … utext_extract(actual, nativeIndex, nativeIndex + group_len, groupChars, len16+1, &shallowStatus); in TestUTextAPI()
|
/external/icu/icu4c/source/test/intltest/ |
D | utxttest.cpp | 800 len = utext_extract(ut, 0, utlen, buf, bufSize, &status); in TestAccessNoClone() 807 len = utext_extract(ut, 0, utlen, NULL, 0, &status); in TestAccessNoClone() 817 len = utext_extract(ut, 0, utlen, buf, 1, &status); in TestAccessNoClone() 950 int n = utext_extract(ut, 0, 9, buf, 10, &status); in ErrorTest() 1052 int32_t extractedLen = utext_extract(ut, i, i+1, buf, 3, &status); in ErrorTest() 1121 int32_t extractedLen = utext_extract(ut, i, i+1, buf, 3, &status); in ErrorTest() 1189 int32_t extractedLen = utext_extract(ut, i, i+1, buf, 3, &status); in ErrorTest()
|
/external/chromium_org/third_party/icu/patches/ |
D | utext.patch | 36 + i = utext_extract(uta, -3, 20, buf, 100, &status);
|
D | segmentation.patch | 190 + utext_extract(text, rangeStart, rangeEnd, charString.elems(), inputLength, &status);
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | utxttest.cpp | 800 len = utext_extract(ut, 0, utlen, buf, bufSize, &status); in TestAccessNoClone() 807 len = utext_extract(ut, 0, utlen, NULL, 0, &status); in TestAccessNoClone() 817 len = utext_extract(ut, 0, utlen, buf, 1, &status); in TestAccessNoClone() 1424 int n = utext_extract(ut, 0, 9, buf, 10, &status); in ErrorTest() 1526 int32_t extractedLen = utext_extract(ut, i, i+1, buf, 3, &status); in ErrorTest() 1595 int32_t extractedLen = utext_extract(ut, i, i+1, buf, 3, &status); in ErrorTest() 1663 int32_t extractedLen = utext_extract(ut, i, i+1, buf, 3, &status); in ErrorTest()
|
/external/icu/icu4c/source/common/unicode/ |
D | utext.h | 672 utext_extract(UText *ut,
|
D | urename.h | 1607 #define utext_extract U_ICU_ENTRY_POINT_RENAME(utext_extract) macro
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | utext.h | 672 utext_extract(UText *ut,
|
D | urename.h | 1601 #define utext_extract U_ICU_ENTRY_POINT_RENAME(utext_extract) macro
|
/external/chromium_org/third_party/icu/source/common/ |
D | dictbe.cpp | 554 utext_extract(text, rangeStart, rangeEnd, charString.elems(), inputLength, &status); in divideUpDictionaryRange()
|
D | utext.cpp | 419 utext_extract(UText *ut, in utext_extract() function
|
/external/icu/icu4c/source/common/ |
D | dictbe.cpp | 975 utext_extract(text, rangeStart, rangeEnd, charString.elems(), inputLength, &status); in divideUpDictionaryRange()
|
D | utext.cpp | 422 utext_extract(UText *ut, in utext_extract() function
|