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

1 2

  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/beos/
SunPinyinLocale.cpp 72 {"file:///boot/home/config/etc/SunPinyin/manual/en/index.html",
73 "file:///boot/home/config/etc/SunPinyin/manual/sc/index.html"},
95 uint32 index = 0; local
96 if(locale == LOCALE_SIMPLIFIED_CHINESE) index = 1;
98 s_Locale.SetLocale(index);
  /nv-g11n/inputmethod/sunpinyin2/wrapper/beos/
SunPinyinLocale.cpp 72 {"file:///boot/home/config/etc/SunPinyin/manual/en/index.html",
73 "file:///boot/home/config/etc/SunPinyin/manual/sc/index.html"},
95 uint32 index = 0; local
96 if(locale == LOCALE_SIMPLIFIED_CHINESE) index = 1;
98 s_Locale.SetLocale(index);
  /nv-g11n/g11n/src/cmd/mp/locale/ja_JP.UTF-8/
mktbl.c 100 int i, index; local
102 index = start;
104 while (index < last) {
105 fprintf(stdout, "/*\n Mapping table: U+%08X - U+%08X\n*/\n", index, index+unit);
106 for (i = 0; i <= unit && index < last; i++) {
107 fprintf(stdout, "%d, ", tbl[index++]);
  /nv-g11n/g11n/src/lib/iconv/ja/
ISO-2022-JP_TO_UTF-8.c 79 unsigned int index; local
364 index = (int)_jfp_tbl_jisx0201roman_to_ucs2[ic];
366 index =
370 (unsigned int)index, &op, &oleft,
394 index = ((ic - 0x21) * 94)
400 index = 0x3013;
402 index = (int)
403 _jfp_tbl_jisx0208_to_ucs2[index];
405 index = (int)
406 _jfp_tbl_jisx0208_to_ucs2[index];
    [all...]
PCK_TO_Unicode.c 69 unsigned int index; /* index for table lookup */ local
108 index = ((ic1 - 0x21) * 94)
110 uni = _jfp_tbl_jisx0208_to_ucs2[index];
123 index = ((ic1 - 0x21) * 94)
125 uni = _jfp_tbl_jisx0212_to_ucs2[index];
156 index = (2 - 1) * 94 + (44 - 1);
159 index = (2 - 1) * 94 + (72 - 1);
161 uni = _jfp_tbl_jisx0208_to_ucs2[index];
172 index = (unsigned int)(upper * 94 +
    [all...]
Shift_JIS-2004_TO_Unicode.c 165 unsigned int index; /* index for table lookup */ local
  /nv-g11n/g11n/src/openwin/lib/locale/iso8859-1/src/include/
Xos.h 90 * index/rindex and strchr/strrchr, so any systems that don't provide them all
94 * #defined index(s,c) strchr(s,c)
104 #ifndef index
105 #define index strchr macro
115 #define index strchr macro
119 #define strchr index
  /nv-g11n/inputmethod/sunpinyin2/wrapper/ibus/src/
sunpinyin_lookup_table.cpp 73 //ibus_lookup_table_set_cursor_pos (m_lookup_table, index);
107 guint index,
112 g_assert(index < table->candidates->len);
115 g_array_insert_val (table->candidates, index, text);
132 int index = get_current_page_start() + item; local
133 ibus_lookup_table_set_candidate(m_lookup_table, index, text);
  /nv-g11n/g11n/src/cmd/fsexam/src/
fsexam-dialog.c 45 indexg = (gint)user_data; /* the user_data is the real index in GList */
55 gint index, /* the index in encode_list */
82 index, index+1, local
100 index, index+1, local
110 (gpointer)index); /* this is the index in encode list */
fsexam-convcontent.c 302 gint index = 0; local
311 index = setting->gold_index;
313 index = fsexam_encoding_get_first_index (
316 index = setting->get_index (setting->pref->encode_list, FALSE);
319 if (-1 == index)
323 index);
  /nv-g11n/g11n/src/cmd/mp/locale/ja_JP.PCK/
xwc2PCK.c 110 Uint dest, index; local
116 index = (2 - 1) * 94 + (44 - 1);
118 index = (2 - 1) * 94 + (72 - 1);
120 return (Uint)_jfp_tbl_jisx0208_to_ucs2[index];
127 index = (unsigned int)(upper * 94 + lower);
128 return (Uint)_jfp_tbl_jisx0212_to_ucs2[index];
  /nv-g11n/g11n/src/lib/iconv/zh/
zh_CN.euc%zh_TW-big5.c 173 int index; local
182 index = binsearch(gb_val, gb_big5_tab, BIG5MAX);
183 if (index >= 0) {
184 big5_val = gb_big5_tab[index].value;
zh_HK.hkscs%zh_TW-big5p.c 173 int index; local
182 index = binsearch(hkscs_val, hkscs_big5p_tab, HKSCSMAX);
183 if (index >= 0) {
184 gbk_val = hkscs_big5p_tab[index].value;
zh_TW-big5%zh_CN.gbk.c 172 int index; local
181 index = binsearch(big5_val, big5_gbk_tab, BIG5MAX);
182 if (index >= 0) {
183 gbk_val = big5_gbk_tab[index].value;
zh_TW-big5p%zh_CN.gbk.c 172 int index; local
181 index = binsearch(big5_val, big5p_gbk_tab, BIG5MAX);
182 if (index >= 0) {
183 gbk_val = big5p_gbk_tab[index].value;
zh_TW-big5p%zh_HK.hkscs.c 172 int index; local
181 index = binsearch(big5_val, big5p_hkscs_tab, BIG5MAX);
182 if (index >= 0) {
183 gbk_val = big5p_hkscs_tab[index].value;
zh_CN.gbk%zh_HK.hkscs.c 226 int index; local
235 index = binsearch(gbk_val, gbk_hkscs_tab, GBKMAX);
236 if (index >= 0) {
237 hkscs_val = gbk_hkscs_tab[index].value;
248 int index; local
258 index = binsearch(gbk_val, gbk4_hkscs_tab, GBK4MAX);
259 if (index >= 0) {
260 hkscs_val = gbk4_hkscs_tab[index].value;
zh_CN.gbk%zh_TW-big5.c 223 int index; local
232 index = binsearch(gbk_val, gbk_big5_tab, BIG5MAX);
233 if (index >= 0) {
234 big5_val = gbk_big5_tab[index].value;
zh_CN.gbk%zh_TW-big5p.c 205 int index; local
214 index = binsearch(gbk_val, gbk_big5p_tab, BIG5MAX);
215 if (index >= 0) {
216 big5_val = gbk_big5p_tab[index].value;
zh_HK.hkscs%zh_CN.gbk.c 173 int index, len; local
182 index = binsearch(hkscs_val, hkscs_gbk2k_tab, MAX_HKSCS_NUM);
183 if (index >= 0) {
186 gbk_val = hkscs_gbk2k_tab[index].value;
zh_TW-big5%zh_CN.euc.c 173 int index; local
182 index = binsearch(big5_val, big5_gb_tab, BIG5MAX);
183 if (index >= 0) {
184 gb_val = big5_gb_tab[index].value;
UTF-8%zh_CN.iso2022-CN.c 103 int index; local
241 if ((index = binary_search(key, unicode_gb_tab, UNICODEMAX)) != -1) { /* GB code set */
242 gbk = unicode_gb_tab[index].value;
284 } else if ((index = binary_search(key, utf_cns_tab, MAX_UTF_NUM)) != -1) {
285 gbk = utf_cns_tab[index].value;
  /nv-g11n/g11n/src/cmd/mp/
ctl_processing.c 71 int index = 0; local
76 if (m_getvalues_layout(layout_obj,layout_value, &index))
289 size_t index = 0; local
300 rc = m_getvalues_layout(plh, lo_values, &index);
mp.h 95 #define index strchr macro
149 extern char *index P((char *, char)) ;
  /nv-g11n/g11n/src/lib/liblayout/
layout_modifier.c 378 char *mptr = modifier; /* modifier ptr index */
379 int index, i, j; local
417 m_getvalues_layout(layout_obj, layout, &index);

Completed in 1559 milliseconds

1 2