Searched refs:typeChars (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/ |
H A D | number_data.cpp | 202 … unsigned char typeChars[] = { 0x25, 0x25, 0xC2, 0xA0, 0x25, 0x73, 0x0 }; // %%\uc2a0%s in ParseOtherPerPattern() local 203 type = reinterpret_cast<char const *>(typeChars); in ParseOtherPerPattern() 212 … unsigned char typeChars[] = { 0x25, 0x73, 0xC2, 0xA0, 0x25, 0x25, 0x0 }; // %s\uc2a0%% in ParseOtherPerPattern() local 213 type = reinterpret_cast<char const *>(typeChars); in ParseOtherPerPattern()
|