Lines Matching refs:flags
174 * <p>All pattern match mode flags are set to their default values.</p>
203 * <p>All pattern match mode flags are set to their default values.</p>
225 * object using the specified match mode flags. These compile methods,
239 * @param flags The match mode flags to be used.
248 uint32_t flags,
255 * object using the specified match mode flags. These compile methods,
271 * @param flags The match mode flags to be used.
280 uint32_t flags,
287 * object using the specified match mode flags. These compile methods,
301 * @param flags The match mode flags to be used.
308 uint32_t flags,
314 * object using the specified match mode flags. These compile methods,
330 * @param flags The match mode flags to be used.
337 uint32_t flags,
342 * Get the match mode flags that were used when compiling this pattern.
343 * @return the match mode flags
346 virtual uint32_t flags() const;
577 uint32_t fFlags; // The flags used when compiling the pattern.
660 * @param flags Regular expression options, such as case insensitive matching.
665 RegexMatcher(const UnicodeString ®exp, uint32_t flags, UErrorCode &status);
676 * @param flags Regular expression options, such as case insensitive matching.
682 RegexMatcher(UText *regexp, uint32_t flags, UErrorCode &status);
700 * @param flags Regular expression options, such as case insensitive matching.
706 uint32_t flags, UErrorCode &status);
723 * @param flags Regular expression options, such as case insensitive matching.
730 uint32_t flags, UErrorCode &status);
747 uint32_t flags, UErrorCode &status);