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

  /nv-g11n/g11n/src/lib/iconv/th_TH/
common_def.h 40 hcode_type utf8; member in struct:_hcode_table
common_utf.c 39 hcode_type utf8; local
41 utf8.utf8.high8bits = 0;
42 utf8.utf8.sign1 = 0x0E; /* 1110xxxx */
43 utf8.utf8.data1 = unicode.unicode.data1;
44 utf8.utf8.sign2 = 0x02; /* 10xxxxxx */
45 utf8.utf8.data2 = unicode.unicode.data2
71 hcode_type unicode, utf8; local
    [all...]
common_thai.h 67 } utf8; member in union:__anon79
105 } utf8; member in union:__anon85
  /nv-g11n/g11n/src/lib/iconv/ko/
common_def.h 44 hcode_type utf8; member in struct:_hcode_table
common_utf.c 37 hcode_type utf8; local
38 utf8.code = 0;
42 utf8.code = unicode.code;
45 utf8.utf8.high8bits = 0x00;
46 utf8.utf8.sign1 = 0x00;
47 utf8.utf8.data1 = 0x00;
48 utf8.utf8.sign2 = 0x03
103 hcode_type unicode, utf8; local
    [all...]
common_han.h 74 } utf8; member in union:__anon44
119 } utf8; member in union:__anon51
hangulcode.h 34 unsigned long utf8; member in struct:_kcode_table
  /nv-g11n/g11n/src/cmd/fsexam/src/
fsexam-tree.h 41 gchar *utf8; //utf8 name member in struct:_TreeNode
64 #define TREENODE_GET_UTF8(tnode) ((tnode)->utf8)
78 #define TREENODE_SET_UTF8(tnode, _utf8) ((tnode)->utf8 = (_utf8))

Completed in 540 milliseconds