Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRelativeDateFormat.java350 int glueIndex = 8; in initializeCombinedFormat() local
353 glueIndex += fDateStyle + 1; in initializeCombinedFormat()
357 glueIndex += fDateStyle + 1 - DateFormat.RELATIVE; in initializeCombinedFormat()
360 int elementType = patternsRb.get(glueIndex).getType(); in initializeCombinedFormat()
362 pattern = patternsRb.get(glueIndex).getString(0); in initializeCombinedFormat()
364 pattern = patternsRb.getString(glueIndex); in initializeCombinedFormat()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DRelativeDateFormat.java353 int glueIndex = 8; in initializeCombinedFormat() local
356 glueIndex += fDateStyle + 1; in initializeCombinedFormat()
360 glueIndex += fDateStyle + 1 - DateFormat.RELATIVE; in initializeCombinedFormat()
363 int elementType = patternsRb.get(glueIndex).getType(); in initializeCombinedFormat()
365 pattern = patternsRb.get(glueIndex).getString(0); in initializeCombinedFormat()
367 pattern = patternsRb.getString(glueIndex); in initializeCombinedFormat()
/third_party/icu/icu4c/source/i18n/
Dwindtfmt.cpp79 int32_t glueIndex = DateFormat::kDateTime; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
83 glueIndex = (int32_t)(DateFormat::kDateTimeOffset + (fDateStyle - DateFormat::kDateOffset)); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
85 const UChar *resStr = ures_getStringByIndex(patBundle, glueIndex, &resStrLen, &status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
Dreldtfmt.cpp528 int32_t glueIndex = kDateTime; in loadDates() local
533 glueIndex = kDateTimeOffset + offsetIncrement; in loadDates()
537 …const UChar *resStr = ures_getStringByIndex(dateTimePatterns.getAlias(), glueIndex, &resStrLen, &s… in loadDates()
Dsmpdtfmt.cpp826 int32_t glueIndex = kDateTime; in construct() local
830 glueIndex = (int32_t)(kDateTimeOffset + (dateStyle - kDateOffset)); in construct()
833 resStr = ures_getStringByIndex(dateTimePatterns.getAlias(), glueIndex, &resStrLen, &status); in construct()
/third_party/node/deps/icu-small/source/i18n/
Dwindtfmt.cpp79 int32_t glueIndex = DateFormat::kDateTime; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
83 glueIndex = (int32_t)(DateFormat::kDateTimeOffset + (fDateStyle - DateFormat::kDateOffset)); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
85 const UChar *resStr = ures_getStringByIndex(patBundle, glueIndex, &resStrLen, &status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
Dreldtfmt.cpp528 int32_t glueIndex = kDateTime; in loadDates() local
533 glueIndex = kDateTimeOffset + offsetIncrement; in loadDates()
537 …const UChar *resStr = ures_getStringByIndex(dateTimePatterns.getAlias(), glueIndex, &resStrLen, &s… in loadDates()
Dsmpdtfmt.cpp845 int32_t glueIndex = kDateTime; in construct() local
849 glueIndex = (int32_t)(kDateTimeOffset + (dateStyle - kDateOffset)); in construct()
852 resStr = ures_getStringByIndex(dateTimePatterns.getAlias(), glueIndex, &resStrLen, &status); in construct()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dwindtfmt.cpp79 int32_t glueIndex = DateFormat::kDateTime; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
83 glueIndex = (int32_t)(DateFormat::kDateTimeOffset + (fDateStyle - DateFormat::kDateOffset)); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
85 const UChar *resStr = ures_getStringByIndex(patBundle, glueIndex, &resStrLen, &status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
Dreldtfmt.cpp528 int32_t glueIndex = kDateTime; in loadDates() local
533 glueIndex = kDateTimeOffset + offsetIncrement; in loadDates()
537 …const UChar *resStr = ures_getStringByIndex(dateTimePatterns.getAlias(), glueIndex, &resStrLen, &s… in loadDates()
Dsmpdtfmt.cpp769 int32_t glueIndex = kDateTime; in construct() local
773 glueIndex = (int32_t)(kDateTimeOffset + (dateStyle - kDateOffset)); in construct()
776 resStr = ures_getStringByIndex(dateTimePatterns.getAlias(), glueIndex, &resStrLen, &status); in construct()
/third_party/skia/third_party/externals/icu/source/i18n/
Dwindtfmt.cpp79 int32_t glueIndex = DateFormat::kDateTime; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
83 glueIndex = (int32_t)(DateFormat::kDateTimeOffset + (fDateStyle - DateFormat::kDateOffset)); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
85 const UChar *resStr = ures_getStringByIndex(patBundle, glueIndex, &resStrLen, &status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
Dreldtfmt.cpp528 int32_t glueIndex = kDateTime; in loadDates() local
533 glueIndex = kDateTimeOffset + offsetIncrement; in loadDates()
537 …const UChar *resStr = ures_getStringByIndex(dateTimePatterns.getAlias(), glueIndex, &resStrLen, &s… in loadDates()
Dsmpdtfmt.cpp826 int32_t glueIndex = kDateTime; in construct() local
830 glueIndex = (int32_t)(kDateTimeOffset + (dateStyle - kDateOffset)); in construct()
833 resStr = ures_getStringByIndex(dateTimePatterns.getAlias(), glueIndex, &resStrLen, &status); in construct()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCalendar.java3582 int glueIndex = 8; in getDateTimePattern() local
3584 glueIndex += (dateStyle + 1); in getDateTimePattern()
3586 final String dateTimePattern = patterns[glueIndex]; in getDateTimePattern()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCalendar.java3468 int glueIndex = 8; in getDateTimePattern() local
3470 glueIndex += (dateStyle + 1); in getDateTimePattern()
3472 final String dateTimePattern = patterns[glueIndex]; in getDateTimePattern()