Searched refs:misspellings (Results 1 – 5 of 5) sorted by relevance
75 std::vector<Misspelling> misspellings = feedback_.GetAllMisspellings(); in TEST_F() local76 EXPECT_EQ(static_cast<size_t>(1), misspellings.size()); in TEST_F()77 EXPECT_FALSE(misspellings[0].action.IsFinal()); in TEST_F()223 const std::set<uint32>& misspellings = in TEST_F() local226 misspellings.size()); in TEST_F()228 for (std::set<uint32>::const_iterator it = misspellings.begin(); in TEST_F()229 it != misspellings.end(); in TEST_F()
192 base::ListValue* misspellings = NULL; in ParseResponse() local193 if (!value->GetList(kMisspellingsPath, &misspellings)) in ParseResponse()196 for (size_t i = 0; i < misspellings->GetSize(); ++i) { in ParseResponse()201 if (!misspellings->GetDictionary(i, &misspelling)) in ParseResponse()
2892 git ls-files|misspellings -f -|perl -nl \
14026 * src/vcg.h: Correct misspellings.
1945 and ignore other misspellings [Olivier Thereaux <ot w3.org>]