Home | History | Annotate | Download | only in i18n

Lines Matching refs:pattern

93 uregex_open( const  UChar          *pattern,
102 if (pattern == NULL || patternLength < -1 || patternLength == 0) {
108 actualPatLen = u_strlen(pattern);
125 // Make a copy of the pattern string, so we can return it later if asked.
126 // For compiling the pattern, we will use a read-only-aliased UnicodeString
131 u_memcpy(patBuf, pattern, actualPatLen);
136 // Compile the pattern
985 // number that is valid for this pattern.
1275 // Loop through the input text, searching for the delimiter pattern
1313 // If the delimiter pattern has capturing parentheses, the captured