Lines Matching refs:flgs

100    boost::regex_constants::match_flag_type flgs = boost::regex_constants::match_default;  in main()  local
104 b = boost::u32regex_match(utf8_arch1(), utf8_arch1(), m1, e1, flgs); in main()
106 b = boost::u32regex_match(utf8_arch2(), utf8_arch2(), m2, e1, flgs); in main()
108 b = boost::u32regex_match(utf16_arch(), utf16_arch(), m3, e1, flgs); in main()
110 b = boost::u32regex_match(wchar_arch(), wchar_arch(), m4, e1, flgs); in main()
112 b = boost::u32regex_match((const char*)(pb), cm1, e1, flgs); in main()
114 b = boost::u32regex_match((const unsigned char*)(pb), cm2, e1, flgs); in main()
116 b = boost::u32regex_match((const UChar*)(pb), cm3, e1, flgs); in main()
118 b = boost::u32regex_match((const wchar_t*)(pb), cm4, e1, flgs); in main()
120 b = boost::u32regex_match(s1, sm1, e1, flgs); in main()
122 b = boost::u32regex_match(s2, sm2, e1, flgs); in main()
124 b = boost::u32regex_match(us, cm3, e1, flgs); in main()
127 b = boost::u32regex_search(utf8_arch1(), utf8_arch1(), m1, e1, flgs); in main()
129 b = boost::u32regex_search(utf8_arch2(), utf8_arch2(), m2, e1, flgs); in main()
131 b = boost::u32regex_search(utf16_arch(), utf16_arch(), m3, e1, flgs); in main()
133 b = boost::u32regex_search(wchar_arch(), wchar_arch(), m4, e1, flgs); in main()
135 b = boost::u32regex_search((const char*)(pb), cm1, e1, flgs); in main()
137 b = boost::u32regex_search((const unsigned char*)(pb), cm2, e1, flgs); in main()
139 b = boost::u32regex_search((const UChar*)(pb), cm3, e1, flgs); in main()
141 b = boost::u32regex_search((const wchar_t*)(pb), cm4, e1, flgs); in main()
143 b = boost::u32regex_search(s1, sm1, e1, flgs); in main()
145 b = boost::u32regex_search(s2, sm2, e1, flgs); in main()
147 b = boost::u32regex_search(us, cm3, e1, flgs); in main()
150 out1 = boost::u32regex_replace(out1, utf8_arch1(), utf8_arch1(), e1, (const char*)(pb), flgs); in main()
152 … = boost::u32regex_replace(out2, utf8_arch2(), utf8_arch2(), e1, (const unsigned char*)(pb), flgs); in main()
154 out3 = boost::u32regex_replace(out3, utf16_arch(), utf16_arch(), e1, (const UChar*)(pb), flgs); in main()
156 out4 = boost::u32regex_replace(out4, wchar_arch(), wchar_arch(), e1, (const wchar_t*)(pb), flgs); in main()
158 out1 = boost::u32regex_replace(out1, utf8_arch1(), utf8_arch1(), e1, s1, flgs); in main()
159 out2 = boost::u32regex_replace(out2, utf8_arch2(), utf8_arch2(), e1, s1, flgs); in main()
160 out3 = boost::u32regex_replace(out3, utf16_arch(), utf16_arch(), e1, s1, flgs); in main()
161 out4 = boost::u32regex_replace(out4, wchar_arch(), wchar_arch(), e1, s1, flgs); in main()
162 out1 = boost::u32regex_replace(out1, utf8_arch1(), utf8_arch1(), e1, s2, flgs); in main()
163 out2 = boost::u32regex_replace(out2, utf8_arch2(), utf8_arch2(), e1, s2, flgs); in main()
164 out3 = boost::u32regex_replace(out3, utf16_arch(), utf16_arch(), e1, s2, flgs); in main()
165 out4 = boost::u32regex_replace(out4, wchar_arch(), wchar_arch(), e1, s2, flgs); in main()
166 out1 = boost::u32regex_replace(out1, utf8_arch1(), utf8_arch1(), e1, us, flgs); in main()
167 out2 = boost::u32regex_replace(out2, utf8_arch2(), utf8_arch2(), e1, us, flgs); in main()
168 out3 = boost::u32regex_replace(out3, utf16_arch(), utf16_arch(), e1, us, flgs); in main()
169 out4 = boost::u32regex_replace(out4, wchar_arch(), wchar_arch(), e1, us, flgs); in main()
171 s1 = boost::u32regex_replace(s1, e1, (const char*)(pb), flgs); in main()
172 s2 = boost::u32regex_replace(s2, e1, (const wchar_t*)(pb), flgs); in main()
173 s1 = boost::u32regex_replace(s1, e1, s1, flgs); in main()
174 s2 = boost::u32regex_replace(s2, e1, s2, flgs); in main()