Searched defs:nameType (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dtznames.cpp315 UTimeZoneNameType nameType; member in struct:MatchInfo
320 MatchInfo(UTimeZoneNameType nameType, int32_t matchLength, const UnicodeString* tzID, const UnicodeString* mzID) { argument
321 this->nameType = nameType;
354 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength, argument
359 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, &tzID, NULL);
371 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength, argument
376 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, NULL, &mzID);
399 return match->nameType;
H A Dtimezone.cpp1231 UTimeZoneNameType nameType = UTZNM_UNKNOWN; local
1234 nameType = daylight ? UTZNM_LONG_DAYLIGHT : UTZNM_LONG_STANDARD;
1238 nameType = daylight ? UTZNM_SHORT_DAYLIGHT : UTZNM_SHORT_STANDARD;
1249 tznames->getDisplayName(canonicalID, nameType, date, result);
H A Dtzgnames.cpp626 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC; local
627 fTimeZoneNames->getTimeZoneDisplayName(tzID, nameType, name);
695 UTimeZoneNameType stdNameType = (nameType == UTZNM_LONG_GENERIC)
708 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzGenericName);
717 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzName);
737 getPartialLocationName(tzID, mzID, (nameType == UTZNM_LONG_GENERIC), mzName, name);
942 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i); local
946 switch (nameType) {
/external/icu/icu4c/source/i18n/
H A Dtznames.cpp315 UTimeZoneNameType nameType; member in struct:MatchInfo
320 MatchInfo(UTimeZoneNameType nameType, int32_t matchLength, const UnicodeString* tzID, const UnicodeString* mzID) { argument
321 this->nameType = nameType;
354 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength, argument
359 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, &tzID, NULL);
371 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength, argument
376 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, NULL, &mzID);
399 return match->nameType;
H A Dtimezone.cpp1231 UTimeZoneNameType nameType = UTZNM_UNKNOWN; local
1234 nameType = daylight ? UTZNM_LONG_DAYLIGHT : UTZNM_LONG_STANDARD;
1238 nameType = daylight ? UTZNM_SHORT_DAYLIGHT : UTZNM_SHORT_STANDARD;
1249 tznames->getDisplayName(canonicalID, nameType, date, result);
H A Dtzgnames.cpp626 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC; local
627 fTimeZoneNames->getTimeZoneDisplayName(tzID, nameType, name);
695 UTimeZoneNameType stdNameType = (nameType == UTZNM_LONG_GENERIC)
708 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzGenericName);
717 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzName);
737 getPartialLocationName(tzID, mzID, (nameType == UTZNM_LONG_GENERIC), mzName, name);
942 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i); local
946 switch (nameType) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXNameConstraintValidator.java1584 public void intersectEmptyPermittedSubtree(int nameType) argument
1586 switch (nameType)
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3ext.c1388 PRInt8 nameType = TLS_STE_NO_SERVER_NAME; local
1652 nameType =
1654 if (nameType != TLS_STE_NO_SERVER_NAME) {
1662 parsed_session_ticket->srvName.type = nameType;
/external/robolectric/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1588 milliseconds