Searched defs:expected_upper (Results 1 – 3 of 3) sorted by relevance
36 const std::u16string expected_upper(u"TEXT WITH UPPER & LOWER CASE."); in TEST() local48 const std::u16string expected_upper(kNonASCIIUpper); in TEST() local60 const std::u16string expected_upper(u"\x49\x49"); in TEST() local
36 const string16 expected_upper(ASCIIToUTF16("TEXT WITH UPPER & LOWER CASE.")); in TEST() local48 const string16 expected_upper(WideToUTF16(kNonASCIIUpper)); in TEST() local60 const string16 expected_upper(WideToUTF16(L"\x49\x49")); in TEST() local
693 std::vector<int> v1, v2, expected_lower, expected_upper; in TEST() local712 std::vector<int> v1, v2({1}), expected_lower, expected_upper({1}); in TEST() local