Home | History | Annotate | Download | only in lang

Lines Matching defs:getUnicodeNumericValue

73  *      getUnicodeNumericValue do not treat the above code points
3117 * Special value that is returned by getUnicodeNumericValue(int) when no
3119 * @see #getUnicodeNumericValue
3255 public static double getUnicodeNumericValue(int ch)
3257 return UCharacterProperty.INSTANCE.getUnicodeNumericValue(ch);
5044 return String.valueOf(getUnicodeNumericValue(codepoint));