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

1 2

  /nv-g11n/g11n/src/lib/iconv/inc/
public_struc.h 33 unsigned int value; member in struct:key_value
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/scim/
sunpinyin_utils.h 54 unsigned value; member in class:SunKeyEvent
imi_scimwin.cpp 117 CScimWinHandler::updateStatus(int key, int value)
121 m_ime->refresh_status_property(value != 0);
124 m_ime->refresh_fullpunc_property(value != 0);
127 m_ime->refresh_fullsimbol_property(value != 0);
130 SCIM_DEBUG_IMENGINE (2) << "Should not happen: updateStatus(" << key << ", " << value << ")\n"; local
sunpinyin_imengine_setup.cpp 279 gint value; local
280 value = config->read (String (SCIM_CONFIG_IMENGINE_SUNPINYIN_USER_MEMORY_POWER), 5);
281 gtk_spin_button_set_value(GTK_SPIN_BUTTON(memory_power_button), value); local
308 gint value; local
309 value = gtk_spin_button_get_value_as_int(GTK_SPIN_BUTTON(memory_power_button));
310 config->write (String (SCIM_CONFIG_IMENGINE_SUNPINYIN_USER_MEMORY_POWER), value); local
  /nv-g11n/inputmethod/sunpinyin2/wrapper/scim/
sunpinyin_utils.h 54 unsigned value; member in class:SunKeyEvent
imi_scimwin.cpp 117 CScimWinHandler::updateStatus(int key, int value)
121 m_ime->refresh_status_property(value != 0);
124 m_ime->refresh_fullpunc_property(value != 0);
127 m_ime->refresh_fullsimbol_property(value != 0);
130 SCIM_DEBUG_IMENGINE (2) << "Should not happen: updateStatus(" << key << ", " << value << ")\n"; local
sunpinyin_imengine_setup.cpp 279 gint value; local
280 value = config->read (String (SCIM_CONFIG_IMENGINE_SUNPINYIN_USER_MEMORY_POWER), 5);
281 gtk_spin_button_set_value(GTK_SPIN_BUTTON(memory_power_button), value); local
308 gint value; local
309 value = gtk_spin_button_get_value_as_int(GTK_SPIN_BUTTON(memory_power_button));
310 config->write (String (SCIM_CONFIG_IMENGINE_SUNPINYIN_USER_MEMORY_POWER), value); local
  /nv-g11n/g11n/src/lib/liblcl/
lcl_args.c 33 void *value; member in struct:__anon119
46 nlist += _LclNestedListToNestedList(nlist, (LclArg *)ptr->value);
49 nlist->value = ptr->value;
64 _LclCountNestedList((LclArg *)args->value, total_count);
107 args->value = va_arg(var, void *);
160 _lct_set_context_string_attribute(lctd, form, p->name, p->value);
167 _lct_set_string_attribute(lctd, form, p->name, p->value);
172 ret = _lct_add_header_buffer(lctd, form, p->value);
204 *((char **)(p->value)) = (char *)NULL
    [all...]
