HomeSort by relevance Sort by last modified time
    Searched defs:DateIntervalInfo (Results 1 - 3 of 3) sorted by null

  /external/icu4c/i18n/unicode/
dtitvinf.h 40 * DateIntervalInfo is a public class for encapsulating localizable
45 * DateIntervalInfo object directly.
52 * directly creating DateIntervalInfo and manupulating it.
141 * After a DateIntervalInfo object is created, clients may modify
148 * DateIntervalInfo objects are cloneable.
149 * When clients obtain a DateIntervalInfo object,
152 * DateIntervalInfo are not expected to be subclassed.
159 class U_I18N_API DateIntervalInfo : public UObject {
174 DateIntervalInfo(UErrorCode& status);
178 * Construct DateIntervalInfo for the given locale
    [all...]
  /external/icu4c/i18n/
dtitvinf.cpp 44 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(DateIntervalInfo)
61 DateIntervalInfo::DateIntervalInfo(UErrorCode& status)
71 DateIntervalInfo::DateIntervalInfo(const Locale& locale, UErrorCode& status)
82 DateIntervalInfo::setIntervalPattern(const UnicodeString& skeleton,
100 DateIntervalInfo::setFallbackIntervalPattern(
122 DateIntervalInfo::DateIntervalInfo(const DateIntervalInfo& dtitvinf
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 71 milliseconds