Home | History | Annotate | Download | only in telephony

Lines Matching full:sized

34 /* try to convert a hex string into a byte string, assumes 'dst' is properly sized, and hexlen is even.
38 /* convert a hex string into a byte string, assumes 'dst' is properly sized, and hexlen is even.
42 /* convert a byte string into a hex string, assumes 'hex' is properly sized */
81 /* convert a utf-8 string into a GSM septet string, assumes 'dst' is NULL or is properly sized,
88 * assumes 'dst' is NULL or is properly sized, returns the number of GSM bytes */
92 sized. 'offset' is the starting bit offset in 'src', 'count' is the number of input septets.
97 is NULL or properly sized. 'count' is the number of input bytes.
111 /* convert a ucs2 string into a GSM septet string, assumes 'dst' is NULL or properly sized,
116 /* convert a ucs2 string into a GSM septet string, assumes 'dst' is NULL or properly sized,
121 properly sized. 'offset' is the starting bit offset in 'src', 'count' is the number
126 is NULL or properly sized. 'count' is the number of input septets. return the number
134 /* convert a ucs2 string into a utf8 byte string, assumes 'utf8' NULL or properly sized.
138 /* convert a utf8 byte string into a ucs2 string, assumes 'ucs2' NULL or properly sized.
149 assumes 'dst' is NULL or properly sized, returns 0 in case of success, -1 in case of error.