OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SEP_LOCALE
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationDescription.java
67
private final static String
SEP_LOCALE
= "-"; //$NON-NLS-1$
205
String locales[] = localeString.split(
SEP_LOCALE
);
283
value = locale.language.getValue() +
SEP_LOCALE
+ locale.region.getValue();
Configuration.java
108
private final static String
SEP_LOCALE
= "-"; //$NON-NLS-1$
610
sb.append(
SEP_LOCALE
);
741
String locales[] = values[2].split(
SEP_LOCALE
);
825
String locales[] = values[0].split(
SEP_LOCALE
);
892
sb.append(
SEP_LOCALE
);
[
all
...]
Completed in 202 milliseconds