Searched refs:SPLIT_CHAR (Results 1 – 1 of 1) sorted by relevance
68 private static final String SPLIT_CHAR = "\uFFFE"; field in VettingViewer1223 String[] names = name.split(SPLIT_CHAR); in appendNameAndCode()1241 …String name = englishFile.getName(localeID, true, CLDRFile.SHORT_ALTS) + SPLIT_CHAR + gatherCodes(… in getName()