Searched refs:x_scanbytes (Results 1 – 1 of 1) sorted by relevance
/external/fastrpc/src/ |
D | std.c | 366 static char *x_scanbytes(const char *pcBuf, const char* cpszChars, in x_scanbytes() function 420 return x_scanbytes((const char*)pBuf, cpszChars+1, nLen, in std_memchrsend() 427 return x_scanbytes(cpszSrch, cpszChars, MAX_INT32, '\0', TRUE); in std_strchrsend() 502 const char *pc = x_scanbytes(cpszSrch, cpszChars, MAX_INT32, '\0', TRUE); in std_strcspn() 509 const char *pc = x_scanbytes(cpszSrch, cpszChars, MAX_INT32, '\0', FALSE); in std_strspn()
|