HomeSort by relevance Sort by last modified time
    Searched defs:nameType (Results 1 - 5 of 5) sorted by null

  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/jgss/
GSSManagerImplTest.java 41 Oid nameType = GSSName.NT_ANONYMOUS;
42 Oid[] mechs = gssManager.getMechsForName(nameType);
45 nameType = GSSName.NT_MACHINE_UID_NAME;
46 mechs = gssManager.getMechsForName(nameType);
49 nameType = GSSName.NT_STRING_UID_NAME;
50 mechs = gssManager.getMechsForName(nameType);
53 nameType = GSSName.NT_USER_NAME;
54 mechs = gssManager.getMechsForName(nameType);
59 nameType = GSSName.NT_HOSTBASED_SERVICE;
60 mechs = gssManager.getMechsForName(nameType);
    [all...]
  /libcore/luni/src/main/native/
java_lang_Character.cpp 49 UCharNameChoice nameType = isControl ? U_EXTENDED_CHAR_NAME : U_UNICODE_CHAR_NAME;
52 int32_t byteCount = u_charName(codePoint, nameType, &buf[0], sizeof(buf), &status);
  /external/icu4c/i18n/
tzfmt.cpp 225 UTimeZoneNameType nameType = matchInfo->getNameType(bestIdx);
226 switch (nameType) {
tzgnames.cpp 570 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC;
571 fTimeZoneNames->getTimeZoneDisplayName(tzID, nameType, name);
639 UTimeZoneNameType stdNameType = (nameType == UTZNM_LONG_GENERIC)
652 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzGenericName);
661 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzName);
681 getPartialLocationName(tzID, mzID, (nameType == UTZNM_LONG_GENERIC), mzName, name);
886 UTimeZoneNameType nameType = tznamesMatches->getNameType(i);
887 switch (nameType) {
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java     [all...]

Completed in 511 milliseconds