OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SpecialLocales
(Results
1 - 2
of
2
) sorted by null
/external/cldr/tools/java/org/unicode/cldr/util/
SpecialLocales.java
17
* List of locale IDs which are somehow 'special'. Parses
SpecialLocales
.txt
22
public class
SpecialLocales
{
79
private static
SpecialLocales
singleton = null;
85
private static synchronized
SpecialLocales
getInstance() {
87
singleton = new
SpecialLocales
();
127
private
SpecialLocales
() {
132
BufferedReader lstreg = CldrUtility.getUTF8Data("
SpecialLocales
.txt");
160
throw new IllegalArgumentException("Invalid CLDRLocale in
SpecialLocales
.txt:" + ln + ": " + line);
167
throw new IllegalArgumentException("Invalid
SpecialLocales
.Type in
SpecialLocales
.txt:" + ln + ":
[
all
...]
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestUtilities.java
32
import org.unicode.cldr.util.
SpecialLocales
;
[
all
...]
Completed in 210 milliseconds