HomeSort by relevance Sort by last modified time
    Searched refs:nSplitIndex (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_localevalue.cpp 539 int nSplitIndex = -1;
540 nSplitIndex = wsDateTime.Find('T');
541 if (nSplitIndex < 0) {
542 nSplitIndex = wsDateTime.Find(' ');
544 if (nSplitIndex < 0) {
547 wsDate = wsDateTime.Left(nSplitIndex);
548 wsTime = wsDateTime.Right(wsDateTime.GetLength() - nSplitIndex - 1);
794 int nSplitIndex = -1;
795 nSplitIndex = wsDateTime.Find('T');
796 if (nSplitIndex < 0) {
    [all...]
xfa_objectacc_imp.cpp     [all...]

Completed in 538 milliseconds