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

  /prebuilts/ndk/r11/sources/android/support/src/musl-locale/
iconv.c 23 #define BIG5 0340
29 * Big5: A1-FE 40-7E,A1-FE
52 "big5\0bigfive\0cp950\0big5hkscs\0\0\340"
69 static const unsigned short big5[89][157] = { variable
70 #include "big5.h"
298 case BIG5:
332 c = big5[c][d]|(c==0x27&&(d==0x3a||d==0x3c||d==0x42))<<17;
  /prebuilts/ndk/r13/sources/android/support/src/musl-locale/
iconv.c 23 #define BIG5 0340
29 * Big5: A1-FE 40-7E,A1-FE
52 "big5\0bigfive\0cp950\0big5hkscs\0\0\340"
69 static const unsigned short big5[89][157] = { variable
70 #include "big5.h"
298 case BIG5:
332 c = big5[c][d]|(c==0x27&&(d==0x3a||d==0x3c||d==0x42))<<17;

Completed in 87 milliseconds