Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_field.cpp2379 std::vector<std::unique_ptr<WideString>> swSort; in getArray() local
2381 swSort.push_back(pdfium::MakeUnique<WideString>(pFormField->GetFullName())); in getArray()
2384 std::sort(swSort.begin(), swSort.end(), in getArray()
2390 for (const auto& pStr : swSort) { in getArray()