HomeSort by relevance Sort by last modified time
    Searched refs:nameType (Results 1 - 25 of 27) sorted by null

1 2

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
ContactMatcher.java 136 * corresponding to the {@code candidateNameType} and {@code nameType}.
138 private static void setScoreRange(int candidateNameType, int nameType, int scoreFrom, int scoreTo) {
139 int index = nameType * NameLookupType.TYPE_COUNT + candidateNameType;
146 * {@code nameType}.
148 private static int getMinScore(int candidateNameType, int nameType) {
149 int index = nameType * NameLookupType.TYPE_COUNT + candidateNameType;
155 * {@code nameType}.
157 private static int getMaxScore(int candidateNameType, int nameType) {
158 int index = nameType * NameLookupType.TYPE_COUNT + candidateNameType;
282 int nameType, String name, int algorithm)
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
tznames.h 300 * @param nameType The name type.
306 void addZone(UTimeZoneNameType nameType, int32_t matchLength,
311 * @param nameType The name type.
317 void addMetaZone(UTimeZoneNameType nameType, int32_t matchLength,
tzfmt.h     [all...]
  /external/icu/icu4c/source/i18n/
tznames.cpp 315 UTimeZoneNameType nameType;
320 MatchInfo(UTimeZoneNameType nameType, int32_t matchLength, const UnicodeString* tzID, const UnicodeString* mzID) {
321 this->nameType = nameType;
354 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength,
359 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, &tzID, NULL);
371 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength,
376 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, NULL, &mzID);
399 return match->nameType;
tzgnames.cpp 626 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC;
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);
946 switch (nameType) {
    [all...]
timezone.cpp     [all...]
tzfmt.cpp     [all...]
  /libcore/luni/src/main/native/
java_lang_Character.cpp 51 UCharNameChoice nameType = isControl ? U_EXTENDED_CHAR_NAME : U_UNICODE_CHAR_NAME;
54 int32_t byteCount = u_charName(codePoint, nameType, &buf[0], sizeof(buf), &status);
  /external/robolectric/lib/main/
commons-codec-1.6.jar 
  /external/chromium_org/net/cert/
x509_certificate_mac.cc 261 if (dns_names && name_struct.nameType == GNT_DNSName) {
265 } else if (ip_addrs && name_struct.nameType == GNT_IPAddress) {
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
ClassReader.java 284 int nameType;
289 nameType = items[readUnsignedShort(index + 2)];
292 readUTF8(nameType, buf),
293 readUTF8(nameType + 2, buf));
    [all...]
  /frameworks/base/media/java/android/media/
WebVttRenderer.java     [all...]
  /external/chromium_org/net/third_party/nss/ssl/
ssl3ext.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iketypes.h 282 IKEEXT_CERT_CRITERIA_NAME_TYPE nameType;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXNameConstraintValidator.java     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar 
wagon-http-2.6-shaded.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 

Completed in 509 milliseconds

1 2