Searched refs:getMask (Results 1 – 3 of 3) sorted by relevance
61 this.maskString = Utils.getMask(locale, temp); in LocaleMaskItem()77 public long getMask() { in getMask() method in LocaleMaskItem103 if (mask == another.getMask()) { in compareTo()105 } else if (mask < another.getMask()) { in compareTo()
65 dataOutputStream.writeInt((int) localeMaskItem.getMask()); in write()
199 … public static String getMask(ULocale locale, long[] maskOut) throws UnsupportedEncodingException { in getMask() method in Utils