Home
last modified time | relevance | path

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

/external/angle/src/common/
Dstring_utils.cpp24 bool EndsWithSuffix(const char *str, in EndsWithSuffix() function
196 return EndsWithSuffix(str.c_str(), str.length(), suffix.c_str(), suffix.length()); in EndsWith()
201 return EndsWithSuffix(str.c_str(), str.length(), suffix, strlen(suffix)); in EndsWith()
206 return EndsWithSuffix(str, strlen(str), suffix, strlen(suffix)); in EndsWith()