Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dregextst.cpp396 int32_t inputUTF8Length; in doRegexLMTestUTF8() local
418 inputUTF8Length = unEscapedInput.extract(NULL, 0, UTF8Converter.getAlias(), status); in doRegexLMTestUTF8()
425 textChars = new char[inputUTF8Length+1]; in doRegexLMTestUTF8()
426 unEscapedInput.extract(textChars, inputUTF8Length+1, UTF8Converter.getAlias(), status); in doRegexLMTestUTF8()
427 utext_openUTF8(&inputText, textChars, inputUTF8Length, &status); in doRegexLMTestUTF8()
3316 int32_t patternUTF8Length, inputUTF8Length; in regex_find() local
3514 inputUTF8Length = deTaggedInput.extract(NULL, 0, UTF8Converter, status); in regex_find()
3516 inputChars = new char[inputUTF8Length+1]; in regex_find()
3517 deTaggedInput.extract(inputChars, inputUTF8Length+1, UTF8Converter, status); in regex_find()
3518 utext_openUTF8(&inputText, inputChars, inputUTF8Length, &status); in regex_find()