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

/packages/apps/Dialer/src/com/android/dialer/dialpad/
H A DSmartDialNameMatcher.java74 public static char remapAccentedChars(char c) { method in class:SmartDialNameMatcher
595 ch = remapAccentedChars(ch);
618 if (queryStart == 0 || isLowercaseLatinLetterOrDigit(remapAccentedChars(
622 isLowercaseLatinLetterOrDigit(remapAccentedChars(
648 if (!isLowercaseLatinLetterOrDigit(remapAccentedChars(

Completed in 44 milliseconds