Searched defs:closeStr (Results 1 – 3 of 3) sorted by relevance
| /third_party/icu/icu4c/source/tools/genrb/ |
| D | derb.cpp | 401 static const UChar closeStr[] = { 0x0022, 0x0020, 0x007D, 0x0020 }; /* "\" } " */ in printOutAlias() local 446 static const UChar closeStr[] = { 0x0022, 0x0020, 0x007D }; /* "\" }" */ in printOutBundle() local 453 static const UChar closeStr[] = { 0x0022, 0x002C }; /* "\"," */ in printOutBundle() local 472 static const UChar closeStr[] = { 0x0020, 0x007D }; /* " }" */ in printOutBundle() local 504 static const UChar closeStr[] = { 0x0020, 0x007D, 0x0020 }; /* " } " */ in printOutBundle() local 529 static const UChar closeStr[] = { 0x0020, 0x007D, 0x0020 }; /* " } " */ in printOutBundle() local 562 static const UChar closeStr[] = { 0x007D, '\n' }; /* "}\n" */ in printOutBundle() local
|
| /third_party/skia/m133/third_party/externals/icu/source/tools/genrb/ |
| D | derb.cpp | 401 static const char16_t closeStr[] = { 0x0022, 0x0020, 0x007D, 0x0020 }; /* "\" } " */ in printOutAlias() local 446 static const char16_t closeStr[] = { 0x0022, 0x0020, 0x007D }; /* "\" }" */ in printOutBundle() local 453 static const char16_t closeStr[] = { 0x0022, 0x002C }; /* "\"," */ in printOutBundle() local 472 static const char16_t closeStr[] = { 0x0020, 0x007D }; /* " }" */ in printOutBundle() local 504 static const char16_t closeStr[] = { 0x0020, 0x007D, 0x0020 }; /* " } " */ in printOutBundle() local 529 static const char16_t closeStr[] = { 0x0020, 0x007D, 0x0020 }; /* " } " */ in printOutBundle() local 562 static const char16_t closeStr[] = { 0x007D, '\n' }; /* "}\n" */ in printOutBundle() local
|
| /third_party/skia/third_party/externals/icu/source/tools/genrb/ |
| D | derb.cpp | 401 static const UChar closeStr[] = { 0x0022, 0x0020, 0x007D, 0x0020 }; /* "\" } " */ in printOutAlias() local 446 static const UChar closeStr[] = { 0x0022, 0x0020, 0x007D }; /* "\" }" */ in printOutBundle() local 453 static const UChar closeStr[] = { 0x0022, 0x002C }; /* "\"," */ in printOutBundle() local 472 static const UChar closeStr[] = { 0x0020, 0x007D }; /* " }" */ in printOutBundle() local 504 static const UChar closeStr[] = { 0x0020, 0x007D, 0x0020 }; /* " } " */ in printOutBundle() local 529 static const UChar closeStr[] = { 0x0020, 0x007D, 0x0020 }; /* " } " */ in printOutBundle() local 562 static const UChar closeStr[] = { 0x007D, '\n' }; /* "}\n" */ in printOutBundle() local
|