Searched defs:useLocale (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DScanner.java160 * #useLocale} method. The {@link #reset} method will reset the value of the
545 useLocale(Locale.getDefault(Locale.Category.FORMAT));
1192 public Scanner useLocale(Locale locale) { method in class:Scanner
2614 * #useDelimiter}, {@link #useLocale}, or {@link #useRadix}.
2622 * .useLocale(Locale.getDefault(Locale.Category.FORMAT))
2632 useLocale(Locale.getDefault(Locale.Category.FORMAT));

Completed in 107 milliseconds