OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getSortKey
(Results
1 - 5
of
5
) sorted by null
/libcore/luni/src/main/java/libcore/icu/
NativeCollation.java
28
public static native byte[]
getSortKey
(int address, String source);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactLocaleUtilsTest.java
47
assertEquals(mContactLocaleUtils.
getSortKey
(LATIN_NAME, FullNameStyle.UNDEFINED),
58
assertTrue(mContactLocaleUtils.
getSortKey
(CHINESE_NAME,
61
assertTrue(mContactLocaleUtils.
getSortKey
(CHINESE_LATIN_MIX_NAME_1,
64
assertTrue(mContactLocaleUtils.
getSortKey
(CHINESE_LATIN_MIX_NAME_2,
86
mContactLocaleUtils.
getSortKey
(CHINESE_NAME, FullNameStyle.CHINESE).toUpperCase());
88
mContactLocaleUtils.
getSortKey
(CHINESE_NAME, FullNameStyle.CJK).toUpperCase());
91
mContactLocaleUtils.
getSortKey
(CHINESE_NAME, FullNameStyle.CHINESE).toUpperCase());
93
mContactLocaleUtils.
getSortKey
(CHINESE_NAME, FullNameStyle.CJK).toUpperCase());
94
assertEquals(LATIN_NAME, mContactLocaleUtils.
getSortKey
(LATIN_NAME, FullNameStyle.WESTERN));
/external/icu4c/i18n/
tblcoll.cpp
561
int32_t RuleBasedCollator::
getSortKey
(const UnicodeString& source,
568
int32_t RuleBasedCollator::
getSortKey
(const UChar *source,
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLocaleUtils.java
40
public String
getSortKey
(String displayName) {
63
public String
getSortKey
(String displayName) {
86
return super.
getSortKey
(displayName);
150
public String
getSortKey
(String displayName, int nameStyle) {
151
return getForSort(Integer.valueOf(nameStyle)).
getSortKey
(displayName);
/external/icu4c/test/intltest/
apicoll.cpp
[
all
...]
Completed in 141 milliseconds