Home
last modified time | relevance | path

Searched refs:glueIndex (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRelativeDateFormat.java329 int glueIndex = 8; in initializeCombinedFormat() local
336 glueIndex += (DateFormat.FULL + 1); in initializeCombinedFormat()
340 glueIndex += (DateFormat.LONG +1); in initializeCombinedFormat()
344 glueIndex += (DateFormat.MEDIUM +1); in initializeCombinedFormat()
348 glueIndex += (DateFormat.SHORT + 1); in initializeCombinedFormat()
354 pattern = patterns[glueIndex]; in initializeCombinedFormat()
/external/icu/icu4c/source/i18n/
Dreldtfmt.cpp488 int32_t glueIndex = kDateTime; in loadDates() local
494 glueIndex = kDateTimeOffset + kFull; in loadDates()
498 glueIndex = kDateTimeOffset + kLong; in loadDates()
502 glueIndex = kDateTimeOffset + kMedium; in loadDates()
506 glueIndex = kDateTimeOffset + kShort; in loadDates()
513 … const UChar *resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &tempStatus); in loadDates()
Dwindtfmt.cpp77 int32_t glueIndex = DateFormat::kDateTime; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
81 glueIndex = (int32_t)(DateFormat::kDateTimeOffset + (fDateStyle - DateFormat::kDateOffset)); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
83 const UChar *resStr = ures_getStringByIndex(patBundle, glueIndex, &resStrLen, &status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
Dsmpdtfmt.cpp799 int32_t glueIndex = kDateTime; in construct() local
803 glueIndex = (int32_t)(kDateTimeOffset + (dateStyle - kDateOffset)); in construct()
806 resStr = ures_getStringByIndex(dateTimePatterns, glueIndex, &resStrLen, &status); in construct()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCalendar.java3599 int glueIndex = 8; in getDateTimePattern() local
3601 glueIndex += (dateStyle + 1); in getDateTimePattern()
3603 final String dateTimePattern = patterns[glueIndex]; in getDateTimePattern()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSimpleDateFormat.java1179 int glueIndex = 8; in getDefaultPattern() local
1182 glueIndex += (SHORT + 1); in getDefaultPattern()
1184 cachedDefaultPattern = MessageFormat.format(dateTimePatterns[glueIndex], in getDefaultPattern()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...