Lines Matching refs:closeStr
399 static const UChar closeStr[] = { 0x0022, 0x0020, 0x007D, 0x0020 }; /* "\" } " */ in printOutAlias() local
406 printString(out, closeStr, UPRV_LENGTHOF(closeStr)); in printOutAlias()
444 static const UChar closeStr[] = { 0x0022, 0x0020, 0x007D }; /* "\" }" */ in printOutBundle() local
448 printString(out, closeStr, UPRV_LENGTHOF(closeStr)); in printOutBundle()
451 static const UChar closeStr[] = { 0x0022, 0x002C }; /* "\"," */ in printOutBundle() local
455 printString(out, closeStr, UPRV_LENGTHOF(closeStr)); in printOutBundle()
470 static const UChar closeStr[] = { 0x0020, 0x007D }; /* " }" */ in printOutBundle() local
480 printString(out, closeStr, UPRV_LENGTHOF(closeStr)); in printOutBundle()
502 static const UChar closeStr[] = { 0x0020, 0x007D, 0x0020 }; /* " } " */ in printOutBundle() local
511 printString(out, closeStr, UPRV_LENGTHOF(closeStr)); in printOutBundle()
527 static const UChar closeStr[] = { 0x0020, 0x007D, 0x0020 }; /* " } " */ in printOutBundle() local
546 printString(out, closeStr, UPRV_LENGTHOF(closeStr)); in printOutBundle()
560 static const UChar closeStr[] = { 0x007D, '\n' }; /* "}\n" */ in printOutBundle() local
614 printString(out, closeStr, UPRV_LENGTHOF(closeStr)); in printOutBundle()