HomeSort by relevance Sort by last modified time
    Searched refs:stdName (Results 1 - 11 of 11) sorted by null

  /libcore/luni/src/main/java/javax/crypto/
EncryptedPrivateKeyInfo.java 459 String stdName = AlgNameMapper.getStandardName(this.algName);
465 if (stdName == null) {
469 this.oid = AlgNameMapper.map2OID(stdName);
473 this.algName = stdName;
474 } else if (stdName != null) {
475 this.algName = stdName;
  /external/chromium_org/third_party/icu/source/i18n/
tzgnames.cpp 697 UnicodeString stdName;
698 fTimeZoneNames->getDisplayName(tzID, stdNameType, date, stdName);
699 if (!stdName.isEmpty()) {
700 name.setTo(stdName);
709 if (stdName.caseCompare(mzGenericName, 0) == 0) {
    [all...]
vtzone.cpp     [all...]
olsontz.cpp 712 UnicodeString stdName = tzid + UNICODE_STRING_SIMPLE("(STD)");
720 initialRule = new InitialTimeZoneRule((dst == 0 ? stdName : dstName), raw, dst);
782 historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName),
    [all...]
  /external/icu/icu4c/source/i18n/
tzgnames.cpp 697 UnicodeString stdName;
698 fTimeZoneNames->getDisplayName(tzID, stdNameType, date, stdName);
699 if (!stdName.isEmpty()) {
700 name.setTo(stdName);
709 if (stdName.caseCompare(mzGenericName, 0) == 0) {
    [all...]
vtzone.cpp     [all...]
olsontz.cpp 712 UnicodeString stdName = tzid + UNICODE_STRING_SIMPLE("(STD)");
720 initialRule = new InitialTimeZoneRule((dst == 0 ? stdName : dstName), raw, dst);
782 historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName),
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tzrulets.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
tzrulets.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 1106 milliseconds