Home
last modified time | relevance | path

Searched refs:AECHAR (Results 1 – 3 of 3) sorted by relevance

/external/fastrpc/src/
Dstd.c210 int std_wstrlen(const AECHAR* s) in std_wstrlen()
212 const AECHAR *sEnd = s; in std_wstrlen()
225 int std_wstrlcpy(AECHAR* pwcDst, const AECHAR* cpwszSrc, int nDestSize) in std_wstrlcpy()
234 (void)std_memsmove(pwcDst, nDestSize*sizeof(AECHAR), in std_wstrlcpy()
235 cpwszSrc, ((size_t)n)*sizeof(AECHAR)); in std_wstrlcpy()
243 int std_wstrlcat(AECHAR* pwcDst, const AECHAR* cpwszSrc, int nDestSize) in std_wstrlcat()
514 int std_wstrncmp(const AECHAR* s1, const AECHAR* s2, int nLen) in std_wstrncmp()
523 AECHAR c1 = s1[i]; in std_wstrncmp()
524 AECHAR c2 = s2[i]; in std_wstrncmp()
540 int std_wstrcmp(const AECHAR* s1, const AECHAR* s2) in std_wstrcmp()
[all …]
/external/fastrpc/inc/
DAEEstd.h123 extern int std_wstrlen(const AECHAR *s);
124 extern int std_wstrlcpy(AECHAR *pcDst, const AECHAR *pszSrc, int nDestSize);
125 extern int std_wstrlcat(AECHAR *pcDst, const AECHAR *pszSrc, int nDestSize);
126 extern int std_wstrncmp(const AECHAR* s1, const AECHAR* s2, int nLen);
127 extern int std_wstrcmp(const AECHAR* s1, const AECHAR* s2);
128 extern AECHAR* std_wstrchr(const AECHAR* cpwszText, AECHAR ch);
129 extern AECHAR* std_wstrrchr(const AECHAR* cpwszText, AECHAR ch);
DAEEStdDef.h141 typedef uint16 AECHAR; typedef