Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DEncoding.h78 inline unsigned getCodePointNumBytes(char FirstChar, Encoding Encoding) { in getCodePointNumBytes() function
H A DBreakableToken.cpp84 encoding::getCodePointNumBytes(Text[MaxSplitBytes], Encoding); in getCommentSplit()
189 Advance = encoding::getCodePointNumBytes(Text[0], Encoding); in getStringSplit()
789 encoding::getCodePointNumBytes(FirstCommentChar, Encoding); in BreakableLineCommentSection()