Searched defs:expected_lower (Results 1 – 4 of 4) sorted by relevance
35 const std::u16string expected_lower(u"text with upper & lower case."); in TEST() local47 const std::u16string expected_lower(kNonASCIILower); in TEST() local59 const std::u16string expected_lower(u"\x69\x131"); in TEST() local
35 const string16 expected_lower(ASCIIToUTF16("text with upper & lower case.")); in TEST() local47 const string16 expected_lower(WideToUTF16(kNonASCIILower)); in TEST() local59 const string16 expected_lower(WideToUTF16(L"\x69\x131")); 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
385 int64_t expected_lower = in IsValid() local