lcl_qencode.c 180 int value; local
194 value = utf8_length_in_length(*str, from_ptr - *str);
195 from_len=value;
196 if(value < 0){
lcl_db.c 38 char **value; member in struct:_DatabaseRec
113 char **value; member in struct:__anon126
135 if(parse_info.value){
136 if(*parse_info.value){
137 free(*parse_info.value);
139 free((char *)parse_info.value);
206 /* newline is the identifier for finding end of value.
363 char **value_list = parse_info.value;
364 char *value; local
386 value = *value_list
    [all...]
  /nv-g11n/inputmethod/sunpinyin2/src/ime-core/
imi_keys.h 81 unsigned value; member in struct:CKeyEvent
85 : code(kc), value(kv), modifiers(m)
95 ((value < b.value) ||
96 ((value == b.value) &&
115 value = (unsigned)~0;
imi_option_event.h 21 : type(t), name(k), value(v)
58 } value; member in struct:COptionEvent
  /nv-g11n/g11n/src/cmd/xuctblgen/
tblgen.c 83 char **value; local
205 * zero byte value in multibyte representation like EUC, PCK, and
  /nv-g11n/g11n/src/lib/liblayout/
layout_modifier.c 41 int value; member in struct:__anon103
166 layout_values->name = name.value;
190 layout_values->value = (LayoutValue)value_tbl[i].value;
195 layout_values->value = (LayoutValue)strdup(dummy_buf1);
219 /* match the modifier value specified by the user and the name string
224 *mask |= name.value; /* store value from name_map_tbl */
247 /* If outvalue is specified using a colon, parse it and obtain the value */
267 /* parse thru the table, match the string and obtain the corresponding value
    [all...]
layout.h 126 LayoutValue value; member in struct:__anon98
  /nv-g11n/g11n/src/openwin/lib/locale/iso8859-1/src/lib/X11/
Xresource.h 228 XrmValue* /* value */
237 XrmValue* /* value */
246 _Xconst char* /* value */
254 _Xconst char* /* value */
381 XrmValue* /* value */,
403 XrmoptionNoArg, /* Value is specified in OptionDescRec.value */
404 XrmoptionIsArg, /* Value is the option string itself */
405 XrmoptionStickyArg, /* Value is characters immediately following option */
406 XrmoptionSepArg, /* Value is next argument in argv *
418 XPointer value; \/* Value to provide if XrmoptionNoArg *\/ member in struct:__anon275
    [all...]
Xutil.h 82 * value (x, y, width, height) was found in the parsed string.
180 unsigned char *value; /* same as Property routines */ member in struct:__anon279
183 unsigned long nitems; /* number of data items in value */
220 #define XAddPixel(ximage, value) \
221 ((*((ximage)->f.add_pixel))((ximage), (value)))
Xlcint.h 124 XPointer value; member in struct:__anon182
394 XPointer value; member in struct:__anon189
  /nv-g11n/g11n/src/lib/locale/common/layout/
layout.h 136 LayoutValue value; member in struct:__anon158
  /nv-g11n/g11n/src/openwin/lib/locale/iso8859-1/
omEuro.c 1241 char **value, buf[BUFSIZ], *bufptr; local
1250 _XlcGetResource(lcd, "XLC_FONTSET", buf, &value, &count);
1265 *charset_list++ = _XlcGetCharSet(*value++);
1268 _XlcGetResource(lcd, "XLC_FONTSET", buf, &value, &count);
1282 strcpy(buf, *value++);
    [all...]
  /nv-g11n/g11n/src/cmd/mp/
pcf.c 262 ulong_t value; local
282 if (get_font_property(&fr, "POINT_SIZE", &value) == -1)
284 font->Fmetrics.ptsz = (int) value;
286 if (get_font_property(&fr, "RESOLUTION_X", &value) == -1)
288 font->Fmetrics.Xres = (int) value;
290 if (get_font_property(&fr, "RESOLUTION_Y", &value) == -1)
292 font->Fmetrics.Yres = (int) value;
547 fprintf(stderr, "%d is -- j value C%x\n", wcwidth(code), code);
578 fprintf(stderr, "%d is -- Cmetrics->height value of C%x\n", Cmetrics->height, code);
900 get_font_property(FontPtr Fp, char *name, ulong_t *value)
    [all...]
pcf_private.h 218 long value; /* assumes ATOM is not larger than INT32 */ member in struct:_FontProp
  /nv-g11n/g11n/src/lib/libxlc/
lcDBUnicode.c 70 char **value; member in struct:_DatabaseRec
152 char **value; member in struct:__anon141
174 if(parse_info.value){
175 if(*parse_info.value){
176 Xfree(*parse_info.value);
178 Xfree((char *)parse_info.value);
254 /* newline is the identifier for finding end of value.
423 char **value_list = parse_info.value;
424 char *value; local
446 value = *value_list
    [all...]
  /nv-g11n/g11n/src/openwin/include/
Xlcint.h 124 XPointer value; member in struct:__anon165
394 XPointer value; member in struct:__anon172
  /nv-g11n/inputmethod/sunpinyin/ime/iiim/cle/
ime.h 68 int keychar; ///< corresponding ASCII char value if the key press is an ASCII value. Valid for \n and [0x20-0x7E]
97 int value; ///< depending on type, value could be style, color member in struct:__anon296
104 /** \brief possible values for ImeFeedbackRec::value when ImeFeedbackRec::type is ImeFeedbackDecoration */
166 ImeProperty_Int, ///< Integer type, have value limits
167 ImeProperty_Float, ///< float type, have value limits
168 ImeProperty_Toggle, ///< boolean, or [0,1] int value, value is int value, do not care rang
214 ImePropertyValueRec value; \/\/\/< current value of the property member in struct:__anon307
296 int value; \/\/\/< value of above trigger member in struct:__anon313
    [all...]

Completed in 540 milliseconds

1 2