Home
last modified time | relevance | path

Searched refs:another (Results 1 - 3 of 3) sorted by relevance

/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DLocaleMaskItem.java105 public int compareTo(LocaleMaskItem another) { in compareTo() argument
106 if (mask == another.getMask()) { in compareTo()
108 } else if (mask < another.getMask()) { in compareTo()
/base/global/i18n/frameworks/intl/include/
H A Dlocale_config.h167 static void Expunge(std::unordered_set<std::string> &src, const std::unordered_set<std::string> &another);
/base/global/i18n/frameworks/intl/src/
H A Dlocale_config.cpp568 void LocaleConfig::Expunge(unordered_set<string> &src, const unordered_set<string> &another) in Expunge() argument
571 if (another.find(*iter) != another.end()) { in Expunge()

Completed in 4 milliseconds