OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prettyPathMaker
(Results
1 - 3
of
3
) sorted by null
/external/cldr/tools/java/org/unicode/cldr/tool/
CompareData.java
44
static PrettyPath
prettyPathMaker
= new PrettyPath();
GenerateComparison.java
32
private static PrettyPath
prettyPathMaker
;
97
prettyPathMaker
= new PrettyPath();
312
String pretty_sort =
prettyPathMaker
.getPrettyPath(cleanedPath);
321
String pretty =
prettyPathMaker
.getOutputForm(pretty_sort);
504
// String pretty =
prettyPathMaker
.getPrettyPath(path, false);
507
// String pretty2 =
prettyPathMaker
.getOutputForm(pretty);
ShowData.java
80
static PathHeader.Factory
prettyPathMaker
= PathHeader.getFactory(CLDRConfig.getInstance().getEnglish());
92
//
prettyPathMaker
.getPrettyPath("//ldml/characters/exemplarCharacters[@alt=\"proposed-u151-4\"]");
93
// String q =
prettyPathMaker
.getOriginal(p);
222
PathHeader prettyString =
prettyPathMaker
.fromPath(path);
[
all
...]
Completed in 3468 milliseconds