Searched refs:closeStr (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/tools/genrb/ |
D | derb.cpp | 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() [all …]
|