OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tomap
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r11/sources/android/support/src/musl-locale/
iconv.c
165
const unsigned char *
tomap
= charmaps+to+1;
local
172
unsigned char totype =
tomap
[-1];
406
if (d == legacy_chars[
tomap
[c*5/4]>>2*c%8 |
407
tomap
[c*5/4+1]<<8-2*c%8 & 1023 ]) {
/prebuilts/ndk/r13/sources/android/support/src/musl-locale/
iconv.c
165
const unsigned char *
tomap
= charmaps+to+1;
local
172
unsigned char totype =
tomap
[-1];
406
if (d == legacy_chars[
tomap
[c*5/4]>>2*c%8 |
407
tomap
[c*5/4+1]<<8-2*c%8 & 1023 ]) {
Completed in 55 milliseconds