Searched refs:IETF_SEPARATOR (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DLocaleUtility.java37 public final static char IETF_SEPARATOR = '-'; field in class:LocaleUtility
49 int i1 = lang.indexOf(IETF_SEPARATOR);
55 int i2 = lang.indexOf(IETF_SEPARATOR, i1);

Completed in 29 milliseconds