Searched defs:pU (Results 1 - 2 of 2) sorted by relevance

/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp215 const unsigned char* pU = (const unsigned char*)p; local
218 switch (*pU) {
268 if ( *(pU+1)==TIXML_UTF_LEAD_1 && *(pU+2)==TIXML_UTF_LEAD_2 )
270 else if ( *(pU+1)==0xbfU && *(pU+2)==0xbeU )
272 else if ( *(pU+1)==0xbfU && *(pU+2)==0xbfU )
324 const unsigned char* pU = (const unsigned char*)p; local
327 if ( *(pU
737 const unsigned char* pU = (const unsigned char*)p; local
[all...]
/external/tinyxml/
H A Dtinyxmlparser.cpp206 const unsigned char* pU = (const unsigned char*)p; local
209 switch (*pU) {
259 if ( *(pU+1)==TIXML_UTF_LEAD_1 && *(pU+2)==TIXML_UTF_LEAD_2 )
261 else if ( *(pU+1)==0xbfU && *(pU+2)==0xbeU )
263 else if ( *(pU+1)==0xbfU && *(pU+2)==0xbfU )
315 const unsigned char* pU = (const unsigned char*)p; local
318 if ( *(pU
714 const unsigned char* pU = (const unsigned char*)p; local
[all...]

Completed in 181 milliseconds