Searched refs:SEP_LOCALE (Results 1 – 2 of 2) sorted by relevance
67 private final static String SEP_LOCALE = "-"; //$NON-NLS-1$ field in ConfigurationDescription205 String locales[] = localeString.split(SEP_LOCALE); in fromXml()283 value = locale.language.getValue() + SEP_LOCALE + locale.region.getValue(); in toXml()
108 private final static String SEP_LOCALE = "-"; //$NON-NLS-1$ field in Configuration610 sb.append(SEP_LOCALE); in toPersistentString()741 String locales[] = values[2].split(SEP_LOCALE); in initialize()825 String locales[] = values[0].split(SEP_LOCALE); in loadRenderState()892 sb.append(SEP_LOCALE); in saveRenderState()