Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Dderb.cpp399 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()
[all …]