Searched refs:bc_history_codePoint (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/bc/src/ |
| H A D | history.c | 507 bc_history_codePoint(const char* s, size_t len, uint32_t* cp) in bc_history_codePoint() function 576 size_t len = bc_history_codePoint(buf + pos, buf_len - pos, &cp); in bc_history_nextLen() 597 len = bc_history_codePoint(buf + pos, buf_len - pos, &cp); in bc_history_nextLen() 625 bc_history_codePoint(buf + pos, len, &cp); in bc_history_prevLen() 754 *nread = bc_history_codePoint(buf, buf_len, cp); in bc_history_readCode()
|