Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DJSON.h79 std::string fixUTF8(llvm::StringRef S);
304 V = fixUTF8(std::move(V)); in Value()
316 *this = Value(fixUTF8(V)); in Value()
493 *Owned = fixUTF8(std::move(*Owned));
500 *this = ObjectKey(fixUTF8(S));
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DJSONTest.cpp203 EXPECT_EQ(fixUTF8(Valid), Valid); in TEST()
215 EXPECT_EQ(fixUTF8(Invalid.first), Invalid.second); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DJSON.cpp541 std::string fixUTF8(llvm::StringRef S) { in fixUTF8() function