Home
last modified time | relevance | path

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

/third_party/boost/tools/auto_index/src/
Dauto_index.cpp148 struct string_cmp struct
176 static std::set<const char*, string_cmp> permitted; in can_contain_title()
220 static std::set<const char*, string_cmp> permitted; in can_contain_indexterm()
255 static std::set<const char*, string_cmp> terminals; in should_flatten_node()
/third_party/boost/libs/proto/test/
Dtoy_spirit2.cpp49 inline bool string_cmp(char const *sz, FwdIter &begin, FwdIter end) in string_cmp() function
349 return utility::string_cmp(sz, this->first, this->second); in operator ()()
Dtoy_spirit.cpp98 inline bool string_cmp(char const *sz, FwdIter &begin, FwdIter end) in string_cmp() function
214 return utility::string_cmp(sz, this->first, this->second); in operator ()()
/third_party/quickjs/
Dquickjs.c40348 static int string_cmp(JSString *p1, JSString *p2, int x1, int x2, int len) in string_cmp() function
40388 if (!string_cmp(p1, p2, j + 1, 1, len2 - 1)) in string_indexof()
40453 if (!string_cmp(p, p1, i, 0, v_len)) { in js_string_indexOf()
40519 if (!string_cmp(p, p1, i, 0, v_len)) { in js_string_includes()