Home | History | Annotate | Download | only in telephony

Lines Matching refs:number

35  * returns the number of bytes on exit, or -1 in case of badly formatted data */
84 returns the number of septets, */
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.
93 return the number of utf8 bytes. */
97 is NULL or properly sized. 'count' is the number of input bytes.
98 returns the number of utf8 bytes */
113 by spaces. returns the number of septets */
117 non-representable characters are replaced by spaces. returns the number of bytes */
121 properly sized. 'offset' is the starting bit offset in 'src', 'count' is the number
122 of input septets. return the number of ucs2 characters (not bytes) */
126 is NULL or properly sized. 'count' is the number of input septets. return the number
135 returns the number of utf8 bytes*/
139 returns the number of ucs2 chars */
142 /* try to skip a given number of characters in a utf-8 byte string, return new position */
148 /* convert a bcd-coded GSM dial number into an ASCII string (not zero-terminated)
150 'num_digits' is the number of digits, not input bytes. a trailing 0xf0 is ignored automatically
151 return the number of ASCII chars */
154 /* convert an ASCII dial-number into a bcd-coded string, returns the number of 4-bit nibbles written, */
159 #define SIM_ADN_MAX_ALPHA 20 /* maximum number of characters in ADN alpha tag */
160 #define SIM_ADN_MAX_NUMBER 20 /* maximum digits in ADN number */
164 char number[ SIM_ADN_MAX_NUMBER+1 ]; /* dialing number in zero-terminated ASCII */