Searched refs:bc_history_codePoint (Results 1 – 1 of 1) sorted by relevance
/external/bc/src/history/ |
D | history.c | 223 static size_t bc_history_codePoint(const char *s, size_t len, uint32_t *cp) { in bc_history_codePoint() function 279 size_t len = bc_history_codePoint(buf + pos, buf_len - pos, &cp); in bc_history_nextLen() 292 len = bc_history_codePoint(buf + pos, buf_len - pos, &cp); in bc_history_nextLen() 315 bc_history_codePoint(buf + pos, len, &cp); in bc_history_prevLen() 366 *nread = bc_history_codePoint(buf, buf_len, cp); in bc_history_readCode()
|