Home
last modified time | relevance | path

Searched refs:styleSuffixLength (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRelativeDateTimeFormatter.java1023 private static int styleSuffixLength(Style style) { in styleSuffixLength() method in RelativeDateTimeFormatter.RelDateTimeDataSink
1165 int limit = key.length() - styleSuffixLength(sourceStyle); in handleAlias()
1201 int limit = key.length() - styleSuffixLength(style); in put()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRelativeDateTimeFormatter.java960 private static int styleSuffixLength(Style style) { in styleSuffixLength() method in RelativeDateTimeFormatter.RelDateTimeDataSink
1102 int limit = key.length() - styleSuffixLength(sourceStyle); in handleAlias()
1138 int limit = key.length() - styleSuffixLength(style); in put()
/external/icu/icu4c/source/i18n/
Dreldatefmt.cpp323 static int32_t styleSuffixLength(UDateRelativeDateTimeFormatterStyle style) { in styleSuffixLength() function
547 int32_t unitSize = uprv_strlen(key) - styleSuffixLength(style); in put()