Searched refs:inputUTF8Length (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | regextst.cpp | 429 int32_t inputUTF8Length; in doRegexLMTestUTF8() local 451 inputUTF8Length = unEscapedInput.extract(NULL, 0, UTF8Converter.getAlias(), status); in doRegexLMTestUTF8() 458 textChars = new char[inputUTF8Length+1]; in doRegexLMTestUTF8() 459 unEscapedInput.extract(textChars, inputUTF8Length+1, UTF8Converter.getAlias(), status); in doRegexLMTestUTF8() 460 utext_openUTF8(&inputText, textChars, inputUTF8Length, &status); in doRegexLMTestUTF8() 3349 int32_t patternUTF8Length, inputUTF8Length; in regex_find() local 3556 inputUTF8Length = deTaggedInput.extract(NULL, 0, UTF8Converter, status); in regex_find() 3558 inputChars = new char[inputUTF8Length+1]; in regex_find() 3559 deTaggedInput.extract(inputChars, inputUTF8Length+1, UTF8Converter, status); in regex_find() 3560 utext_openUTF8(&inputText, inputChars, inputUTF8Length, &status); in regex_find()
|