Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcst.h76 doMatchMode, enumerator
205 , {doMatchMode, 105 /* i */, 53,0, TRUE} // 53 paren-flag
206 , {doMatchMode, 100 /* d */, 53,0, TRUE} // 54
207 , {doMatchMode, 109 /* m */, 53,0, TRUE} // 55
208 , {doMatchMode, 115 /* s */, 53,0, TRUE} // 56
209 , {doMatchMode, 117 /* u */, 53,0, TRUE} // 57
210 , {doMatchMode, 119 /* w */, 53,0, TRUE} // 58
211 , {doMatchMode, 120 /* x */, 53,0, TRUE} // 59
212 , {doMatchMode, 45 /* - */, 53,0, TRUE} // 60
Dregexcst.txt167 'i' n paren-flag doMatchMode
168 'd' n paren-flag doMatchMode
169 'm' n paren-flag doMatchMode
170 's' n paren-flag doMatchMode
171 'u' n paren-flag doMatchMode
172 'w' n paren-flag doMatchMode
173 'x' n paren-flag doMatchMode
174 '-' n paren-flag doMatchMode
Dregexcmp.cpp1455 case doMatchMode: // (?i) and similar in doParseActions()