HomeSort by relevance Sort by last modified time
    Searched defs:type (Results 1 - 25 of 30) sorted by null

1 2

  /nv-g11n/g11n/src/lib/liblcl/
lcl_create.c 51 LctNEAttribute type = LctNUnused; local
64 switch(type = eattr) {
120 switch (type) {
123 return _lct_create_msg(lcld, type, buf1, buf2, form, keep_str);
125 return _lct_create_plain(lcld, type, buf1, form, keep_str);
127 return _lct_create_tagged(lcld, type, buf1, form, keep_str);
129 return _lct_create_buf(lcld, type, buf1, length, form, keep_str);
lcl_bencode.c 36 EscType type; member in struct:__anon121
81 if((list->type == EscSI) || (list->ascii))
93 if(list->type == EscSO)
145 if(list->type == EscDesigSO)
158 if(list->type == EscDesigSS2)
171 if(list->type == EscDesigSS3)
335 switch(ret_info->type){
422 esc_type = cur_esc->type;
573 esc_type = cur_esc->type;
877 switch(esc_info->type){
    [all...]
lcl.h 125 /* Sour Type */
154 LclForm type; member in struct:_LclFormInfo
206 LctNEAttribute type; member in struct:__anon113
218 LclForm type; member in struct:_LclFormAttrInfo
250 LclContentType type; member in struct:__anon117
  /nv-g11n/g11n/src/lib/libxlc/
utf8_defs.h 34 CARD32 type :8; member in struct:__anon145
46 CARD32 type :8; member in struct:__anon147
57 * The following values are to identify the table type of conversion
  /nv-g11n/g11n-spec/cmdassist/src/service/
service.h 39 gchar type[20]; member in struct:_ResultItem
  /nv-g11n/g11n/src/lib/iconv/hi_IN/
iscii91%ea-iscii.c 42 traverse_table(Entry *entry , int num, uchar iscii, uchar *type)
47 *type = 0;
57 *type = en.count;
118 uchar type, ea_iscii; local
143 sizeof(isc_eaiscii_tbl)/sizeof(Entry), c, &type ) ) {
144 switch ( type ) {
UTF-8%iscii91.c 104 typedef enum { t_NONE, t_NUKTA, t_EXT, t_HALANT, t_DOUBLE_DANDA } Type;
107 traverse_table(Entry *entry, int num, ucs_t ucs, Type *type)
112 *type = t_NONE;
120 if ( en.count == NUKTA ) *type = t_NUKTA;
121 if ( en.count == EXT ) *type = t_EXT;
122 if ( en.count == HALANT ) *type = t_HALANT;
123 if ( en.count == DOUBLE_DANDA ) *type = t_DOUBLE_DANDA;
144 Type type = t_NONE local
    [all...]
  /nv-g11n/inputmethod/sunpinyin2/wrapper/ibus/src/
engine.cpp 51 static GObject* ibus_sunpinyin_engine_constructor (GType type,
61 static GType type = 0; local
75 if (type == 0) {
76 type = g_type_register_static (IBUS_TYPE_ENGINE,
82 return type;
131 ibus_sunpinyin_engine_constructor (GType type,
136 G_OBJECT_CLASS (parent_class)->constructor (type,
sunpinyin_config.cpp 281 unsigned type = get_event_type_by_name(event_name); local
285 return COptionEvent(event_name, g_value_get_int(value), type);
287 return COptionEvent(event_name, g_value_get_string(value), type);
290 g_value_get_boolean(value)?true:false, type);
294 return COptionEvent(event_name, get_strings_from_gvalue(value), type);
  /nv-g11n/inputmethod/sunpinyin2/src/pinyin/
shuangpin_data.h 60 EShuangpinType type; member in struct:_TShungpinPlan
81 EShuangpinType getShuangpinType () {return m_shuangpinPlan->type;}
  /nv-g11n/locale/tools/
ldump.c 95 #define LDUMP_REPORT(arg,type,fmt,name) printf("%s%s%s%s\t" fmt "\n", #arg, (name) == NULL ? "":" /* ",(name) == NULL ? "":name, (name) == NULL ? "":" */", ((type)p->arg))
109 /* _LC_fc_type_t cm_fc_type; file code type */
110 /* _LC_pc_type_t cm_pc_type; process code type */
147 char *type[] = { "alnum", "alpha", "cntrl", "digit", "graph", "lower", "print", "punct", "space", "upper", "xdigit", "blank" }; local
153 wt[i] = METHOD(p,wctype)(p, type[i]);
171 printf("is%s ", type[j]);
  /nv-g11n/g11n/src/cmd/xuctblgen/
lookup_tbl.h 61 CARD32 type :8; member in struct:_lookup_size_type_t
65 CARD32 type :8; member in struct:_lookup_size_type_t
77 * The following values are to identify the table type, esp., at table_type
  /nv-g11n/g11n/src/locale_cldr/tools/
ldump.c 109 #define LDUMP_REPORT(arg,type,fmt,name) printf("%s%s%s%s\t" fmt "\n", #arg, (name) == NULL ? "":" /* ",(name) == NULL ? "":name, (name) == NULL ? "":" */", ((type)p->arg))
123 /* _LC_fc_type_t cm_fc_type; file code type */
124 /* _LC_pc_type_t cm_pc_type; process code type */
161 char *type[] = { "alnum", "alpha", "cntrl", "digit", "graph", "lower", "print", "punct", "space", "upper", "xdigit", "blank" }; local
167 wt[i] = METHOD(p,wctype)(p, type[i]);
183 printf("is%s ", type[j]);
  /nv-g11n/inputmethod/sunpinyin2/src/ime-core/
imi_option_event.h 14 enum Type {
21 : type(t), name(k), value(v)
23 bool is_shared() const { return type & TYPE_SHARED; }
24 bool is_global() const { return type & TYPE_GLOBAL; }
34 int type; member in struct:COptionEvent
57 } type; member in struct:COptionEvent::variant_
  /nv-g11n/g11n/src/cmd/fsexam/src/
fsexam-dryrun.c 82 static GType type = 0; local
84 if (type == 0) {
97 type = g_type_register_static (G_TYPE_INTERFACE,
103 return type;
135 static GType type = 0; local
137 if (type == 0) {
156 type = g_type_register_static (G_TYPE_OBJECT, "FsexamDryrunFile", &info, 0);
157 g_type_add_interface_static (type, FSEXAM_TYPE_DRYRUN, &dryrun_info);
160 return type;
238 static GType type = 0 local
    [all...]
callbacks.c 52 static void common_convert (ConvType type);
86 common_convert (ConvType type)
136 && ((type == ConvName) || (type == RestoreConvName)))
172 if (type == ConvName) {
174 }else if (type == ConvContent) {
176 }else if ((type == RestoreConvName) || (type == RestoreConvContent)) {
177 fsexam_restore (view->setting, files, type);
251 common_dryrun (ConvType type)
300 ConvType type; local
    [all...]
fsexam-convname.c 931 /* Restore special type file name */
1256 ConvType type; local
    [all...]
fsexam-preference-dialog.c 113 handle_encoding_action (EncodingActionType type, GtkWidget *dialog)
120 if (type == ActionInvalid)
130 switch (type) {
246 /* Special type handling setting */
333 EncodingActionType type = ActionInvalid; local
336 type = ENCODING_UP;
338 type = ENCODING_DOWN;
340 type = ENCODING_DELETE;
342 type = ENCODING_RESET;
344 handle_encoding_action (type, dialog)
    [all...]
fsexam-specialfile.c 45 /* ------------- Compress file type implementation ------------ */
63 /* Type UNCOMPRESS COMPRESS */
121 compose_compress_cmd (Compress_Type type, const gchar *bname)
123 if (type == COMP_ZIP) {
124 return g_strdup_printf (compress_pair[type][2], bname, bname);
127 if (type <= COMP_TAR) {
128 return g_strdup_printf (compress_pair[type][2], iso8859_locale, bname);
131 return g_strdup_printf (compress_pair[type][2], bname);
481 * Convert the name of files in archive/compress type file
932 * don't handle symlink for special type file
1610 Compress_Type type; local
    [all...]
  /nv-g11n/g11n/src/openwin/include/
XlcGeneric.h 117 EncodingType type; member in struct:_ParseInfoRec
  /nv-g11n/g11n/src/openwin/lib/locale/iso8859-1/src/lib/X11/
XlcGeneric.h 90 EncodingType type; member in struct:_ParseInfoRec
XKBlib.h 58 int type; /* XkbAnyEvent */ member in struct:_XkbAnyEvent
68 int type; /* XkbAnyEvent */ member in struct:_XkbStateNotifyEvent
92 int type; /* XkbAnyEvent */ member in struct:_XkbMapNotifyEvent
101 unsigned int first_type; /* first changed key type */
115 int type; /* XkbAnyEvent */ member in struct:_XkbControlsNotify
132 int type; /* XkbAnyEvent */ member in struct:_XkbIndicatorNotify
145 int type; /* XkbAnyEvent */ member in struct:_XkbBellNotify
162 int type; /* XkbAnyEvent */ member in struct:_XkbSlowKeyNotify
175 int type; /* XkbAnyEvent */ member in struct:_XkbNamesNotify
183 unsigned int first_type; /* first key type with new name *
196 int type; \/* XkbAnyEvent *\/ member in struct:_XkbCompatMapNotify
211 int type; \/* XkbAnyEvent *\/ member in struct:_XkbAlternateSymsNotify
224 int type; \/* XkbAnyEvent *\/ member in struct:_XkbActionMessage
238 int type; member in union:_XkbEvent
    [all...]
  /nv-g11n/g11n/src/cmd/mp/
configuration.h 99 * CONF_FILE. type indicates PCF/TrueType/Type1
108 int type; member in struct:fontgroup
pcf_private.h 194 CARD32 type; member in struct:_PCFTable
272 int type; member in struct:_FontPathElement
  /nv-g11n/g11n/src/openwin/lib/locale/ja/xlibi18n/
lcGenConv.c 136 switch (parse_info->type) {
149 if (parse_info->type == E_LSL)
356 EncodingType type; local
375 switch (type = codeset->parse_info->type) {
381 if (type == E_LSL) {
398 if (type == E_LSL)
    [all...]

Completed in 1680 milliseconds

1 2