Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/posix/
DGenerateCharmap.java136 int LongestCharNameLength = 0; in doCharmap() local
147 if (current.CharacterName.length() > LongestCharNameLength) in doCharmap()
148 LongestCharNameLength = current.CharacterName.length(); in doCharmap()
169 for (int i = LongestCharNameLength + 1; i > current.CharacterName.length(); i--) in doCharmap()
174 for (int i = LongestCharNameLength + 1; i > current.CharacterAltName.length(); i--) in doCharmap()