Searched refs:getPropertyValueEnumNoThrow (Results 1 – 3 of 3) sorted by relevance
1047 … int propNum = UCharacter.getPropertyValueEnumNoThrow(UProperty.SCRIPT, nameOrAbbrOrLocale); in getCode()1058 … int propNum = UCharacter.getPropertyValueEnumNoThrow(UProperty.SCRIPT, nameOrAbbrOrLocale); in getCode()1078 int propNum = UCharacter.getPropertyValueEnumNoThrow(UProperty.SCRIPT, nameOrAbbr); in getCodeFromName()
4642 public static int getPropertyValueEnumNoThrow(int property, CharSequence valueAlias) { in getPropertyValueEnumNoThrow() method in UCharacter4643 return UPropertyAliases.INSTANCE.getPropertyValueEnumNoThrow(property, valueAlias); in getPropertyValueEnumNoThrow()
313 public int getPropertyValueEnumNoThrow(int property, CharSequence alias) { in getPropertyValueEnumNoThrow() method in UPropertyAliases