Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacter.java5186 int propertyMask = UCharacter.getIntPropertyValue(c, UProperty.GENERAL_CATEGORY_MASK); in toTitleFirst() local
5187 if ((propertyMask & BREAK_MASK) != 0) { // handle "49ers", initial CJK in toTitleFirst()