Searched refs:pBegin (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DDiagnostic.cpp39 const char* pBegin, const char* pEnd ) const
42 for (; pBegin != pEnd; ++pBegin) {
43 if (0 == depth && *pBegin == pVal)
44 return pBegin;
45 if (0 != depth && *pBegin == '}')
48 if ('%' == *pBegin) {
49 ++pBegin;
50 if (pBegin == pEnd)
53 if (!isdigit(*pBegin)
38 findMatch(char pVal, const char* pBegin, const char* pEnd ) const argument
70 format(const char* pBegin, const char* pEnd, std::string& pOutStr) const argument
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnostic.h85 void format(const char* pBegin, const char* pEnd, std::string& pOutStr) const;
88 const char* findMatch(char pVal, const char* pBegin, const char* pEnd ) const;

Completed in 46 milliseconds