Searched refs:tcsrchr (Results 1 – 3 of 3) sorted by relevance
/external/expat/xmlwf/ |
D | xmlfile.c | 134 if (tcsrchr(s, T('/'))) in resolveSystemId() 135 s = tcsrchr(s, T('/')) + 1; in resolveSystemId() 137 if (tcsrchr(s, T('\\'))) in resolveSystemId() 138 s = tcsrchr(s, T('\\')) + 1; in resolveSystemId()
|
D | xmltchar.h | 50 # define tcsrchr wcsrchr macro 67 # define tcsrchr strrchr macro
|
D | xmlwf.c | 198 int sep1 = (tcsrchr(att1, NSSEP) != 0); in nsattcmp() 199 int sep2 = (tcsrchr(att1, NSSEP) != 0); in nsattcmp() 214 sep = tcsrchr(name, NSSEP); in startElementNS() 234 sep = tcsrchr(name, NSSEP); in startElementNS() 257 sep = tcsrchr(name, NSSEP); in endElementNS() 1061 const XML_Char *lastDelim = tcsrchr(file, delim[0]); in tmain() 1067 lastDelim = tcsrchr(file, winDelim[0]); in tmain()
|