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

/external/icu4c/i18n/
H A Duregex.cpp445 int64_t inputNativeLength = utext_nativeLength(inputText); local
446 if (UTEXT_FULL_TEXT_IN_CHUNK(inputText, inputNativeLength)) {
448 regexp->fTextLength = (int32_t)inputNativeLength;
452 regexp->fTextLength = utext_extract(inputText, 0, inputNativeLength, NULL, 0, &lengthStatus); // buffer overflow error
455 utext_extract(inputText, 0, inputNativeLength, inputChars, regexp->fTextLength+1, status);

Completed in 149 milliseconds