Searched refs:string_char_to_byte (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dfns.c288 i1_byte = string_char_to_byte (str1, i1);
289 i2_byte = string_char_to_byte (str2, i2);
858 string_char_to_byte (string, char_index)
1287 to_byte = string_char_to_byte (string, to_char);
1294 from_byte = string_char_to_byte (string, from_char);
1345 from_byte = string_char_to_byte (string, from_char);
1361 to_byte = string_char_to_byte (string, to_char);
5623 start_byte = string_char_to_byte (object, start_char);
5640 end_byte = string_char_to_byte (object, end_char);
854 string_char_to_byte (string, char_index) function
H A Dcomposite.c694 : string_char_to_byte (string, start));
H A Ddata.c1953 idxval_byte = string_char_to_byte (array, idxval);
2167 idxval_byte = string_char_to_byte (array, idxval);
H A Dlread.c418 = string_char_to_byte (readcharfun, read_from_string_index);
1735 read_from_string_index_byte = string_char_to_byte (stream, startval);
H A Dsearch.c429 pos_byte = string_char_to_byte (string, pos);
2382 pos_byte = string_char_to_byte (string, pos);
H A Dcharset.c1374 bytes = string_char_to_byte (string, end) - i_byte;
H A Dminibuf.c271 pos = string_char_to_byte (val, pos);
H A Dcoding.c7071 p = SDATA (string) + string_char_to_byte (string, from);
7072 pend = SDATA (string) + string_char_to_byte (string, to);
H A Deditfns.c2973 str = tt + string_char_to_byte (table, oc);
H A Dlisp.h2425 extern int string_char_to_byte P_ ((Lisp_Object, int));
H A Dxdisp.c1463 SET_TEXT_POS (pos, charpos, string_char_to_byte (string, charpos));
4528 IT_STRING_BYTEPOS (*it) = string_char_to_byte (it->string,
4549 ? string_char_to_byte (it->string, end)

Completed in 328 milliseconds