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.java234 public static int getRegionalIndicator(int firstCodepoint) { in getRegionalIndicator() argument
235 …return FIRST_REGIONAL <= firstCodepoint && firstCodepoint <= LAST_REGIONAL ? firstCodepoint - FIRS… in getRegionalIndicator()