Home | History | Annotate | Download | only in telephony

Lines Matching refs:formatNumber

1142     public static String formatNumber(String source) {
1144 formatNumber(text, getFormatTypeForLocale(Locale.getDefault()));
1159 public static String formatNumber(String source, int defaultFormattingType) {
1161 formatNumber(text, defaultFormattingType);
1186 public static void formatNumber(Editable text, int defaultFormattingType) {
1411 public static String formatNumber(String phoneNumber, String defaultCountryIso) {
1447 public static String formatNumber(
1472 String result = formatNumber(phoneNumber, defaultCountryIso);