/third_party/node/deps/icu-small/source/i18n/ |
D | regexcst.h | 118 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
|
D | regexcmp.cpp | 1470 case doMatchMode: // (?i) and similar in doParseActions()
|
/third_party/icu/icu4c/source/i18n/ |
D | regexcst.h | 118 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
|
D | regexcst.txt | 167 '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
|
D | regexcmp.cpp | 1470 case doMatchMode: // (?i) and similar in doParseActions()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | regexcst.h | 118 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
|
D | regexcst.txt | 167 '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
|
D | regexcmp.cpp | 1475 case doMatchMode: // (?i) and similar in doParseActions()
|