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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregextst.cpp326 int32_t inputUTF8Length; local
348 inputUTF8Length = unEscapedInput.extract(NULL, 0, UTF8Converter.getAlias(), status);
355 textChars = new char[inputUTF8Length+1];
356 unEscapedInput.extract(textChars, inputUTF8Length+1, UTF8Converter.getAlias(), status);
357 utext_openUTF8(&inputText, textChars, inputUTF8Length, &status);
3138 int32_t patternUTF8Length, inputUTF8Length; local
3333 inputUTF8Length = deTaggedInput.extract(NULL, 0, UTF8Converter, status);
3335 inputChars = new char[inputUTF8Length+1];
3336 deTaggedInput.extract(inputChars, inputUTF8Length+1, UTF8Converter, status);
3337 utext_openUTF8(&inputText, inputChars, inputUTF8Length,
[all...]
/external/icu4c/test/intltest/
H A Dregextst.cpp423 int32_t inputUTF8Length; local
445 inputUTF8Length = unEscapedInput.extract(NULL, 0, UTF8Converter.getAlias(), status);
452 textChars = new char[inputUTF8Length+1];
453 unEscapedInput.extract(textChars, inputUTF8Length+1, UTF8Converter.getAlias(), status);
454 utext_openUTF8(&inputText, textChars, inputUTF8Length, &status);
3285 int32_t patternUTF8Length, inputUTF8Length; local
3483 inputUTF8Length = deTaggedInput.extract(NULL, 0, UTF8Converter, status);
3485 inputChars = new char[inputUTF8Length+1];
3486 deTaggedInput.extract(inputChars, inputUTF8Length+1, UTF8Converter, status);
3487 utext_openUTF8(&inputText, inputChars, inputUTF8Length,
[all...]

Completed in 124 milliseconds