Searched refs:numberPos (Results 1 – 1 of 1) sorted by relevance
733 size_t numberPos = std::strcspn(fileName.c_str(), "1234567890"); in splitFileName() 736 if (numberPos > 0 && itemPos > numberPos && fileName.size() > itemPos) in splitFileName() 739 std::make_tuple(fileName.substr(0, numberPos), in splitFileName() 740 fileName.substr(numberPos, itemPos - numberPos), in splitFileName() 728 size_t numberPos = std::strcspn(fileName.c_str(), "1234567890"); splitFileName() local