HomeSort by relevance Sort by last modified time
    Searched defs:hkscs (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r11/sources/android/support/src/musl-locale/
iconv.c 73 static const unsigned short hkscs[] = { variable
74 #include "hkscs.h"
309 c = (hkscs[4867+(c*157+d)/16]>>(c*157+d)%16)%2<<17
310 | hkscs[c*157+d];
311 /* A few HKSCS characters map to pairs of UCS
313 * range in the hkscs table then hard-coded
  /prebuilts/ndk/r13/sources/android/support/src/musl-locale/
iconv.c 73 static const unsigned short hkscs[] = { variable
74 #include "hkscs.h"
309 c = (hkscs[4867+(c*157+d)/16]>>(c*157+d)%16)%2<<17
310 | hkscs[c*157+d];
311 /* A few HKSCS characters map to pairs of UCS
313 * range in the hkscs table then hard-coded

Completed in 131 milliseconds