Home
last modified time | relevance | path

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

/system/core/include/utils/
DString16.h91 ssize_t findLast(char16_t c) const;
/system/core/libutils/
DString16.cpp314 ssize_t String16::findLast(char16_t c) const in findLast() function in android::String16