Lines Matching refs:flgs

73    boost::regex_constants::match_flag_type flgs = boost::regex_constants::match_default;  in main()  local
77 b = boost::u32regex_match(utf8_arch1(), utf8_arch1(), m1, e1, flgs); in main()
79 b = boost::u32regex_match(utf8_arch2(), utf8_arch2(), m2, e1, flgs); in main()
81 b = boost::u32regex_match(utf16_arch(), utf16_arch(), m3, e1, flgs); in main()
83 b = boost::u32regex_match(wchar_arch(), wchar_arch(), m4, e1, flgs); in main()
85 b = boost::u32regex_match((const char*)(pb), cm1, e1, flgs); in main()
87 b = boost::u32regex_match((const unsigned char*)(pb), cm2, e1, flgs); in main()
89 b = boost::u32regex_match((const UChar*)(pb), cm3, e1, flgs); in main()
91 b = boost::u32regex_match((const wchar_t*)(pb), cm4, e1, flgs); in main()
93 b = boost::u32regex_match(s1, sm1, e1, flgs); in main()
95 b = boost::u32regex_match(s2, sm2, e1, flgs); in main()
97 b = boost::u32regex_match(us, cm3, e1, flgs); in main()
100 b = boost::u32regex_search(utf8_arch1(), utf8_arch1(), m1, e1, flgs); in main()
102 b = boost::u32regex_search(utf8_arch2(), utf8_arch2(), m2, e1, flgs); in main()
104 b = boost::u32regex_search(utf16_arch(), utf16_arch(), m3, e1, flgs); in main()
106 b = boost::u32regex_search(wchar_arch(), wchar_arch(), m4, e1, flgs); in main()
108 b = boost::u32regex_search((const char*)(pb), cm1, e1, flgs); in main()
110 b = boost::u32regex_search((const unsigned char*)(pb), cm2, e1, flgs); in main()
112 b = boost::u32regex_search((const UChar*)(pb), cm3, e1, flgs); in main()
114 b = boost::u32regex_search((const wchar_t*)(pb), cm4, e1, flgs); in main()
116 b = boost::u32regex_search(s1, sm1, e1, flgs); in main()
118 b = boost::u32regex_search(s2, sm2, e1, flgs); in main()
120 b = boost::u32regex_search(us, cm3, e1, flgs); in main()
123 out1 = boost::u32regex_replace(out1, utf8_arch1(), utf8_arch1(), e1, (const char*)(pb), flgs); in main()
125 … = boost::u32regex_replace(out2, utf8_arch2(), utf8_arch2(), e1, (const unsigned char*)(pb), flgs); in main()
127 out3 = boost::u32regex_replace(out3, utf16_arch(), utf16_arch(), e1, (const UChar*)(pb), flgs); in main()
129 out4 = boost::u32regex_replace(out4, wchar_arch(), wchar_arch(), e1, (const wchar_t*)(pb), flgs); in main()
131 out1 = boost::u32regex_replace(out1, utf8_arch1(), utf8_arch1(), e1, s1, flgs); in main()
132 out2 = boost::u32regex_replace(out2, utf8_arch2(), utf8_arch2(), e1, s1, flgs); in main()
133 out3 = boost::u32regex_replace(out3, utf16_arch(), utf16_arch(), e1, s1, flgs); in main()
134 out4 = boost::u32regex_replace(out4, wchar_arch(), wchar_arch(), e1, s1, flgs); in main()
135 out1 = boost::u32regex_replace(out1, utf8_arch1(), utf8_arch1(), e1, s2, flgs); in main()
136 out2 = boost::u32regex_replace(out2, utf8_arch2(), utf8_arch2(), e1, s2, flgs); in main()
137 out3 = boost::u32regex_replace(out3, utf16_arch(), utf16_arch(), e1, s2, flgs); in main()
138 out4 = boost::u32regex_replace(out4, wchar_arch(), wchar_arch(), e1, s2, flgs); in main()
139 out1 = boost::u32regex_replace(out1, utf8_arch1(), utf8_arch1(), e1, us, flgs); in main()
140 out2 = boost::u32regex_replace(out2, utf8_arch2(), utf8_arch2(), e1, us, flgs); in main()
141 out3 = boost::u32regex_replace(out3, utf16_arch(), utf16_arch(), e1, us, flgs); in main()
142 out4 = boost::u32regex_replace(out4, wchar_arch(), wchar_arch(), e1, us, flgs); in main()
144 s1 = boost::u32regex_replace(s1, e1, (const char*)(pb), flgs); in main()
145 s2 = boost::u32regex_replace(s2, e1, (const wchar_t*)(pb), flgs); in main()
146 s1 = boost::u32regex_replace(s1, e1, s1, flgs); in main()
147 s2 = boost::u32regex_replace(s2, e1, s2, flgs); in main()