OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCharToPseud2
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.c
221
static uint8_t
UCharToPseud2
[TABLE_SIZE]; /* used for Unicode chars >=0x0100 */
253
UCharToPseud2
[i] = '?';
280
pseudoToUChar[(uint8_t)'`'] = 0x0300;
UCharToPseud2
[0x00] = (uint8_t)'`'; /* NSM */
281
pseudoToUChar[(uint8_t)'@'] = 0x200E;
UCharToPseud2
[0x0E] = (uint8_t)'@'; /* LRM */
282
pseudoToUChar[(uint8_t)'&'] = 0x200F;
UCharToPseud2
[0x0F] = (uint8_t)'&'; /* RLM */
284
pseudoToUChar[(uint8_t)'|'] = 0x2029;
UCharToPseud2
[0x29] = (uint8_t)'|'; /* B */
285
pseudoToUChar[(uint8_t)'['] = 0x202A;
UCharToPseud2
[0x2A] = (uint8_t)'['; /* LRE */
286
pseudoToUChar[(uint8_t)']'] = 0x202B;
UCharToPseud2
[0x2B] = (uint8_t)']'; /* RLE */
287
pseudoToUChar[(uint8_t)'^'] = 0x202C;
UCharToPseud2
[0x2C] = (uint8_t)'^'; /* PDF */
288
pseudoToUChar[(uint8_t)'{'] = 0x202D;
UCharToPseud2
[0x2D] = (uint8_t)'{'; /* LRO *
[
all
...]
/external/icu4c/test/cintltst/
cbiditst.c
236
static uint8_t
UCharToPseud2
[TABLE_SIZE]; /* used for Unicode chars >=0x0100 */
268
UCharToPseud2
[i] = '?';
295
pseudoToUChar[(uint8_t)'`'] = 0x0300;
UCharToPseud2
[0x00] = (uint8_t)'`'; /* NSM */
296
pseudoToUChar[(uint8_t)'@'] = 0x200E;
UCharToPseud2
[0x0E] = (uint8_t)'@'; /* LRM */
297
pseudoToUChar[(uint8_t)'&'] = 0x200F;
UCharToPseud2
[0x0F] = (uint8_t)'&'; /* RLM */
299
pseudoToUChar[(uint8_t)'|'] = 0x2029;
UCharToPseud2
[0x29] = (uint8_t)'|'; /* B */
300
pseudoToUChar[(uint8_t)'['] = 0x202A;
UCharToPseud2
[0x2A] = (uint8_t)'['; /* LRE */
301
pseudoToUChar[(uint8_t)']'] = 0x202B;
UCharToPseud2
[0x2B] = (uint8_t)']'; /* RLE */
302
pseudoToUChar[(uint8_t)'^'] = 0x202C;
UCharToPseud2
[0x2C] = (uint8_t)'^'; /* PDF */
303
pseudoToUChar[(uint8_t)'{'] = 0x202D;
UCharToPseud2
[0x2D] = (uint8_t)'{'; /* LRO *
[
all
...]
Completed in 193 milliseconds