Home
last modified time | relevance | path

Searched refs:LAST_REGIONAL (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DEmojiConstants.java14 static final int LAST_REGIONAL = 0x1F1FF; field in EmojiConstants
15 …atic final UnicodeSet REGIONAL_INDICATORS = new UnicodeSet(FIRST_REGIONAL, LAST_REGIONAL).freeze();
/external/cldr/tools/java/org/unicode/cldr/tool/
DChartAnnotations.java227 static final int LAST_REGIONAL = 0x1F1FF; field in ChartAnnotations
230 …return FIRST_REGIONAL <= firstCodepoint && firstCodepoint <= LAST_REGIONAL ? firstCodepoint - FIRS… in getRegionalIndicator()