Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dsystem_locale_manager.cpp233 auto sortFunc = [collator](TimeZoneCityItem item1, TimeZoneCityItem item2) { in SortTimezoneCityItemList() local
244 std::sort(timezoneCityItemList.begin(), timezoneCityItemList.end(), sortFunc); in SortTimezoneCityItemList()