Home
last modified time | relevance | path

Searched refs:SpellcheckStringV (Results 1 – 3 of 3) sorted by relevance

/third_party/ninja/src/
Dutil.h81 const char* SpellcheckStringV(const string& text,
Dutil.cc393 const char* SpellcheckStringV(const string& text, in SpellcheckStringV() function
422 return SpellcheckStringV(text, words); in SpellcheckString()
Dninja.cc999 const char* suggestion = SpellcheckStringV(tool_name, words); in ChooseTool()