Searched defs:isUTF8 (Results 1 – 10 of 10) sorted by relevance
71 static boolean isUTF8(String charsetName) { in isUTF8() method in ZipEncodingHelper
179 bool isUTF8() const { return Kind == tok::utf8_char_constant; } in isUTF8() function244 bool isUTF8() const { return Kind == tok::utf8_string_literal; } in isUTF8() function
194 bool isUTF8() const { return Kind == tok::utf8_char_constant; } in isUTF8() function259 bool isUTF8() const { return Kind == tok::utf8_string_literal; } in isUTF8() function
551 public boolean isUTF8() { in isUTF8() method in ResStringPool
532 bool isUTF8(llvm::StringRef S, size_t *ErrOffset) { in isUTF8() function
678 bool isUTF8(llvm::StringRef S, size_t *ErrOffset) { in isUTF8() function
710 bool isUTF8{false}; in IONAME() local
1559 bool isUTF8() const { return Kind == UTF8; } in isUTF8() function
1876 bool isUTF8() const { return getKind() == UTF8; } in isUTF8() function
7026 bool isUTF8() const { return FExpr->isUTF8(); } in isUTF8() function in __anon33aba9e81111::FormatStringLiteral