Home
last modified time | relevance | path

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

/external/libchrome/components/policy/core/common/
Dpreg_parser.cc164 std::string data_utf8; in DecodePRegValue() local
168 if (!DecodePRegStringValue(data, &data_utf8)) in DecodePRegValue()
170 value->reset(new base::Value(data_utf8)); in DecodePRegValue()
260 std::string data_utf8; in HandleRecord() local
264 if (DecodePRegStringValue(data, &data_utf8)) { in HandleRecord()
266 base::SplitString(data_utf8, ";", base::KEEP_WHITESPACE, in HandleRecord()
272 if (DecodePRegStringValue(data, &data_utf8)) { in HandleRecord()
274 base::SplitString(data_utf8, ";", base::KEEP_WHITESPACE, in HandleRecord()
/external/icu/icu4c/source/test/intltest/
Dstrcase.cpp932 std::string data_utf8; in TestBufferOverflow() local
933 data.toUTF8String(data_utf8); in TestBufferOverflow()
935 …ult = ucasemap_utf8ToTitle(csm.getAlias(), NULL, 0, data_utf8.c_str(), static_cast<int32_t>(data_u… in TestBufferOverflow()
936 if (errorCode.get() != U_BUFFER_OVERFLOW_ERROR || result != (int32_t)data_utf8.length()) { in TestBufferOverflow()
939 __FILE__, __LINE__, data_utf8.length(), errorCode.errorName(), result); in TestBufferOverflow()