Home
last modified time | relevance | path

Searched refs:inputNativeLength (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Duregex.cpp446 int64_t inputNativeLength = utext_nativeLength(inputText); in uregex_getText() local
447 if (UTEXT_FULL_TEXT_IN_CHUNK(inputText, inputNativeLength)) { in uregex_getText()
449 regexp->fTextLength = (int32_t)inputNativeLength; in uregex_getText()
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()