HomeSort by: relevance | last modified time | path
    Searched refs:fixUTF8 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
JSON.h 70 // Callers can use json::isUTF8() and json::fixUTF8() for validation.
81 std::string fixUTF8(llvm::StringRef S);
320 V = fixUTF8(std::move(V));
332 *this = Value(fixUTF8(V));
501 *Owned = fixUTF8(std::move(*Owned));
508 *this = ObjectKey(fixUTF8(S));
  /src/external/apache2/llvm/dist/llvm/lib/Support/
JSON.cpp 267 std::string Truncated = fixUTF8(S.take_front(37));
692 std::string fixUTF8(llvm::StringRef S) {
874 quote(OS, fixUTF8(Key));

Completed in 17 milliseconds