Searched refs:styleSuffixLength (Results 1 – 3 of 3) sorted by relevance
1023 private static int styleSuffixLength(Style style) { in styleSuffixLength() method in RelativeDateTimeFormatter.RelDateTimeDataSink1165 int limit = key.length() - styleSuffixLength(sourceStyle); in handleAlias()1201 int limit = key.length() - styleSuffixLength(style); in put()
960 private static int styleSuffixLength(Style style) { in styleSuffixLength() method in RelativeDateTimeFormatter.RelDateTimeDataSink1102 int limit = key.length() - styleSuffixLength(sourceStyle); in handleAlias()1138 int limit = key.length() - styleSuffixLength(style); in put()
323 static int32_t styleSuffixLength(UDateRelativeDateTimeFormatterStyle style) { in styleSuffixLength() function547 int32_t unitSize = uprv_strlen(key) - styleSuffixLength(style); in put()