OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getKeyType
(Results
1 - 6
of
6
) sorted by null
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/serialization/
KerberosKeyTest.java
55
assertEquals("Type", initKey.
getKeyType
(), desrKey.
getKeyType
());
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/
KerberosKeyTest.java
110
assertEquals("key type", 3, key.
getKeyType
());
197
key.
getKeyType
();
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SkbTemplate.java
120
public SoftKeyType
getKeyType
(int typeId) {
XmlKeyboardLoader.java
553
.
getKeyType
(attrKeys.keyType), null, null);
690
softKey.setKeyType(mSkbTemplate.
getKeyType
(attrKey.keyType), keyIcon,
721
rootState.mKeyType = mSkbTemplate.
getKeyType
(keyTypeId);
[
all
...]
/external/icu4c/i18n/
plurrule.cpp
985
getKeyType
(token, type, status);
998
getKeyType
(token, type, status);
1030
getKeyType
(token, type, status);
1048
getKeyType
(token, type, status);
1092
RuleParser::
getKeyType
(const UnicodeString& token, tokenType& keyType, UErrorCode &status)
plurrule_impl.h
144
void
getKeyType
(const UnicodeString& token, tokenType& type, UErrorCode &status);
Completed in 98 milliseconds