Searched refs:isIgnorable (Results 1 – 5 of 5) sorted by relevance
259 static inline UBool isIgnorable(int32_t order);400 inline UBool CollationElementIterator::isIgnorable(int32_t order) in isIgnorable() function
903 boolean isIgnorable = false; // return value in isIgnorableWhitespace()911 return isIgnorable; in isIgnorableWhitespace()
368 if (CollationElementIterator::isIgnorable(order)) in TestMaxExpansion()
323 boolean isIgnorable = UCharacter.hasBinaryProperty('\'', UProperty.CASE_IGNORABLE); in TestTitleRegression()324 assertTrue("Case Ignorable check of ASCII apostrophe", isIgnorable); in TestTitleRegression()
320 boolean isIgnorable = UCharacter.hasBinaryProperty('\'', UProperty.CASE_IGNORABLE); in TestTitleRegression()321 assertTrue("Case Ignorable check of ASCII apostrophe", isIgnorable); in TestTitleRegression()