OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:normalizedChar
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Dialer/java/com/android/dialer/smartdial/map/
CompositeSmartDialMap.java
145
Optional<Character>
normalizedChar
= DEFAULT_MAP.normalizeCharacter(ch);
146
if (
normalizedChar
.isPresent()) {
147
return
normalizedChar
.get();
152
normalizedChar
= extraMap.get().normalizeCharacter(ch);
155
return
normalizedChar
.isPresent() ?
normalizedChar
.get() : ch;
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
AsYouTypeFormatter.java
630
char
normalizedChar
;
632
normalizedChar
= nextChar;
636
normalizedChar
= Character.forDigit(Character.digit(nextChar, radix), radix);
637
accruedInputWithoutFormatting.append(
normalizedChar
);
638
nationalNumber.append(
normalizedChar
);
643
return
normalizedChar
;
/prebuilts/misc/common/robolectric/android-all/
android-all-o-preview-4-robolectric-0.jar
Completed in 446 milliseconds