Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
DMyString.h223 void ReverseFind(wchar_t c) const;
339 int ReverseFind(char c) const throw();
340 int ReverseFind_Dot() const throw() { return ReverseFind('.'); } in ReverseFind_Dot()
457 void ReverseFind(char c) const;
458 void ReverseFind(unsigned char c) const;
575 int ReverseFind(wchar_t c) const throw();
576 int ReverseFind_Dot() const throw() { return ReverseFind(L'.'); } in ReverseFind_Dot()
DMyString.cpp643 int AString::ReverseFind(char c) const throw() in ReverseFind() function in AString
1187 int UString::ReverseFind(wchar_t c) const throw() in ReverseFind() function in UString
/external/pdfium/core/fxcrt/
Dfx_string.h130 FX_STRSIZE ReverseFind(FX_CHAR ch) const;
Dfx_basic_bstring.cpp711 FX_STRSIZE CFX_ByteString::ReverseFind(FX_CHAR ch) const { in ReverseFind() function in CFX_ByteString
/external/pdfium/core/fxge/ge/
Dcfx_fontmapper.cpp484 find = family.ReverseFind('-'); in FindSubstFont()