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

/external/chromium_org/third_party/icu/source/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...]
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp428 int32_t inputUTF8Length; local
450 inputUTF8Length = unEscapedInput.extract(NULL, 0, UTF8Converter.getAlias(), status);
457 textChars = new char[inputUTF8Length+1];
458 unEscapedInput.extract(textChars, inputUTF8Length+1, UTF8Converter.getAlias(), status);
459 utext_openUTF8(&inputText, textChars, inputUTF8Length, &status);
3290 int32_t patternUTF8Length, inputUTF8Length; local
3488 inputUTF8Length = deTaggedInput.extract(NULL, 0, UTF8Converter, status);
3490 inputChars = new char[inputUTF8Length+1];
3491 deTaggedInput.extract(inputChars, inputUTF8Length+1, UTF8Converter, status);
3492 utext_openUTF8(&inputText, inputChars, inputUTF8Length,
[all...]

Completed in 87 milliseconds