Home
last modified time | relevance | path

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

/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
DLocaleMaskItem.java61 this.maskString = Utils.getMask(locale, temp); in LocaleMaskItem()
77 public long getMask() { in getMask() method in LocaleMaskItem
103 if (mask == another.getMask()) { in compareTo()
105 } else if (mask < another.getMask()) { in compareTo()
DLocaleList.java65 dataOutputStream.writeInt((int) localeMaskItem.getMask()); in write()
DUtils.java199 … public static String getMask(ULocale locale, long[] maskOut) throws UnsupportedEncodingException { in getMask() method in Utils