Searched refs:CLOSEBRACE (Results 1 – 3 of 3) sorted by relevance
23 private static final String CLOSEBRACE = "}"; field in ICUResourceWriter361 + 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 …]
27 #define CLOSEBRACE 0x007D macro92 case CLOSEBRACE: in getNextToken()275 || c == CLOSEBRACE in getStringToken()312 if (c == OPENBRACE || c == CLOSEBRACE || c == COMMA || c == COLON) { in getStringToken()
127 private static final String CLOSEBRACE = "}"; field in XLIFF2ICUConverter699 …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()