Lines Matching refs:patternLength
33 uset_openPattern(const UChar* pattern, int32_t patternLength,
36 UnicodeString pat(patternLength==-1, pattern, patternLength);
52 uset_openPatternOptions(const UChar* pattern, int32_t patternLength,
56 UnicodeString pat(patternLength==-1, pattern, patternLength);
74 const UChar *pattern, int32_t patternLength,
92 UnicodeString pat(pattern, patternLength);
120 uset_resemblesPattern(const UChar *pattern, int32_t patternLength,
123 UnicodeString pat(pattern, patternLength);