/external/clang/test/Index/ |
D | headerfile-comment-to-html.m | 23 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace 24 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)) 45 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace 46 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)) 50 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace 51 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)) 68 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace 69 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)) 73 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))) 89 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace [all …]
|
D | comment-misc-tags.m | 36 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace 40 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace 41 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)) 45 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))) 64 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace) 69 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)
|
/external/llvm-project/clang/test/Index/ |
D | headerfile-comment-to-html.m | 23 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace 24 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)) 45 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace 46 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)) 50 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace 51 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)) 68 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace 69 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)) 73 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))) 89 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace [all …]
|
D | comment-misc-tags.m | 36 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace 40 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace 41 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)) 45 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))) 64 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace) 69 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)
|
/external/llvm-project/clang/include/clang/AST/ |
D | Comment.h | 88 mutable unsigned IsWhitespace : 1; variable 134 mutable unsigned IsWhitespace : 1; variable 285 return TextCommentBits.IsWhitespace; in isWhitespace() 287 TextCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace() 289 return TextCommentBits.IsWhitespace; in isWhitespace() 556 ParagraphCommentBits.IsWhitespace = true; in ParagraphComment() 582 return ParagraphCommentBits.IsWhitespace; in isWhitespace() 584 ParagraphCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace() 586 return ParagraphCommentBits.IsWhitespace; in isWhitespace()
|
/external/clang/include/clang/AST/ |
D | Comment.h | 89 mutable unsigned IsWhitespace : 1; variable 134 mutable unsigned IsWhitespace : 1; variable 291 return TextCommentBits.IsWhitespace; in isWhitespace() 293 TextCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace() 295 return TextCommentBits.IsWhitespace; in isWhitespace() 562 ParagraphCommentBits.IsWhitespace = true; in ParagraphComment() 588 return ParagraphCommentBits.IsWhitespace; in isWhitespace() 590 ParagraphCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace() 592 return ParagraphCommentBits.IsWhitespace; in isWhitespace()
|
/external/libtextclassifier/native/annotator/translate/ |
D | translate.cc | 160 if (unilib_->IsWhitespace(*it) || unilib_->IsPunctuation(*it)) { in FindIndexOfNextWhitespaceOrPunctuation() 194 if (it_start != it_end && unilib_->IsWhitespace(*it_start)) { in TokenAlignedSubstringAroundSpan()
|
/external/libtextclassifier/native/utils/ |
D | normalization.cc | 45 unilib.IsWhitespace(codepoint)) { in NormalizeTextCodepointWise()
|
D | tokenizer-utils.cc | 49 bool is_whitespace = IsWhitespace(codepoint); in TokenizeOnWhiteSpacePunctuationAndChineseLetter()
|
D | tokenizer.cc | 259 if (!unilib_->IsWhitespace(*char_it)) { in ICUTokenize() 324 } else if (unilib_->IsWhitespace(*it)) { in NumberTokenize()
|
/external/deqp-deps/amber/src/ |
D | tokenizer.cc | 293 bool Tokenizer::IsWhitespace(char ch) { in IsWhitespace() function in amber::Tokenizer 300 IsWhitespace(data_[current_position_])) { in SkipWhitespace()
|
D | tokenizer.h | 115 bool IsWhitespace(char ch);
|
/external/libtextclassifier/native/utils/utf8/ |
D | unilib-common.h | 27 bool IsWhitespace(char32 codepoint);
|
D | unilib_test-include.cc | 30 EXPECT_FALSE(unilib_->IsWhitespace(')')); in TEST_F() 31 EXPECT_TRUE(unilib_->IsWhitespace(' ')); in TEST_F() 101 EXPECT_FALSE(unilib_->IsWhitespace(0x23F0)); // ALARM CLOCK in TEST_F() 102 EXPECT_TRUE(unilib_->IsWhitespace(0x2003)); // EM SPACE in TEST_F()
|
D | unilib-javaicu.h | 50 bool IsWhitespace(char32 codepoint) const;
|
D | unilib-javaicu.cc | 48 bool UniLibBase::IsWhitespace(char32 codepoint) const { in IsWhitespace() function in libtextclassifier3::UniLibBase 49 return libtextclassifier3::IsWhitespace(codepoint); in IsWhitespace()
|
D | unilib-common.cc | 523 bool IsWhitespace(char32 codepoint) { in IsWhitespace() function
|
/external/pdfium/fxjs/xfa/ |
D | cfxjse_formcalc_context.cpp | 466 bool IsWhitespace(char c) { in IsWhitespace() function 3298 while (IsWhitespace(pData[u])) in UnitType() 3307 if (IsWhitespace(typeChar)) { in UnitType() 3392 while (IsWhitespace(pData[u])) in UnitValue() 3403 while (IsWhitespace(pData[u])) in UnitValue() 3423 while (IsWhitespace(pChar[uVal])) in UnitValue() 3431 while (IsWhitespace(pChar[uVal])) in UnitValue()
|
/external/libtextclassifier/native/annotator/ |
D | annotator.cc | 716 if (!unilib.IsWhitespace(*it)) { in SnapLeftIfWhitespaceSelection() 725 while (it != context_unicode.begin() && unilib.IsWhitespace(*it)) { in SnapLeftIfWhitespaceSelection() 730 if (!unilib.IsWhitespace(*it)) { in SnapLeftIfWhitespaceSelection()
|