Home
last modified time | relevance | path

Searched refs:isIgnorable (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dcoleitr.h257 static inline UBool isIgnorable(int32_t order);
398 inline UBool CollationElementIterator::isIgnorable(int32_t order) in isIgnorable() function
/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOMHelper.java903 boolean isIgnorable = false; // return value in isIgnorableWhitespace()
911 return isIgnorable; in isIgnorableWhitespace()
/external/icu/icu4c/source/test/intltest/
Ditercoll.cpp368 if (CollationElementIterator::isIgnorable(order)) in TestMaxExpansion()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterCaseTest.java320 boolean isIgnorable = UCharacter.hasBinaryProperty('\'', UProperty.CASE_IGNORABLE); in TestTitleRegression()
321 assertTrue("Case Ignorable check of ASCII apostrophe", isIgnorable); in TestTitleRegression()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUCharacterCaseTest.java323 boolean isIgnorable = UCharacter.hasBinaryProperty('\'', UProperty.CASE_IGNORABLE); in TestTitleRegression()
324 assertTrue("Case Ignorable check of ASCII apostrophe", isIgnorable); in TestTitleRegression()