Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DChartAnnotations.java229 public static int getRegionalIndicator(int firstCodepoint) { in getRegionalIndicator() argument
230 …return FIRST_REGIONAL <= firstCodepoint && firstCodepoint <= LAST_REGIONAL ? firstCodepoint - FIRS… in getRegionalIndicator()