Searched defs:toIntValue (Results 1 – 2 of 2) sorted by relevance
206 public static int toIntValue(final char ch) { in toIntValue() method in CharUtils228 public static int toIntValue(final char ch, final int defaultValue) { in toIntValue() method in CharUtils249 public static int toIntValue(final Character ch) { in toIntValue() method in CharUtils269 public static int toIntValue(final Character ch, final int defaultValue) { in toIntValue() method in CharUtils
159 uint32_t toIntValue() const { in toIntValue() function