Searched refs:indexMap (Results 1 - 2 of 2) sorted by relevance
/base/global/i18n/frameworks/intl/src/ |
H A D | relative_time_format.cpp | 154 void RelativeTimeFormat::ProcessIntegerField(const std::map<size_t, size_t> &indexMap, in ProcessIntegerField() argument 158 for (auto iter = indexMap.begin(); iter != indexMap.end(); iter++) { in ProcessIntegerField() 186 std::map<size_t, size_t> indexMap; in FormatToParts() local 191 indexMap.insert(std::make_pair(startIndex, (size_t)constrainedPos.getLimit())); in FormatToParts() 198 ProcessIntegerField(indexMap, timeVector, startIndex, unit, result); in FormatToParts()
|
/base/global/i18n/frameworks/intl/include/ |
H A D | relative_time_format.h | 73 void ProcessIntegerField(const std::map<size_t, size_t> &indexMap,
|
Completed in 1 milliseconds