Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
Dtest.cpp2376 std::string locale_ident; in InvalidUTF8Test() local
2377 locale_ident += "table T { F"; in InvalidUTF8Test()
2378 locale_ident += static_cast<char>(-32); // unsigned 0xE0 in InvalidUTF8Test()
2379 locale_ident += " :string; }"; in InvalidUTF8Test()
2380 locale_ident += "root_type T;"; in InvalidUTF8Test()
2381 locale_ident += "{}"; in InvalidUTF8Test()
2382 TestError(locale_ident.c_str(), ""); in InvalidUTF8Test()