Home | History | Annotate | Download | only in i18n

Lines Matching full:regex

23 #include "unicode/regex.h"
33 #include "regexcst.h" // Contains state table for the regex pattern parser.
91 // Compile regex pattern. The state machine for rexexp pattern parsing is here.
127 // Main loop for the regex pattern parsing state machine.
138 // Regex pattern parsing stops on the first error encountered.
332 // doParseAction Do some action during regex pattern parsing.
600 // Apply important regex bug fixing for ticket#7224
2139 // Apply important regex bug fixing for ticket#7224
3560 // nextCharLL Low Level Next Char from the regex pattern.
3805 nextChar(fC); // Continue overall regex pattern processing with char after the '}'