Searched refs:jisx0213_to_ucs4 (Results 1 - 4 of 4) sorted by relevance

/haiku/src/libs/iconv/
H A Deuc_jisx0213.h75 wc = jisx0213_to_ucs4(0x200-0x80+c2,c3^0x80);
80 wc = jisx0213_to_ucs4(0x100-0x80+c,c2^0x80);
H A Dshift_jisx0213.h96 wc = jisx0213_to_ucs4(0x121+c1,c2);
H A Diso2022_jp3.h168 ucs4_t wc = jisx0213_to_ucs4(((state-STATE_JISX02131+1)<<8)+s[0],s[1]);
H A Djisx0213.h5863 static ucs4_t jisx0213_to_ucs4 (unsigned int row, unsigned int col) function

Completed in 52 milliseconds