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

  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/
sim_fmerge.h 68 file_para(FILE* p_file, size_t start, size_t end)
69 : fp(p_file), cur_offset(start), last_offset(end), runOut(false), buf() {}
139 void start() function in class:CMultiWayFileMerger
  /nv-g11n/inputmethod/sunpinyin2/src/slm/
sim_fmerge.h 68 file_para(FILE* p_file, size_t start, size_t end)
69 : fp(p_file), cur_offset(start), last_offset(end), runOut(false), buf() {}
139 void start() function in class:CMultiWayFileMerger
  /nv-g11n/g11n/src/cmd/fsexam/src/
fsexam-dryrun.c 2 * CDDL HEADER START
308 GtkTextIter start, end; local
318 &start,
324 text = gtk_text_buffer_get_text (self->buffer, &start, &end, FALSE);
398 GtkTextIter start, end; local
400 gtk_text_buffer_get_start_iter (buffer->buffer, &start);
402 gtk_text_buffer_delete (buffer->buffer, &start, &end);
fsexam-helper.c 2 * CDDL HEADER START
455 const gchar *start = contents; local
497 start = ++contents;
505 nonempty_line = start;
509 if (str_isascii (start, len)) { /* pure ASCII line */
510 start = ++contents;
511 }else if (g_utf8_validate (start, len, NULL)) { /* Non-ASCII UTF-8 */
515 nonascii_line = start;
519 start = ++contents;
525 nonutf8_line = start;
634 gchar *start = NULL; local
    [all...]
fsexam-ui.c 2 * CDDL HEADER START
500 GtkTextIter start, end; local
501 gtk_text_buffer_get_iter_at_line_offset (buffer, &start, line, 0);
503 text = gtk_text_buffer_get_text (buffer, &start, &end, FALSE);
1968 GtkTextIter iter, start, end; local
    [all...]
  /nv-g11n/g11n/src/lib/iconv/zh/
UTF-8%zh_HK.hkscs.c 2 * CDDL HEADER START
389 unsigned int start, end, count; member in struct:_udc_sect
412 c1 = (uchar_t)(udc[i].start >> 8) + ucs/157;
UTF-8%zh_TW-big5.c 2 * CDDL HEADER START
407 unsigned int start, end, count; member in struct:_udc_sect
430 c1 = (uchar_t)(udc[i].start >> 8) + ucs/157;
zh_HK.hkscs%UTF-8.c 2 * CDDL HEADER START
275 unsigned int start, end, count; member in struct:_udc_sect
290 if (code >= udc[i].start && code <= udc[i].end)
296 leading_c1 = (unsigned char) (udc[i].start >> 8);
zh_TW-big5%UTF-8.c 2 * CDDL HEADER START
263 unsigned int start, end, count; member in struct:_udc_sect
278 if (code >= udc[i].start && code <= udc[i].end)
284 leading_c1 = (unsigned char) (udc[i].start >> 8);
  /nv-g11n/g11n/src/openwin/lib/locale/iso8859-1/
XomGeneric.h 2 * CDDL HEADER START
87 unsigned long start; /* the starting code point */ member in struct:_FontScopeRange
109 unsigned long start; /* the starting code point */ member in struct:_FontDataRec
  /nv-g11n/inputmethod/sunpinyin2/src/ime-core/
imi_context.cpp 356 void CIMIContext::_transferBetween (unsigned start, unsigned end, unsigned wid, double ic)
358 CLatticeFrame &start_fr = m_lattice[start];
402 unsigned start = bs->m_pBackTraceNode->m_frIdx; local
409 end_fr.m_bestWord.m_start = start;
429 unsigned CIMIContext::getBestSentence (wstring& result, unsigned start, unsigned end)
435 while (end > start && m_lattice[end].m_bwType == CLatticeFrame::NO_BESTWORD)
439 while (i > start) {
  /nv-g11n/g11n/src/cmd/mp/
ttf.c 2 * CDDL HEADER START
463 subglyph_t *start=NULL, *temp=NULL, *current=NULL; local
480 start=get_subglyph();
481 start->next=NULL;
482 current=start;
553 for(current=start;current;current=temp) {
832 tt_OutlineData_t *start=NULL, *temp=NULL; local
883 } else if (cnt_i==1) start=odata;
933 odata=start;
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/scim/
sunpinyin_imengine.cpp 789 const int start = i; local
791 attrs.push_back( Attribute(start, i-start,
795 const int start = i; local
797 attrs.push_back( Attribute(start, i-start,
  /nv-g11n/inputmethod/sunpinyin2/wrapper/scim/
sunpinyin_imengine.cpp 789 const int start = i; local
791 attrs.push_back( Attribute(start, i-start,
795 const int start = i; local
797 attrs.push_back( Attribute(start, i-start,
  /nv-g11n/g11n/src/openwin/lib/locale/ja/xlibi18n/
lcGenConv.c 2 * CDDL HEADER START
95 char *start = src; local
101 return src - start;
    [all...]
  /nv-g11n/inputmethod/sunpinyin/ime/iiim/cle/
ime.h 98 int start; ///< starting position of the sub-string, (count start from 0) member in struct:__anon296
  /nv-g11n/inputmethod/sunpinyin2/wrapper/cle/iiim/cle/
ime.h 98 int start; ///< starting position of the sub-string, (count start from 0) member in struct:__anon14
  /nv-g11n/g11n-spec/cmdassist/src/service/
stdsoap2.h 1384 const char *start; \/* MIME start ID *\/ member in struct:soap_mime
    [all...]
  /nv-g11n/g11n/src/lib/locale/common/LO_LTYPE/
UMLE.c 2 * CDDL HEADER START
658 #define START(obj, idx) (TABLE_MAP(obj).UCS4Range[(idx)].start)
1052 u_int start; member in struct:_RangeRec
6580 int i, submap, start, end; local
    [all...]

Completed in 1199 milliseconds