Searched refs:propertyMask (Results 1 – 1 of 1) sorted by relevance
5186 int propertyMask = UCharacter.getIntPropertyValue(c, UProperty.GENERAL_CATEGORY_MASK); in toTitleFirst() local5187 if ((propertyMask & BREAK_MASK) != 0) { // handle "49ers", initial CJK in toTitleFirst()