Searched refs:IsWhitespace (Results 1 – 9 of 9) sorted by relevance
23 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace24 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))45 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace46 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))50 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace51 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))68 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace69 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))73 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)))89 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace[all …]
36 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace40 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace41 // 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)
89 mutable unsigned IsWhitespace : 1; variable134 mutable unsigned IsWhitespace : 1; variable291 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()
29 EXPECT_FALSE(unilib_.IsWhitespace(')')); in TEST_F()30 EXPECT_TRUE(unilib_.IsWhitespace(' ')); in TEST_F()47 EXPECT_FALSE(unilib_.IsWhitespace(0x23F0)); // ALARM CLOCK in TEST_F()48 EXPECT_TRUE(unilib_.IsWhitespace(0x2003)); // EM SPACE in TEST_F()
46 bool IsWhitespace(char32 codepoint) const;
259 bool UniLib::IsWhitespace(char32 codepoint) const { in IsWhitespace() function in libtextclassifier3::UniLib
240 if (!unilib_->IsWhitespace(*char_it)) { in ICUTokenize()
567 if (!unilib.IsWhitespace(*it)) { in SnapLeftIfWhitespaceSelection()578 while (it != context_unicode.begin() && unilib.IsWhitespace(*it)) { in SnapLeftIfWhitespaceSelection()583 if (!unilib.IsWhitespace(*it)) { in SnapLeftIfWhitespaceSelection()
468 bool IsWhitespace(char c) { in IsWhitespace() function2941 while (IsWhitespace(pData[u])) in UnitType()2950 if (IsWhitespace(typeChar)) { in UnitType()3035 while (IsWhitespace(pData[u])) in UnitValue()3046 while (IsWhitespace(pData[u])) in UnitValue()3066 while (IsWhitespace(pChar[uVal])) in UnitValue()3074 while (IsWhitespace(pChar[uVal])) in UnitValue()