OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hashCodeInternal
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/view/textservice/
SpellCheckerSubtype.java
58
mSubtypeHashCode =
hashCodeInternal
(mSubtypeLocale, mSubtypeExtraValue);
68
mSubtypeHashCode =
hashCodeInternal
(mSubtypeLocale, mSubtypeExtraValue);
219
private static int
hashCodeInternal
(String locale, String extraValue) {
/frameworks/base/core/java/android/text/style/
SuggestionSpan.java
153
mHashCode =
hashCodeInternal
(mSuggestions, mLocaleString, mNotificationTargetClassName);
283
private static int
hashCodeInternal
(String[] suggestions, String locale,
/frameworks/base/core/java/android/view/inputmethod/
InputMethodSubtype.java
279
mSubtypeHashCode = mSubtypeId != 0 ? mSubtypeId :
hashCodeInternal
(mSubtypeLocale,
522
private static int
hashCodeInternal
(String locale, String mode, String extraValue,
Completed in 165 milliseconds