Home
last modified time | relevance | path

Searched refs:fModeFlags (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp70 fModeFlags = fRXPat->fFlags | 0x80000000; in RegexCompile()
160 if (fModeFlags & UREGEX_LITERAL) { in compile()
482 fParenStack.push(fModeFlags, *fStatus); // Match mode state in doParseActions()
516 fParenStack.push(fModeFlags, *fStatus); // Match mode state in doParseActions()
543 fParenStack.push(fModeFlags, *fStatus); // Match mode state in doParseActions()
591 fParenStack.push(fModeFlags, *fStatus); // Match mode state in doParseActions()
619 fParenStack.push(fModeFlags, *fStatus); // Match mode state in doParseActions()
669 fParenStack.push(fModeFlags, *fStatus); // Match mode state in doParseActions()
722 fParenStack.push(fModeFlags, *fStatus); // Match mode state in doParseActions()
803 if (fModeFlags & UREGEX_UNIX_LINES) { in doParseActions()
[all …]
Dregexcmp.h170 int32_t fModeFlags; // Match Flags. (Case Insensitive, etc.) variable