Lines Matching refs:pattern
27 // NOTE: In Java, the method to get a pattern from the resource bundle exists in NumberFormat.
75 // Attempt to get the pattern with the native numbering system.
77 const char16_t *pattern;
78 pattern = doGetPattern(res.getAlias(), nsName, patternKey, status, localStatus);
81 // Fall back to latn if native numbering system does not have the right pattern
84 pattern = doGetPattern(res.getAlias(), "latn", patternKey, status, localStatus);
88 return pattern;
188 // Load and parse the pattern string. It is used for grouping sizes and affixes only.
201 const char16_t *pattern = getPatternForStyle(macros.locale, nsName, patternStyle, status);
204 PatternParser::parseToPatternInfo(UnicodeString(pattern), *patternInfo, status);