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

1 2

  /nv-g11n/g11n/src/cmd/fsexam/src/
fsexam-pref.c 55 GSList *next = NULL; local
57 next = g_slist_next (list);
59 list = next;
encoding.c 236 GList *next = NULL; local
245 next = g_list_next (tmp);
247 tmp = next;
  /nv-g11n/g11n/src/lib/liblayout/
layout.c 67 InitFuncList next; member in struct:_InitFuncListRec
95 temp_list_ptr->next = NULL;
113 if (temp_list_ptr->next == NULL)
115 temp_list_ptr = temp_list_ptr->next;
141 temp_list_ptr->next = (InitFuncList)malloc(sizeof(InitFuncListRec));
142 temp_list_ptr = temp_list_ptr->next;
159 temp_list_ptr->next = NULL;
  /nv-g11n/g11n/src/lib/locale/common/layout/
LOseg.C 89 LOchar dummyChar(0); // used if there is no prev or next char
109 int next = i + 1; local
111 for (next = i + 1; next !=j && charsegPtr[next]->lo_isavocal(); next++);
112 nextCharPtr = (j == next) ? &dummyChar : (charsegPtr[next]);
180 // combo is done on characters in input order (cur and next)
  /nv-g11n/g11n/src/lib/liblcl/
lcl_internal.h 46 LclSegmentList *next; member in struct:_LclSegmentList
lcl.c 38 struct lcld_list_rec *next; member in struct:lcld_list_rec
53 ptr = ptr_old->next;
86 ptr = ptr->next;
109 while(ptr->next){
110 ptr = ptr->next;
112 ptr->next = rec;
118 rec->next = (struct lcld_list_rec *)NULL;
164 lcld_list = ptr->next;
171 ptr = lcld_list->next;
176 prev_ptr->next = ptr->next
    [all...]
lcl_mime_encode.c 118 FieldList *next; member in struct:_FieldList
321 new_list->next = (FieldList *)NULL;
329 ptr = (*list)->next;
332 ptr = ptr->next;
334 prev_ptr->next = new_list;
347 ptr = ptr->next;
366 list_ptr = list_ptr->next;
380 list_ptr = list_ptr->next;
lcl_db.c 40 struct _DatabaseRec *next; member in struct:_DatabaseRec
256 need to concatinate the next line. */
353 /* error. cannot detect next double quote */
487 new->next = *db;
672 /* fall into next case */
804 p = p->next;
829 db = p->next;
844 p = p->next;
1095 csInfo = csInfo->next;
1133 ptr->next = info
    [all...]
lcl.h 149 LclCharsetLinkedList *next; member in struct:_LclCharsetLinkedList
162 LclFormInfo *next; member in struct:_LclFormInfo
177 LclIconvInfo *next; member in struct:_LclIconvInfo
192 LclCharsetInfo *next; member in struct:_LclCharsetInfo
223 LclFormAttrInfo *next; member in struct:_LclFormAttrInfo
  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/
sim_fmerge.h 148 void next() function in class:CMultiWayFileMerger
  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/thread/
ValueCompress.cpp 207 int cur, prev, next, hiprev, hinext; local
217 next = heap[0].m_last;
218 hinext = arr[next].m_heapIdx;
220 for (int h=cur; h < next; ++h)
slmthread.cpp 79 next(TLevelIterator& it);
161 CSIMSlmWithIteration::next(TLevelIterator& it) function in class:CSIMSlmWithIteration
246 for (; !slm.isEnd(it); slm.next(it)) {
332 for (; !slm.isEnd(it); slm.next(it)) {
381 for (int lvl=slm.getN(); !slm.isEnd(it); slm.next(it)) {
  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/tslminfo/
tslminfo.cpp 75 next(iterator& it) { ++(it.back()); adjustIterator(it); } function in class:CIterateThreadSlm
233 for (itslm.beginLevel(lvl,it); !itslm.isEnd(it); itslm.next(it)){
  /nv-g11n/inputmethod/sunpinyin2/src/slm/
sim_fmerge.h 148 void next() function in class:CMultiWayFileMerger
  /nv-g11n/inputmethod/sunpinyin2/src/slm/thread/
ValueCompress.cpp 207 int cur, prev, next, hiprev, hinext; local
217 next = heap[0].m_last;
218 hinext = arr[next].m_heapIdx;
220 for (int h=cur; h < next; ++h)
slmthread.cpp 79 next(TLevelIterator& it);
161 CSIMSlmWithIteration::next(TLevelIterator& it) function in class:CSIMSlmWithIteration
246 for (; !slm.isEnd(it); slm.next(it)) {
332 for (; !slm.isEnd(it); slm.next(it)) {
381 for (int lvl=slm.getN(); !slm.isEnd(it); slm.next(it)) {
  /nv-g11n/inputmethod/sunpinyin2/src/slm/tslminfo/
tslminfo.cpp 75 next(iterator& it) { ++(it.back()); adjustIterator(it); } function in class:CIterateThreadSlm
233 for (itslm.beginLevel(lvl,it); !itslm.isEnd(it); itslm.next(it)){
  /nv-g11n/g11n/src/cmd/mp/
xpr_prolog_scan.h 66 struct line_struct *next; member in struct:line_struct
72 struct arc_struct *next; member in struct:arc_struct
ttf.h 126 struct TTOutlineData *next; member in struct:TTOutlineData
151 struct tt_GlyphData *next; member in struct:tt_GlyphData
195 struct subglyph *next; member in struct:subglyph
  /nv-g11n/g11n/src/lib/libxlc/
lcDBUnicode.c 72 struct _DatabaseRec *next; member in struct:_DatabaseRec
305 need to concatinate the next line. */
410 /* error. cannot detect next double quote */
547 new->next = *db;
741 /* fall into next case */
918 p = p->next;
943 db = p->next;
958 p = p->next;
1090 db_head->next = (Database)NULL;
1097 tmp_head->next = (Database)NULL
1395 struct _XlcDatabaseRec *next; member in struct:_XlcDatabaseRec
1403 struct _XlcDatabaseListRec *next; member in struct:_XlcDatabaseListRec
    [all...]
  /nv-g11n/g11n/src/openwin/include/
Xlcint.h 114 struct _XIMFilter *next; member in struct:_XIMFilter
647 XOC next; /* next XOC */ member in struct:__anon174
813 XIC next; /* linked list of ICs for IM */ member in struct:__anon178
  /nv-g11n/g11n/src/openwin/lib/locale/iso8859-1/src/lib/X11/
Xlcint.h 114 struct _XIMFilter *next; member in struct:_XIMFilter
647 XOC next; /* next XOC */ member in struct:__anon191
813 XIC next; /* linked list of ICs for IM */ member in struct:__anon195
Xlibint.h 169 unsigned long next_event_serial_num; /* inserted into next queue elt */
198 struct _XSQEvent *next; member in struct:_XSQEvent
418 * GetReq - Get the next available X request packet in the buffer and
706 struct _XInternalAsync *next; member in struct:_XInternalAsync
723 dpy->async_handlers = (handler)->next; \
747 struct _XExten *next; /* next in list */ member in struct:_XExten
761 struct _XExten *next_flush; /* next in list of those with flushes */
1210 struct _XConnectionInfo *next; member in struct:_XConnectionInfo
1216 struct _XConnWatchInfo *next; member in struct:_XConnWatchInfo
    [all...]
Xlib.h 172 struct _XExtData *next; /* next item on list of data for structure */ member in struct:_XExtData
380 int bytes_per_line; /* accelarator to next line */
    [all...]
  /nv-g11n/inputmethod/sunpinyin/ime/src/
imi_context.cpp 97 next(bool asis=false) function in class:TSkelCursor
    [all...]

Completed in 900 milliseconds

1 2