OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnicodeSetPrettyPrinter
(Results
1 - 12
of
12
) sorted by null
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
UnicodeSetPrettyPrinterTest.java
12
import org.unicode.cldr.util.
UnicodeSetPrettyPrinter
;
29
final
UnicodeSetPrettyPrinter
PRETTY_PRINTER = new
UnicodeSetPrettyPrinter
()
TestCollationMapMaker.java
15
import org.unicode.cldr.util.
UnicodeSetPrettyPrinter
;
53
UnicodeSetPrettyPrinter
pretty = new
UnicodeSetPrettyPrinter
().setOrdering(
/external/cldr/tools/java/org/unicode/cldr/util/
UnicodeSetPrettyPrinter.java
28
public class
UnicodeSetPrettyPrinter
{
46
public
UnicodeSetPrettyPrinter
() {
53
public
UnicodeSetPrettyPrinter
setQuoter(StringTransform quoter) {
66
public
UnicodeSetPrettyPrinter
setCompressRanges(boolean compressRanges) {
79
public
UnicodeSetPrettyPrinter
setOrdering(Comparator ordering) {
92
public
UnicodeSetPrettyPrinter
setSpaceComparator(Comparator spaceComp) {
105
public
UnicodeSetPrettyPrinter
setToQuote(UnicodeSet toQuote) {
159
private
UnicodeSetPrettyPrinter
appendUnicodeSetItem(String s) {
237
UnicodeSetPrettyPrinter
appendQuoted(int codePoint) {
/external/cldr/tools/java/org/unicode/cldr/tool/
GenerateIndexCharacters.java
16
import org.unicode.cldr.util.
UnicodeSetPrettyPrinter
;
53
UnicodeSetPrettyPrinter
pp = new
UnicodeSetPrettyPrinter
()
ShowKeyboards.java
43
import org.unicode.cldr.util.
UnicodeSetPrettyPrinter
;
561
static
UnicodeSetPrettyPrinter
prettyPrinter = new
UnicodeSetPrettyPrinter
()
[
all
...]
CountItems.java
49
import org.unicode.cldr.util.
UnicodeSetPrettyPrinter
;
212
String fixed = new
UnicodeSetPrettyPrinter
()
[
all
...]
CLDRModify.java
61
import org.unicode.cldr.util.
UnicodeSetPrettyPrinter
;
[
all
...]
/external/cldr/tools/java/org/unicode/cldr/test/
CheckExemplars.java
11
import org.unicode.cldr.util.
UnicodeSetPrettyPrinter
;
35
UnicodeSetPrettyPrinter
prettyPrinter;
127
prettyPrinter = new
UnicodeSetPrettyPrinter
()
175
String fixedExemplar1 = new
UnicodeSetPrettyPrinter
()
DisplayAndInputProcessor.java
26
import org.unicode.cldr.util.
UnicodeSetPrettyPrinter
;
149
private
UnicodeSetPrettyPrinter
pp = null;
190
pp = new
UnicodeSetPrettyPrinter
().setOrdering(Collator.getInstance(ULocale.ROOT))
199
public
UnicodeSetPrettyPrinter
getPrettyPrinter() {
[
all
...]
CheckForExemplars.java
32
import org.unicode.cldr.util.
UnicodeSetPrettyPrinter
;
103
UnicodeSetPrettyPrinter
prettyPrint;
231
prettyPrint = new
UnicodeSetPrettyPrinter
()
[
all
...]
ConsoleCheckCLDR.java
58
import org.unicode.cldr.util.
UnicodeSetPrettyPrinter
;
[
all
...]
/external/cldr/tools/java/org/unicode/cldr/draft/
ExemplarInfo.java
15
import org.unicode.cldr.util.
UnicodeSetPrettyPrinter
;
47
private static
UnicodeSetPrettyPrinter
pp = new
UnicodeSetPrettyPrinter
();
Completed in 804 milliseconds