Home
last modified time | relevance | path

Searched defs:IsWhitespace (Results 1 – 3 of 3) sorted by relevance

/external/libtextclassifier/utils/utf8/
Dunilib-javaicu.cc259 bool UniLib::IsWhitespace(char32 codepoint) const { in IsWhitespace() function in libtextclassifier3::UniLib
/external/clang/include/clang/AST/
DComment.h89 mutable unsigned IsWhitespace : 1; variable
134 mutable unsigned IsWhitespace : 1; variable
/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp468 bool IsWhitespace(char c) { in IsWhitespace() function