Searched refs:defaultSeparator (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | locdispnames.cpp | 481 static const UChar defaultSeparator[9] = { 0x007b, 0x0030, 0x007d, 0x002c, 0x0020, 0x007b, 0x0031, 0x007d, 0x0000 }; /* "{0}, {1}" */ in uloc_getDisplayName() local 536 separator = defaultSeparator; in uloc_getDisplayName()
|
/third_party/icu/icu4c/source/common/ |
H A D | locdispnames.cpp | 493 static const UChar defaultSeparator[9] = { 0x007b, 0x0030, 0x007d, 0x002c, 0x0020, 0x007b, 0x0031, 0x007d, 0x0000 }; /* "{0}, {1}" */ in uloc_getDisplayName() local 548 separator = defaultSeparator; in uloc_getDisplayName()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | locdispnames.cpp | 493 static const char16_t defaultSeparator[9] = { 0x007b, 0x0030, 0x007d, 0x002c, 0x0020, 0x007b, 0x0031, 0x007d, 0x0000 }; /* "{0}, {1}" */ in uloc_getDisplayName() local 548 separator = defaultSeparator; in uloc_getDisplayName()
|
Completed in 6 milliseconds