Searched refs:fModeFlags (Results 1 – 2 of 2) sorted by relevance
71 fModeFlags = fRXPat->fFlags | 0x80000000; in RegexCompile()161 if (fModeFlags & UREGEX_LITERAL) { in compile()483 fParenStack.push(fModeFlags, *fStatus); // Match mode state in doParseActions()517 fParenStack.push(fModeFlags, *fStatus); // Match mode state in doParseActions()544 fParenStack.push(fModeFlags, *fStatus); // Match mode state in doParseActions()592 fParenStack.push(fModeFlags, *fStatus); // Match mode state in doParseActions()620 fParenStack.push(fModeFlags, *fStatus); // Match mode state in doParseActions()670 fParenStack.push(fModeFlags, *fStatus); // Match mode state in doParseActions()723 fParenStack.push(fModeFlags, *fStatus); // Match mode state in doParseActions()804 if (fModeFlags & UREGEX_UNIX_LINES) { in doParseActions()[all …]
170 int32_t fModeFlags; // Match Flags. (Case Insensitive, etc.) variable