Home
last modified time | relevance | path

Searched refs:doMatchMode (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/i18n/
Dregexcst.h66 doMatchMode, enumerator
184 , {doMatchMode, 105 /* i */, 52,0, TRUE} // 52 paren-flag
185 , {doMatchMode, 100 /* d */, 52,0, TRUE} // 53
186 , {doMatchMode, 109 /* m */, 52,0, TRUE} // 54
187 , {doMatchMode, 115 /* s */, 52,0, TRUE} // 55
188 , {doMatchMode, 117 /* u */, 52,0, TRUE} // 56
189 , {doMatchMode, 119 /* w */, 52,0, TRUE} // 57
190 , {doMatchMode, 120 /* x */, 52,0, TRUE} // 58
191 , {doMatchMode, 45 /* - */, 52,0, TRUE} // 59
Dregexcst.txt165 'i' n paren-flag doMatchMode
166 'd' n paren-flag doMatchMode
167 'm' n paren-flag doMatchMode
168 's' n paren-flag doMatchMode
169 'u' n paren-flag doMatchMode
170 'w' n paren-flag doMatchMode
171 'x' n paren-flag doMatchMode
172 '-' n paren-flag doMatchMode
Dregexcmp.cpp1395 case doMatchMode: // (?i) and similar in doParseActions()