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