Searched refs:tcsrchr (Results 1 – 3 of 3) sorted by relevance
/external/expat/xmlwf/ |
D | xmlfile.c | 117 if (tcsrchr(s, T('/'))) in resolveSystemId() 118 s = tcsrchr(s, T('/')) + 1; in resolveSystemId() 120 if (tcsrchr(s, T('\\'))) in resolveSystemId() 121 s = tcsrchr(s, T('\\')) + 1; in resolveSystemId()
|
D | xmltchar.h | 14 #define tcsrchr wcsrchr macro 30 #define tcsrchr strrchr macro
|
D | xmlwf.c | 159 int sep1 = (tcsrchr(att1, NSSEP) != 0); in nsattcmp() 160 int sep2 = (tcsrchr(att1, NSSEP) != 0); in nsattcmp() 176 sep = tcsrchr(name, NSSEP); in startElementNS() 197 sep = tcsrchr(name, NSSEP); in startElementNS() 222 sep = tcsrchr(name, NSSEP); in endElementNS() 781 if (tcsrchr(file, T('/'))) in amiga_main() 782 file = tcsrchr(file, T('/')) + 1; in amiga_main() 784 if (tcsrchr(file, T('\\'))) in amiga_main() 785 file = tcsrchr(file, T('\\')) + 1; in amiga_main()
|