Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
H A Dstrcase.cpp1035 std::string data_utf8; in TestBufferOverflow() local
1036 data.toUTF8String(data_utf8); in TestBufferOverflow()
1038 result = ucasemap_utf8ToTitle(csm.getAlias(), NULL, 0, data_utf8.c_str(), static_cast<int32_t>(data_utf8.length()), errorCode); in TestBufferOverflow()
1039 if (errorCode.get() != U_BUFFER_OVERFLOW_ERROR || result != (int32_t)data_utf8.length()) { in TestBufferOverflow()
1042 __FILE__, __LINE__, data_utf8.length(), errorCode.errorName(), result); in TestBufferOverflow()

Completed in 3 milliseconds