/external/chromium_org/third_party/icu/source/i18n/ |
tzrule.cpp | 398 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TimeArrayTimeZoneRule) 400 TimeArrayTimeZoneRule::TimeArrayTimeZoneRule(const UnicodeString& name, 414 TimeArrayTimeZoneRule::TimeArrayTimeZoneRule(const TimeArrayTimeZoneRule& source) 422 TimeArrayTimeZoneRule::~TimeArrayTimeZoneRule() { 428 TimeArrayTimeZoneRule* 429 TimeArrayTimeZoneRule::clone(void) const [all...] |
basictz.cpp | 398 const TimeArrayTimeZoneRule *tar = dynamic_cast<const TimeArrayTimeZoneRule *>(toRule); 459 TimeArrayTimeZoneRule *newTar = new TimeArrayTimeZoneRule(name,
|
olsontz.h | 378 TimeArrayTimeZoneRule **historicRules;
|
olsontz.cpp | 739 // Create a TimeArrayTimeZoneRule 744 historicRules = (TimeArrayTimeZoneRule**)uprv_malloc(sizeof(TimeArrayTimeZoneRule*)*historicRuleCount); 752 // Initialize TimeArrayTimeZoneRule pointers as NULL 756 historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName), 822 firstFinalRule = new TimeArrayTimeZoneRule(tzid, [all...] |
vtzone.cpp | 732 TimeArrayTimeZoneRule *retVal = NULL; 736 retVal = new TimeArrayTimeZoneRule(zonename, rawOffset, dstSavings, 754 retVal = new TimeArrayTimeZoneRule(zonename, rawOffset, dstSavings, [all...] |
/external/icu4c/i18n/ |
tzrule.cpp | 398 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TimeArrayTimeZoneRule) 400 TimeArrayTimeZoneRule::TimeArrayTimeZoneRule(const UnicodeString& name, 414 TimeArrayTimeZoneRule::TimeArrayTimeZoneRule(const TimeArrayTimeZoneRule& source) 422 TimeArrayTimeZoneRule::~TimeArrayTimeZoneRule() { 428 TimeArrayTimeZoneRule* 429 TimeArrayTimeZoneRule::clone(void) const [all...] |
dangical.cpp | 115 TimeZoneRule* rule1897 = new TimeArrayTimeZoneRule(UNICODE_STRING_SIMPLE("Korean 1897"), 7*kOneHour, 0, millis1897, 1, DateTimeRule::STANDARD_TIME); 116 TimeZoneRule* rule1898to1911 = new TimeArrayTimeZoneRule(UNICODE_STRING_SIMPLE("Korean 1898-1911"), 8*kOneHour, 0, millis1898, 1, DateTimeRule::STANDARD_TIME); 117 TimeZoneRule* ruleFrom1912 = new TimeArrayTimeZoneRule(UNICODE_STRING_SIMPLE("Korean 1912-"), 9*kOneHour, 0, millis1912, 1, DateTimeRule::STANDARD_TIME);
|
basictz.cpp | 398 const TimeArrayTimeZoneRule *tar = dynamic_cast<const TimeArrayTimeZoneRule *>(toRule); 459 TimeArrayTimeZoneRule *newTar = new TimeArrayTimeZoneRule(name,
|
olsontz.h | 392 TimeArrayTimeZoneRule **historicRules;
|
olsontz.cpp | 771 // Create a TimeArrayTimeZoneRule 776 historicRules = (TimeArrayTimeZoneRule**)uprv_malloc(sizeof(TimeArrayTimeZoneRule*)*historicRuleCount); 784 // Initialize TimeArrayTimeZoneRule pointers as NULL 788 historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName), 854 firstFinalRule = new TimeArrayTimeZoneRule(tzid, [all...] |
vtzone.cpp | 731 TimeArrayTimeZoneRule *retVal = NULL; 735 retVal = new TimeArrayTimeZoneRule(zonename, rawOffset, dstSavings, 753 retVal = new TimeArrayTimeZoneRule(zonename, rawOffset, dstSavings, [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
tzrule.h | 611 * <code>TimeArrayTimeZoneRule</code> represents a time zone rule whose start times are 616 class U_I18N_API TimeArrayTimeZoneRule : public TimeZoneRule { 619 * Constructs a <code>TimeArrayTimeZoneRule</code> with the name, the GMT offset of its 635 TimeArrayTimeZoneRule(const UnicodeString& name, int32_t rawOffset, int32_t dstSavings, 640 * @param source The TimeArrayTimeZoneRule object to be copied. 643 TimeArrayTimeZoneRule(const TimeArrayTimeZoneRule& source); 649 virtual ~TimeArrayTimeZoneRule(); 652 * Clone this TimeArrayTimeZoneRule object polymorphically. The caller owns the result and 657 virtual TimeArrayTimeZoneRule* clone(void) const [all...] |
/external/icu4c/i18n/unicode/ |
tzrule.h | 611 * <code>TimeArrayTimeZoneRule</code> represents a time zone rule whose start times are 616 class U_I18N_API TimeArrayTimeZoneRule : public TimeZoneRule { 619 * Constructs a <code>TimeArrayTimeZoneRule</code> with the name, the GMT offset of its 635 TimeArrayTimeZoneRule(const UnicodeString& name, int32_t rawOffset, int32_t dstSavings, 640 * @param source The TimeArrayTimeZoneRule object to be copied. 643 TimeArrayTimeZoneRule(const TimeArrayTimeZoneRule& source); 649 virtual ~TimeArrayTimeZoneRule(); 652 * Clone this TimeArrayTimeZoneRule object polymorphically. The caller owns the result and 657 virtual TimeArrayTimeZoneRule* clone(void) const [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
tzrulets.cpp | [all...] |
/external/icu4c/test/intltest/ |
tzrulets.cpp | [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
urename.h | [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 | |