Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DBreakableToken.cpp55 unsigned BytesInChar = in getCommentSplit() local
58 encoding::columnWidthWithTabs(Text.substr(MaxSplitBytes, BytesInChar), in getCommentSplit()
60 MaxSplitBytes += BytesInChar; in getCommentSplit()