Searched refs:LAST_REGIONAL (Results 1 – 2 of 2) sorted by relevance
14 static final int LAST_REGIONAL = 0x1F1FF; field in EmojiConstants15 …atic final UnicodeSet REGIONAL_INDICATORS = new UnicodeSet(FIRST_REGIONAL, LAST_REGIONAL).freeze();
227 static final int LAST_REGIONAL = 0x1F1FF; field in ChartAnnotations230 …return FIRST_REGIONAL <= firstCodepoint && firstCodepoint <= LAST_REGIONAL ? firstCodepoint - FIRS… in getRegionalIndicator()