OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sourceLocale
(Results
1 - 7
of
7
) sorted by null
/external/cldr/tools/java/org/unicode/cldr/tool/
GenerateG2xG2.java
153
String
sourceLocale
= it.next();
154
System.out.print(
sourceLocale
+ ", ");
155
CLDRFile sourceData = cldrFactory.make(
sourceLocale
, true);
157
String title =
sourceLocale
;
295
static void checkItems(PrintWriter pw, String
sourceLocale
, CLDRFile sourceData, int type, Set<String> targetItemSet) {
299
String key = priorityMap.get(
sourceLocale
) + "" + priorityMap.get(item);
307
pw.println(priorityMap.get(
sourceLocale
)
308
+ "\t" +
sourceLocale
+
309
"\t(" + english.getName(
sourceLocale
) + ": "
310
+ sourceData.getName(
sourceLocale
) + ")
[
all
...]
FilterFactory.java
176
String
sourceLocale
= resolvedParent.getSourceLocaleID(xpath, null);
177
if (!
sourceLocale
.equals(XMLSource.CODE_FALLBACK_ID)) {
/external/cldr/tools/java/org/unicode/cldr/test/
CheckForExemplars.java
270
String
sourceLocale
= getResolvedCldrFileToCheck().getSourceLocaleID(path, otherPathStatus);
278
if (XMLSource.CODE_FALLBACK_ID.equals(
sourceLocale
)) {
280
// } else if ("root".equals(
sourceLocale
)) {
290
CheckStatus.Type errorOption = errorDefaultOption &
sourceLocale
.equals(getResolvedCldrFileToCheck().getLocaleID())
404
if ("root".equals(
sourceLocale
)) {
408
LocaleIDParser parser = new LocaleIDParser().set(
sourceLocale
);
411
String localeID = sdi.getLikelySubtags().get(
sourceLocale
);
[
all
...]
QuickCheck.java
236
String
sourceLocale
= file.getSourceLocaleID(path, null);
237
if (locale.equals(
sourceLocale
)) {
CheckDates.java
303
String
sourceLocale
= getCldrFileToCheck().getSourceLocaleID(path, status);
305
if (!path.equals(status.pathWhereFound) || !
sourceLocale
.equals(getCldrFileToCheck().getLocaleID())) {
[
all
...]
/external/cldr/tools/java/org/unicode/cldr/util/
Annotations.java
270
String
sourceLocale
= cldrFile2.getSourceLocaleID(xpath, null);
271
if (
sourceLocale
.equals(XMLSource.CODE_FALLBACK_ID) ||
sourceLocale
.equals(XMLSource.ROOT_ID)) {
CLDRFile.java
[
all
...]
Completed in 148 milliseconds