OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pseudoToUChar
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.c
219
static UChar
pseudoToUChar
[TABLE_SIZE];
251
pseudoToUChar
[i] = 0xFFFD;
256
pseudoToUChar
[(uint8_t) 0 ] = 0x0000; UCharToPseudo[0x00] = (uint8_t) 0 ;
257
pseudoToUChar
[(uint8_t)' '] = 0x0020; UCharToPseudo[0x20] = (uint8_t)' ';
258
pseudoToUChar
[(uint8_t)'!'] = 0x0021; UCharToPseudo[0x21] = (uint8_t)'!';
259
pseudoToUChar
[(uint8_t)'"'] = 0x0022; UCharToPseudo[0x22] = (uint8_t)'"';
260
pseudoToUChar
[(uint8_t)'#'] = 0x0023; UCharToPseudo[0x23] = (uint8_t)'#';
261
pseudoToUChar
[(uint8_t)'$'] = 0x0024; UCharToPseudo[0x24] = (uint8_t)'$';
262
pseudoToUChar
[(uint8_t)'%'] = 0x0025; UCharToPseudo[0x25] = (uint8_t)'%';
263
pseudoToUChar
[(uint8_t)'\'']= 0x0027; UCharToPseudo[0x27] = (uint8_t)'\''
[
all
...]
/external/icu4c/test/cintltst/
cbiditst.c
234
static UChar
pseudoToUChar
[TABLE_SIZE];
266
pseudoToUChar
[i] = 0xFFFD;
271
pseudoToUChar
[(uint8_t) 0 ] = 0x0000; UCharToPseudo[0x00] = (uint8_t) 0 ;
272
pseudoToUChar
[(uint8_t)' '] = 0x0020; UCharToPseudo[0x20] = (uint8_t)' ';
273
pseudoToUChar
[(uint8_t)'!'] = 0x0021; UCharToPseudo[0x21] = (uint8_t)'!';
274
pseudoToUChar
[(uint8_t)'"'] = 0x0022; UCharToPseudo[0x22] = (uint8_t)'"';
275
pseudoToUChar
[(uint8_t)'#'] = 0x0023; UCharToPseudo[0x23] = (uint8_t)'#';
276
pseudoToUChar
[(uint8_t)'$'] = 0x0024; UCharToPseudo[0x24] = (uint8_t)'$';
277
pseudoToUChar
[(uint8_t)'%'] = 0x0025; UCharToPseudo[0x25] = (uint8_t)'%';
278
pseudoToUChar
[(uint8_t)'\'']= 0x0027; UCharToPseudo[0x27] = (uint8_t)'\''
[
all
...]
Completed in 43 milliseconds