Searched refs:getCaseFirst (Results 1 – 12 of 12) sorted by relevance
165 UColAttributeValue getCaseFirst() const { in getCaseFirst() function
423 return settings->getCaseFirst(); in getAttribute()
421 return settings->getCaseFirst(); in getAttribute()
365 public int getCaseFirst() { in getCaseFirst() method in CollationSettings
367 public int getCaseFirst() { in getCaseFirst() method in CollationSettings
1250 return (settings.readOnly().getCaseFirst() == CollationSettings.CASE_FIRST_AND_UPPER_MASK); in isUpperCaseFirst()1264 return (settings.readOnly().getCaseFirst() == CollationSettings.CASE_FIRST); in isLowerCaseFirst()
1280 return (settings.readOnly().getCaseFirst() == CollationSettings.CASE_FIRST_AND_UPPER_MASK); in isUpperCaseFirst()1295 return (settings.readOnly().getCaseFirst() == CollationSettings.CASE_FIRST); in isLowerCaseFirst()
1127 switch (settings->getCaseFirst()) { in writeCollationTOML()