/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | RelativeDateFormat.java | 350 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/ |
D | RelativeDateFormat.java | 353 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/ |
D | windtfmt.cpp | 79 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()
|
D | reldtfmt.cpp | 528 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()
|
D | smpdtfmt.cpp | 826 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/ |
D | windtfmt.cpp | 79 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()
|
D | reldtfmt.cpp | 528 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()
|
D | smpdtfmt.cpp | 845 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/ |
D | windtfmt.cpp | 79 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()
|
D | reldtfmt.cpp | 528 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()
|
D | smpdtfmt.cpp | 769 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/ |
D | windtfmt.cpp | 79 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()
|
D | reldtfmt.cpp | 528 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()
|
D | smpdtfmt.cpp | 826 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/ |
D | Calendar.java | 3582 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/ |
D | Calendar.java | 3468 int glueIndex = 8; in getDateTimePattern() local 3470 glueIndex += (dateStyle + 1); in getDateTimePattern() 3472 final String dateTimePattern = patterns[glueIndex]; in getDateTimePattern()
|