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

  /nv-g11n/g11n/src/cmd/xuctblgen/
range_tbl.h 19 * CDDL HEADER END
36 unsigned long end; member in struct:_RangeTblEntry
  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/tslmpack/
arpa_slm.cpp 49 char* end = buf+n; local
50 for (p = buf; p != end; ++p) {
57 if (p != end)
81 if (lexi != lexicon.end()) {
94 char* word, *end; local
95 for (word = end = buf; *end != 0; ++end) {
96 if (*end == ' ') {
98 *end = 0
    [all...]
  /nv-g11n/inputmethod/sunpinyin2/src/slm/tslmpack/
arpa_slm.cpp 49 char* end = buf+n; local
50 for (p = buf; p != end; ++p) {
57 if (p != end)
81 if (lexi != lexicon.end()) {
94 char* word, *end; local
95 for (word = end = buf; *end != 0; ++end) {
96 if (*end == ' ') {
98 *end = 0
    [all...]
  /nv-g11n/inputmethod/sunpinyin2/src/ime-core/
imi_option_event.cpp 82 m_listeners.end(),
84 if (found == m_listeners.end())
94 m_listeners.end(),
96 if (found != m_listeners.end())
105 Subscribers::iterator end = m_listeners.end(); local
107 it != end; ++it) {
lattice_states.h 172 end() function in class:CLatticeStates
173 { return m_vec.end(); }
177 end() const function in class:CLatticeStates
178 { return m_vec.end(); }
imi_context.cpp 83 for_each (m_lexiconStates.begin (), m_lexiconStates.end (),
87 for_each (m_latticeStates.begin (), m_latticeStates.end (),
139 IPySegmentor::TSegmentVec::iterator ite = segments.end ();
169 std::vector<unsigned>::iterator ite = syllables.end ();
184 fr.m_wstr.assign (strbuf.begin(), strbuf.end());
197 CLexiconStates::iterator ite = m_lattice[i].m_lexiconStates.end ();
317 CLexiconStates::iterator ite = fr.m_lexiconStates.end ();
356 void CIMIContext::_transferBetween (unsigned start, unsigned end, unsigned wid, double ic)
359 CLatticeFrame &end_fr = m_lattice[end];
361 TLatticeState node (-1.0, end);
403 unsigned end = bs->m_frIdx; local
    [all...]
  /nv-g11n/g11n/src/lib/locale/common/layout/
LOtypes.H 19 * CDDL HEADER END
52 begine, middle, end and isolated are the glyph value
58 val_t end; member in struct:LOtypes::shapeData_t
70 _END = (1L << 3), /* end neutral (takes previous char embedding level) */
76 _AS2 = (1L << 9), /* Shape2: independant, end */
77 _AS4 = (1L << 10), /* Shape4: independant, begin, middle, end */
90 inline const int binSearch(int val, int start, int end, const int* array)const;
109 the returned value fields begin, middle, end, etc.
  /nv-g11n/inputmethod/sunpinyin/ime/src/
lattice_states.h 220 end() function in class:CLatticeStates
221 { return m_Vec.end(); }
225 end() const function in class:CLatticeStates
226 { return m_Vec.end(); }
  /nv-g11n/g11n/src/cmd/fsexam/src/
fsexam-dryrun.c 19 * CDDL HEADER END
308 GtkTextIter start, end; local
321 &end,
324 text = gtk_text_buffer_get_text (self->buffer, &start, &end, FALSE);
398 GtkTextIter start, end; local
401 gtk_text_buffer_get_end_iter (buffer->buffer, &end);
402 gtk_text_buffer_delete (buffer->buffer, &start, &end);
fsexam-helper.c 19 * CDDL HEADER END
231 gchar *end = NULL; local
247 end = str + strlen (str) - 1;
249 while (g_ascii_isspace (*end)){
250 *end -- = '\0';
262 gchar *end = str; local
267 while ((*end != '\0') && (! g_ascii_isspace (*end))){
268 end ++;
272 *str1 = g_strndup (str, end - str)
633 gchar *end = NULL; local
    [all...]
fsexam-ui.c 19 * CDDL HEADER END
500 GtkTextIter start, end; local
502 gtk_text_buffer_get_iter_at_line_offset (buffer, &end, line + 1, 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 19 * CDDL HEADER END
389 unsigned int start, end, count; member in struct:_udc_sect
UTF-8%zh_TW-big5.c 19 * CDDL HEADER END
407 unsigned int start, end, count; member in struct:_udc_sect
zh_HK.hkscs%UTF-8.c 19 * CDDL HEADER END
275 unsigned int start, end, count; member in struct:_udc_sect
290 if (code >= udc[i].start && code <= udc[i].end)
zh_TW-big5%UTF-8.c 19 * CDDL HEADER END
263 unsigned int start, end, count; member in struct:_udc_sect
278 if (code >= udc[i].start && code <= udc[i].end)
  /nv-g11n/g11n/src/openwin/lib/locale/iso8859-1/
XomGeneric.h 19 * CDDL HEADER END
88 unsigned long end; /* the ending code point */ member in struct:_FontScopeRange
110 unsigned long end; /* the ending code point */ member in struct:_FontDataRec
  /nv-g11n/inputmethod/sunpinyin2/src/slm/tslmendian/
slm_file.cpp 123 // 5-bits padding at end of struct
176 Type* end = begin + len; local
179 for (Type* p = begin; p != end; ++p) {
183 buf = (char*)end;
194 TLeaf* end = begin + len; local
198 for (TLeaf* p = begin; p != end; ++p) {
202 buf = (char*)end;
219 const Type* end = begin + len; local
221 for (Type* p = begin; p != end; ++p) {
225 return fwrite(begin, sizeof(Type), end-begin, fp) * sizeof(Type)
231 const TLeaf* end = begin + len; local
    [all...]
  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/tslmendian/
slm_file.cpp 123 // 5-bits padding at end of struct
176 Type* end = begin + len; local
179 for (Type* p = begin; p != end; ++p) {
183 buf = (char*)end;
194 TLeaf* end = begin + len; local
198 for (TLeaf* p = begin; p != end; ++p) {
202 buf = (char*)end;
219 const Type* end = begin + len; local
221 for (Type* p = begin; p != end; ++p) {
225 return fwrite(begin, sizeof(Type), end-begin, fp) * sizeof(Type)
231 const TLeaf* end = begin + len; local
    [all...]
  /nv-g11n/g11n-spec/cmdassist/src/service/
stdsoap2.h 1375 soap_multipart_iterator end() function in struct:soap_dime
1390 soap_multipart_iterator end() function in struct:soap_mime
    [all...]
  /nv-g11n/g11n/src/lib/locale/common/LO_LTYPE/
UMLE.c 19 * CDDL HEADER END
659 #define END(obj, idx) (TABLE_MAP(obj).UCS4Range[(idx)].end)
1053 u_int end; member in struct:_RangeRec
6580 int i, submap, start, end; local
8279 int end; local
8360 int begin, end, k, len, j; local
8422 int begin, end, j; local
    [all...]

Completed in 840 milliseconds