Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/test/tinyxml/
Dtinystr.h167 size_type find (char tofind, size_type offset) const in find() argument
173 if (*p == tofind) return static_cast< size_type >( p - c_str() ); in find()