Searched refs:data_utf8 (Results 1 – 1 of 1) sorted by relevance
841 std::string data_utf8; in TestBufferOverflow() local842 data.toUTF8String(data_utf8); in TestBufferOverflow()843 …result = ucasemap_utf8ToTitle(csm.getAlias(), NULL, 0, data_utf8.c_str(), data_utf8.length(), erro… in TestBufferOverflow()844 if (errorCode.get() != U_BUFFER_OVERFLOW_ERROR || result != (int32_t)data_utf8.length()) { in TestBufferOverflow()847 __FILE__, __LINE__, data_utf8.length(), errorCode.errorName(), result); in TestBufferOverflow()