OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nameTypes
(Results
1 - 3
of
3
) sorted by null
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/jgss/
GSSManagerImplTest.java
74
Oid[]
nameTypes
= gssManager.getNamesForMech(kerberosMech);
78
assertEquals(expectedNameTypes.length,
nameTypes
.length);
81
for (Oid nameType :
nameTypes
) {
/external/icu4c/i18n/
tzgnames.cpp
[
all
...]
tzfmt.cpp
726
int32_t
nameTypes
= 0;
728
nameTypes
= (UTZNM_LONG_STANDARD | UTZNM_LONG_DAYLIGHT);
731
nameTypes
= (UTZNM_SHORT_STANDARD | UTZNM_SHORT_DAYLIGHT);
733
LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startIdx,
nameTypes
, status));
[
all
...]
Completed in 55 milliseconds