Searched defs:dtStr (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/
H A Dcpdfsdk_datetime.cpp66 CPDFSDK_DateTime::CPDFSDK_DateTime(const ByteString& dtStr) { argument
68 FromPDFDateTimeString(dtStr);
132 const ByteString& dtStr) {
133 int strLength = dtStr.GetLength();
138 while (i < strLength && !std::isdigit(dtStr[i]))
148 ch = dtStr[i];
162 ch = dtStr[i];
176 ch = dtStr[i];
190 ch = dtStr[i];
204 ch = dtStr[
131 FromPDFDateTimeString( const ByteString& dtStr) argument
275 ByteString dtStr; local
[all...]

Completed in 345 milliseconds