Searched refs:fallbackWidth (Results 1 – 3 of 3) sorted by relevance
1044 int32_t fallbackWidth = cache->widthFallback[width]; in getFormatterOrNull() local1045 if (fallbackWidth != UMEASFMT_WIDTH_COUNT && unitPatterns[fallbackWidth][index] != NULL) { in getFormatterOrNull()1046 return unitPatterns[fallbackWidth][index]; in getFormatterOrNull()1090 int32_t fallbackWidth = cache->widthFallback[width]; in getPerFormatter() local1091 if (fallbackWidth != UMEASFMT_WIDTH_COUNT && in getPerFormatter()1092 perFormatters[fallbackWidth].getPlaceholderCount() == 2) { in getPerFormatter()1093 return &perFormatters[fallbackWidth]; in getPerFormatter()
949 FormatWidth fallbackWidth = cache.widthFallback[width.ordinal()]; in getFormatterOrNull() local950 if (fallbackWidth != null) { in getFormatterOrNull()951 patterns = styleToPatterns.get(fallbackWidth); in getFormatterOrNull()985 FormatWidth fallbackWidth = cache.widthFallback[width.ordinal()]; in getPerFormatter() local986 if (fallbackWidth != null) { in getPerFormatter()987 perPattern = cache.styleToPerPattern.get(fallbackWidth); in getPerFormatter()
922 FormatWidth fallbackWidth = cache.widthFallback[width.ordinal()]; in getFormatterOrNull() local923 if (fallbackWidth != null) { in getFormatterOrNull()924 patterns = styleToPatterns.get(fallbackWidth); in getFormatterOrNull()958 FormatWidth fallbackWidth = cache.widthFallback[width.ordinal()]; in getPerFormatter() local959 if (fallbackWidth != null) { in getPerFormatter()960 perPattern = cache.styleToPerPattern.get(fallbackWidth); in getPerFormatter()