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

  /nv-g11n/inputmethod/sunpinyin/ime/src/
imi_uiobjects.cpp 70 CPreEditString::string() const function in class:CPreEditString
  /nv-g11n/inputmethod/sunpinyin2/src/ime-core/
imi_uiobjects.cpp 70 CPreEditString::string() const function in class:CPreEditString
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/beos/
SunPinyinModule.cpp 597 return((fConfirmed == CONFIRMED_DISPLAY && forceOutput == false) ? fCommit.String() : fPreedit.String());
615 if(selection_end) *selection_end = __utf8_next_char(fPreedit.String() + fCaret) - fPreedit.String();
623 return fSelectKeys.String();
749 menu_item = new BMenuItem(str.String(), msg);
835 menu_item = new BMenuItem(str.String(), msg);
1007 BAlert *alert = new BAlert(LOCALE_STR("About Sun Pinyin..."), str.String(), LOCALE_STR("OK"));
1019 const char *string = LOCALE_STR("file:///boot/home/config/etc/SunPinyin/manual/en/index.html"); local
1020 be_roster->Launch("text/html", 1, (char**)&string);
    [all...]
  /nv-g11n/inputmethod/sunpinyin2/wrapper/beos/
SunPinyinModule.cpp 597 return((fConfirmed == CONFIRMED_DISPLAY && forceOutput == false) ? fCommit.String() : fPreedit.String());
615 if(selection_end) *selection_end = __utf8_next_char(fPreedit.String() + fCaret) - fPreedit.String();
623 return fSelectKeys.String();
749 menu_item = new BMenuItem(str.String(), msg);
835 menu_item = new BMenuItem(str.String(), msg);
1007 BAlert *alert = new BAlert(LOCALE_STR("About Sun Pinyin..."), str.String(), LOCALE_STR("OK"));
1019 const char *string = LOCALE_STR("file:///boot/home/config/etc/SunPinyin/manual/en/index.html"); local
1020 be_roster->Launch("text/html", 1, (char**)&string);
    [all...]
  /nv-g11n/g11n/src/lib/liblcl/
lcl_bencode.c 35 char *string; member in struct:__anon121
311 while(esc_list->string){
312 int cmp_len = strlen(esc_list->string);
314 if(!strncmp(ptr, esc_list->string, cmp_len))
334 retinfostringLength = strlen(ret_info->string);
427 int curescstringLength = strlen(cur_esc->string);
428 memcpy(buf + buf_pos, cur_esc->string, curescstringLength);
465 req_space = strlen(esc_SI->string);
468 req_space += strlen(cur_desig_SO->string);
471 memcpy(buf + buf_pos, esc_SI->string, strlen(esc_SI->string))
    [all...]
  /nv-g11n/g11n/src/openwin/lib/locale/iso8859-1/src/lib/X11/
Xlib.h 537 char *display_name; /* "host:display" string used on this connect*/
1221 } string; member in struct:_XIMText
1255 } string; member in struct:_XIMStringConversionText
    [all...]
  /nv-g11n/g11n-spec/cmdassist/src/service/
stdsoap2.h 80 #ifndef SOAP_FMAC3S /* string converter for (de)serializer declaration macro */
88 #ifndef SOAP_FMAC4S /* string converter for (de)serializer declaration macro */
489 # include <string.h>
496 # include <string>
1258 char id[1]; /* the actual string value flows into the allocated region below this struct */
1814 const char *string; member in struct:soap_code_map
    [all...]

Completed in 390 milliseconds