Home | History | Annotate | Download | only in i18n

Lines Matching refs:pattern

42     // It could break if there are any 0s that aren't part of the main pattern.
129 for (auto pattern : patterns) {
130 if (pattern == nullptr || pattern == USE_FALLBACK) {
134 // Insert pattern into the UVector if the UVector does not already contain the pattern.
137 if (u_strcmp(pattern, static_cast<const UChar *>(output[i])) == 0) {
144 output.addElement(const_cast<UChar *>(pattern), status);
177 // The value "0" means that we need to use the default pattern and not fall back
187 // Save the pattern string. We will parse it lazily.
191 // and the number of zeros in the pattern.