Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfigurationDescription.java67 private final static String SEP_LOCALE = "-"; //$NON-NLS-1$ field in ConfigurationDescription
205 String locales[] = localeString.split(SEP_LOCALE); in fromXml()
283 value = locale.language.getValue() + SEP_LOCALE + locale.region.getValue(); in toXml()
DConfiguration.java108 private final static String SEP_LOCALE = "-"; //$NON-NLS-1$ field in Configuration
610 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()