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

1 2

  /nv-g11n/g11n/src/lib/liblcl/
lcl_create.c 56 size_t length; local
95 length = (size_t)attr;
129 return _lct_create_buf(lcld, type, buf1, length, form, keep_str);
lcl_internal.h 52 int length; member in struct:__anon127
59 LCTd _lct_create_buf(LCLd lcld, LctNEAttribute type, char *buf, size_t length, LctNEAttribute form, LctNEAttribute keep_str);
184 LclBuffer* _LclBuffer_create(int length);
193 char* _lcl_mime_decode_header(char *header, int length, char **charset);
lcl_mime_encode.c 32 /********** Define of line length and CRLF **********/
34 /* line length without CRLF */
117 int length; member in struct:_FieldList
214 encode_one_line(char *header, int length, LclMailEncoding encoding, char *charset)
226 buf = _LclBuffer_create(length * 4);
231 len = length;
256 ret = encode_text_mode(buf, header, length, &pos, encoding, charset);
259 ret = encode_text_mode(buf, header, length, &pos, encoding, charset);
320 new_list->length = new_field_len;
365 total_len += list_ptr->length + LclCRLFStringLength
    [all...]
  /nv-g11n/g11n/src/cmd/xuctblgen/
conv_info.h 40 unsigned long length; member in struct:_ConvInfo
range_tbl.h 40 unsigned long length; member in struct:_RangeTbl
lookup_tbl.h 50 int length; member in struct:_LookupTable
83 * a Vector data structure at "vector" data field. The "length" will
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/scim/
sunpinyin_lookup_table.cpp 55 uint32 length() const { function in class:SegVector
70 const uint32 len = length();
  /nv-g11n/inputmethod/sunpinyin2/src/ime-core/
userdict.cpp 125 int length = syllables.size(); local
130 if (length > MAX_USRDEF_WORD_LEN)
133 for (int i=0; i<length; i++) {
151 length, i_conditions.c_str(), f_conditions.c_str(), t_conditions.c_str());
176 word.m_len = length;
  /nv-g11n/inputmethod/sunpinyin2/wrapper/scim/
sunpinyin_lookup_table.cpp 55 uint32 length() const { function in class:SegVector
70 const uint32 len = length();
  /nv-g11n/g11n/src/cmd/fsexam/src/
encoding.c 342 gint length = 0; local
352 length++;
355 return length;
fsexam-convcontent.c 104 gsize length; local
118 err = g_file_get_contents (fullpath, &contents, &length, NULL);
122 } else if (length == 0) {
128 length,
145 length = strlen (converted_contents);
147 if (g_file_set_contents (fullpath, converted_contents, length, NULL)) {
231 gsize length; local
274 err = g_file_get_contents (fullpath, &contents, &length, NULL);
278 } else if (length == 0) {
283 sample_contents = get_sample_text (contents, &length);
    [all...]
fsexam-specialfile.c 657 gsize length; local
670 err = g_file_get_contents (fullpath, &contents, &length, NULL);
675 } else if (length == 0) {
681 length,
698 length = strlen (converted_contents);
701 if (g_file_set_contents (fullpath, converted_contents, length, NULL)) {
819 gsize length; local
850 err = g_file_get_contents (fullpath, &contents, &length, NULL);
854 } else if (length == 0) {
859 sample_contents = get_sample_text (contents, &length);
    [all...]
fsexam-ui.c 2430 gsize length; local
    [all...]
  /nv-g11n/g11n/src/lib/iconv/zh/
UTF-8%zh_CN.gbk.c 477 int i, length; local
484 length = 2;
490 length = 2;
497 length = 4;
505 if (buflen < length) {
510 for ( i = 0; i < length; ++i )
513 return length;
  /nv-g11n/g11n/src/openwin/include/
XlcGeneric.h 102 int length; member in struct:_CodeSetRec
  /nv-g11n/g11n/src/openwin/lib/locale/iso8859-1/
omXChar.c 104 shift_to_gl(text, length)
106 int length;
108 while (length-- > 0)
113 shift_to_gr(text, length)
115 int length;
117 while (length-- > 0)
148 get_fontscope(font_set, buffer, length, args, num_args)
151 int length;
160 if (count < 1) return length;
163 length >>= 1
218 int length; local
306 int length = 0; local
377 int length, cs_left, cs_len; local
    [all...]
omEuro.c 67 #define AllocLocalBuf(length) (length > BUFSIZ ? (char *)Xmalloc(length) : local_buf)
159 int count, length, name_len; local
168 length = strlen(font_data->name);
170 if (length > name_len)
173 if (_XlcCompareISOLatin1(last - length, font_data->name) == 0)
314 int count, length; local
317 count = length = 0;
320 length += strlen(font_set->font_name) + 1
409 int font_data_count, length, found_num = 0; local
563 int count, length; local
1242 int count, num, length = 0; local
    [all...]
  /nv-g11n/g11n/src/openwin/lib/locale/iso8859-1/src/lib/X11/
XlcGeneric.h 75 int length; member in struct:_CodeSetRec
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/beos/
SunPinyinModule.cpp 392 off_t length = (size_t)f.Seek(0, SEEK_END);
393 if(length <= 0) return;
397 ((size_t)length + 1 + (B_PAGE_SIZE - 1)) & ~(B_PAGE_SIZE - 1),
403 for(ssize_t len = (ssize_t)length; len > 0; )
418 history->loadFromBuffer(buffer, (size_t)length);
436 size_t length = 0; local
437 history->bufferize(&buffer, &length);
438 if(buffer == NULL || length == 0) return;
441 for(ssize_t len = (ssize_t)length; len > 0; )
589 return(!(fCommit.Length() > 0 || fPreedit.Length() > 0 || fCandidates.CountItems() > 0))
    [all...]
  /nv-g11n/inputmethod/sunpinyin/slm/src/
portability.h 195 length(const char_type* __s) function in struct:std::string_char_traits
280 if (this->length() == 0) return &null_s;
281 *(const_cast<TWCHAR*>(this->data()) + this->length()) = 0;
  /nv-g11n/inputmethod/sunpinyin2/wrapper/beos/
SunPinyinModule.cpp 392 off_t length = (size_t)f.Seek(0, SEEK_END);
393 if(length <= 0) return;
397 ((size_t)length + 1 + (B_PAGE_SIZE - 1)) & ~(B_PAGE_SIZE - 1),
403 for(ssize_t len = (ssize_t)length; len > 0; )
418 history->loadFromBuffer(buffer, (size_t)length);
436 size_t length = 0; local
437 history->bufferize(&buffer, &length);
438 if(buffer == NULL || length == 0) return;
441 for(ssize_t len = (ssize_t)length; len > 0; )
589 return(!(fCommit.Length() > 0 || fPreedit.Length() > 0 || fCandidates.CountItems() > 0))
    [all...]
  /nv-g11n/inputmethod/sunpinyin/ime/src/
portability.h 245 length(const char_type* __s) function in struct:std::string_char_traits
330 if (this->length() == 0) return &null_s;
331 *(const_cast<TWCHAR*>(this->data()) + this->length()) = 0;
  /nv-g11n/inputmethod/sunpinyin2/src/
portability.h 299 length(const char_type* __s) function in struct:std::string_char_traits
384 if (this->length() == 0) return &null_s;
385 *(const_cast<TWCHAR*>(this->data()) + this->length()) = 0;
  /nv-g11n/g11n/src/lib/libxlc/
lcUNICODE.c 488 int cs_left, ret, length, unconv_num = 0; local
527 length = cs_left = cs - buf;
533 unconv_num += length / charset->char_size;
587 int length, i; local
589 length = *from_left;
594 for (i = 0; i < length; i++) {
606 outbuf = Xmalloc(length + 1);
609 for (i = 0; i < length; i++) {
642 int from_left_save, length; local
647 from_left_save = length = *from_left
    [all...]
  /nv-g11n/g11n/src/openwin/lib/locale/ja/xlibi18n/
lcGenConv.c 90 compare(src, encoding, length)
93 register int length;
97 while (length-- > 0) {
123 int length, number, encoding_len = 0; local
153 length = 0;
177 length = charset->char_size;
178 if (length > *from_left - encoding_len)
182 if (length > *to_left)
185 for (i = 0; i < length; i++)
188 for (i = 0; i < length; i++
654 int length = *from_left; local
698 int length; local
744 int length; local
788 int length, ret, src_left = *from_left; local
847 int length, left, ret; local
941 int length; member in struct:_CTDataRec
1449 int clen, length; local
    [all...]

Completed in 600 milliseconds

1 2