Home | History | Annotate | Download | only in tinyxml2

Lines Matching defs:pu

248     const unsigned char* pu = reinterpret_cast<const unsigned char*>(p);

250 if ( *(pu+0) == TIXML_UTF_LEAD_0
251 && *(pu+1) == TIXML_UTF_LEAD_1
252 && *(pu+2) == TIXML_UTF_LEAD_2 )