Home | History | Annotate | Download | only in impl

Lines Matching defs:getEuropeanDigit

805     public static int getEuropeanDigit(int ch) {
833 // slightly pruned version of getUnicodeNumericValue(), plus getEuropeanDigit()
837 return getEuropeanDigit(c);