Lines Matching refs:closeStr
401 static const UChar closeStr[] = { 0x0022, 0x0020, 0x007D, 0x0020 }; /* "\" } " */ in printOutAlias() local
408 printString(out, closeStr, UPRV_LENGTHOF(closeStr)); in printOutAlias()
446 static const UChar closeStr[] = { 0x0022, 0x0020, 0x007D }; /* "\" }" */ in printOutBundle() local
450 printString(out, closeStr, UPRV_LENGTHOF(closeStr)); in printOutBundle()
453 static const UChar closeStr[] = { 0x0022, 0x002C }; /* "\"," */ in printOutBundle() local
457 printString(out, closeStr, UPRV_LENGTHOF(closeStr)); in printOutBundle()
472 static const UChar closeStr[] = { 0x0020, 0x007D }; /* " }" */ in printOutBundle() local
482 printString(out, closeStr, UPRV_LENGTHOF(closeStr)); in printOutBundle()
504 static const UChar closeStr[] = { 0x0020, 0x007D, 0x0020 }; /* " } " */ in printOutBundle() local
513 printString(out, closeStr, UPRV_LENGTHOF(closeStr)); in printOutBundle()
529 static const UChar closeStr[] = { 0x0020, 0x007D, 0x0020 }; /* " } " */ in printOutBundle() local
548 printString(out, closeStr, UPRV_LENGTHOF(closeStr)); in printOutBundle()
562 static const UChar closeStr[] = { 0x007D, '\n' }; /* "}\n" */ in printOutBundle() local
616 printString(out, closeStr, UPRV_LENGTHOF(closeStr)); in printOutBundle()