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

  /nv-g11n/g11n/src/lib/iconv/vi/
tcvn%UCS-2.c 38 unsigned long last; member in struct:_icv_state
65 st->last = 0;
113 if (st->last != 0) {
129 unidx = binsearch(st->last, vi_comb_data, VOWEL_NUM);
136 st->last = 0;
139 SET_UCS(st->last);
142 st->last = 0;
150 st->last = uni;
165 st->last = 0;
168 if (st->last!=0 )
    [all...]
tcvn%UTF-8.c 38 unsigned short last; member in struct:_icv_state
105 if (st->last != 0) {
121 unidx = binsearch(st->last, vi_comb_data, VOWEL_NUM);
127 st->last = 0;
130 if (st->last < 0x80) {
131 *(*outbuf)++ = (char)st->last;
133 } else if (st->last >= 0x0080 && st->last <= 0x07ff) {
138 *(*outbuf)++ = (char)((st->last >> 6) & 0x1f) | 0xc0;
139 *(*outbuf)++ = (char)(st->last & 0x3f) | 0x80
    [all...]
tcvn%viscii.c 40 unsigned short last; member in struct:_icv_state
60 st->last = 0;
109 if (st->last != 0) {
114 idx = binsearch(st->last, tcvn_comb_data, VOWEL_NUM);
121 st->last = 0;
123 tcvn_2_viscii(st->last, &chout);
124 if (st->last != 0x0 && chout == 0x0) {
133 st->last = 0;
142 st->last = ch;
165 st->last = 0;
    [all...]
  /nv-g11n/g11n/src/cmd/fsexam/src/
fsexam-tree.c 213 * if last=TRUE, then only convert basename
214 * Return the last node
217 insert_single_file (GNode *root, const gchar *fullpath, gboolean last)
247 if ((last) && (*fullpath == '\0')) {
249 }else if (!last){
274 * Return the new added last node
281 GNode *last = NULL; local
289 if ((last = insert_single_file (root, fullpath, TRUE)) == NULL) {
293 tnode = last->data;
311 return last;
332 GNode *last = NULL; local
    [all...]
  /nv-g11n/g11n/src/openwin/lib/locale/iso8859-1/
omXChar.c 215 char *pattern, *last, buf[BUFSIZ]; local
243 last = buf + length - 1;
250 *++last = '-';
251 last++;
257 last = strrchr (buf, '-');
259 *last = '\0';
260 last = strrchr (buf, '-');
262 last++;
263 } else if (*last == '*') {
265 if (length > 3 && *(last-3) == '-' && *(last-2) == '*
    [all...]
omEuro.c 158 char *last; local
162 last = font_name + name_len;
173 if (_XlcCompareISOLatin1(last - length, font_data->name) == 0)
408 char *pattern, *last, buf[BUFSIZ]; local
469 last = buf + length - 1;
476 *++last = '-';
477 last++;
487 last = strrchr (buf, '-');
489 *last = '\0';
490 last = strrchr (buf, '-')
    [all...]
  /nv-g11n/inputmethod/sunpinyin2/src/slm/tslmendian/
slm_file.cpp 76 uint8_t* last = first+size-1; local
77 while (first < last) {
78 swap(*first++, *last--);
  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/tslmendian/
slm_file.cpp 76 uint8_t* last = first+size-1; local
77 while (first < last) {
78 swap(*first++, *last--);
  /nv-g11n/g11n-spec/cmdassist/src/service/
stdsoap2.h 1371 struct soap_multipart *first, *last; \/* temporary in\/out queue *\/ member in struct:soap_dime
1386 struct soap_multipart *first, *last; \/* temporary in\/out queue *\/ member in struct:soap_mime
    [all...]
  /nv-g11n/g11n/src/lib/locale/common/LO_LTYPE/
UMLE.c 7952 bidi_type_t last; local
    [all...]

Completed in 4880 milliseconds