Home | History | Annotate | Download | only in i18n

Lines Matching refs:pattern

298                     // Set the interval pattern
322 * Validates and processes the pattern letter
328 // Check that the pattern letter is accepted
347 * Stores the interval pattern for the current skeleton in the internal data structure
352 // Check if the pattern has already been stored on the data structure
362 UnicodeString pattern = value.getUnicodeString(errorCode);
364 pattern, errorCode);
419 // Get the fallback pattern
428 UnicodeString pattern = UnicodeString(TRUE, resStr, resStrLen);
429 setFallbackIntervalPattern(pattern, status);