HomeSort by relevance Sort by last modified time
    Searched refs:char_1 (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/
binary_format.h 299 const int char_1 = codePoint << 16; local
300 const int char_2 = char_1 + (dict[origin + 1] << 8);
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_MifStdFormat.c 1283 int8_t *char_1 =(int8_t *)s1; local
    [all...]
phFriNfc_MifULFormat.c 192 int8_t *char_1 =(int8_t *)s1; local
200 for(;((n>0)&&(diff==0));n--,char_1++,char_2++)
202 diff = *char_1 - *char_2;
    [all...]
phFriNfc_FelicaMap.c 3044 int8_t *char_1 =(int8_t *)s1; local
    [all...]

Completed in 486 milliseconds