Home
last modified time | relevance | path

Searched refs:CLOSEBRACE (Results 1 – 3 of 3) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/icu/
DICUResourceWriter.java23 private static final String CLOSEBRACE = "}"; field in ICUResourceWriter
361 + QUOTE + CLOSEBRACE; in write()
437 write(writer, CLOSEBRACE + LINESEP); in write()
563 … String line = ((name == null) ? EMPTY : name) + COLON + INTS + OPENBRACE + val + CLOSEBRACE; in write()
609 write(writer, CLOSEBRACE + LINESEP); in write()
747 write(writer, CLOSEBRACE + LINESEP); in write()
750 … write(writer, name + OPENBRACE + QUOTE + str.toString() + QUOTE + CLOSEBRACE + LINESEP); in write()
822 write(writer, CLOSEBRACE + LINESEP); in write()
1057 + CLOSEBRACE + ((bare == true) ? EMPTY : LINESEP); in write()
1060 … String line = ((name == null) ? EMPTY : name) + COLON + BIN + OPENBRACE + internal + CLOSEBRACE in write()
[all …]
/external/icu/icu4c/source/tools/genrb/
Dread.c27 #define CLOSEBRACE 0x007D macro
92 case CLOSEBRACE: in getNextToken()
275 || c == CLOSEBRACE in getStringToken()
312 if (c == OPENBRACE || c == CLOSEBRACE || c == COMMA || c == COLON) { in getStringToken()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
DXLIFF2ICUConverter.java127 private static final String CLOSEBRACE = "}"; field in XLIFF2ICUConverter
699 …ter, name+COLON+STRINGS+ OPENBRACE + QUOTE + escapeSyntaxChars(val) + QUOTE+ CLOSEBRACE + LINESEP); in write()
708 … ((name==null)? EMPTY: name)+COLON+ALIAS+ OPENBRACE+QUOTE+escapeSyntaxChars(val)+QUOTE+CLOSEBRACE; in write()
724 String line = ((name==null)? EMPTY: name)+COLON+INTS+ OPENBRACE + val +CLOSEBRACE; in write()
742 …me==null) ? EMPTY : name)+COLON+IMPORT+ OPENBRACE+QUOTE+external+QUOTE+CLOSEBRACE + ((bare==true) … in write()
745 …ing line = ((name==null) ? EMPTY : name)+COLON+BIN+ OPENBRACE+internal+CLOSEBRACE+ ((bare==true) ?… in write()
768 write(writer, CLOSEBRACE+LINESEP); in write()
785 write(writer, CLOSEBRACE+LINESEP); in write()
803 write(writer, CLOSEBRACE+LINESEP); in write()