Searched refs:isSeparator (Results 1 – 12 of 12) sorted by relevance
57 static bool isSeparator(char character) in isSeparator() function75 while (m_current < m_end && isASCIIPrintable(*m_current) && !isSeparator(*m_current)) in consumeToken()99 if (!isASCIIPrintable(*m_current) || isSeparator(*m_current)) in consumeQuotedString()
45 if (!this.isSeparator())120 isSeparator: function() { method in MenuItem194 if (!this.disabled && !this.isSeparator() && this.selected) {
210 if (item && !item.isSeparator() && !item.hidden && !item.disabled)251 if (!menuItem.isSeparator())
51 && (!isSeparator(start) || !isSeparator(limit - 1))) { in testFirstAndLastCharsInCategory()83 EXPECT_EQ(isSeparator(character), latinSeparatorTable[character]); in TEST()
36 PLATFORM_EXPORT bool isSeparator(UChar32);
91 bool isSeparator(UChar32 character) in isSeparator() function
93 isSeparator: function() { method in MenuItem104 if (!this.disabled && !this.isSeparator()) {
101 if (item && !item.isSeparator() && !item.hidden)
65 static bool isSeparator(UChar c) in isSeparator() function83 while (isSeparator(buffer[i])) { in parseContentAttribute()91 while (!isSeparator(buffer[i])) { in parseContentAttribute()106 while (isSeparator(buffer[i])) { in parseContentAttribute()114 while (!isSeparator(buffer[i])) { in parseContentAttribute()
98 static bool isSeparator(char ch) in isSeparator() function349 if (isSeparator(ch_a)) { in phone_number_compare_inter()353 if (isSeparator(ch_b)) { in phone_number_compare_inter()
395 quote = isSeparator(value.charAt(i)); in doFormatValue()423 protected boolean isSeparator(char ch) { in isSeparator() method in BasicHeaderValueFormatter
1742 if (isSeparator(targetFirstCharacter)) { in SearchBuffer()1875 if (isSeparator(firstCharacter)) { in isWordStartMatch()1877 if (!isSeparator(previousCharacter)) in isWordStartMatch()1890 … if (!isASCIIUpper(nextCharacter) && !isASCIIDigit(nextCharacter) && !isSeparator(nextCharacter)) in isWordStartMatch()1896 } else if (isSeparator(previousCharacter) || isASCIIDigit(previousCharacter)) { in isWordStartMatch()