Home | History | Annotate | Download | only in re.traits

Lines Matching refs:digit

34     test("d", std::ctype_base::digit);
35 test("D", std::ctype_base::digit);
36 test("d", std::ctype_base::digit, true);
37 test("D", std::ctype_base::digit, true);
73 test("digit", std::ctype_base::digit);
74 test("Digit", std::ctype_base::digit);
75 test("digit", std::ctype_base::digit, true);
76 test("Digit", std::ctype_base::digit, true);
78 test("digit", std::ctype_base::digit);
79 test("DIGIT", std::ctype_base::digit);
80 test("digit", std::ctype_base::digit, true);
81 test("Digit", std::ctype_base::digit, true);
122 test(L"d", std::ctype_base::digit);
123 test(L"D", std::ctype_base::digit);
124 test(L"d", std::ctype_base::digit, true);
125 test(L"D", std::ctype_base::digit, true);
161 test(L"digit", std::ctype_base::digit);
162 test(L"Digit", std::ctype_base::digit);
163 test(L"digit", std::ctype_base::digit, true);
164 test(L"Digit", std::ctype_base::digit, true);
166 test(L"digit", std::ctype_base::digit);
167 test(L"DIGIT", std::ctype_base::digit);
168 test(L"digit", std::ctype_base::digit, true);
169 test(L"Digit", std::ctype_base::digit, true);