Lines Matching full:patternoffset
1249 * Returns TRUE if the patternOffset is at the start of a numeric field.
1251 static UBool isAtNumericField(const UnicodeString &pattern, int32_t patternOffset);
1254 * Returns TRUE if the patternOffset is right after a non-numeric field.
1256 static UBool isAfterNonNumericField(const UnicodeString &pattern, int32_t patternOffset);
1330 * @param patternOffset the starting offset into the pattern text. On
1340 static UBool matchLiterals(const UnicodeString &pattern, int32_t &patternOffset,