Home | History | Annotate | Download | only in tinyxml2

Lines Matching defs:pu

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

392 if ( *(pu+0) == TIXML_UTF_LEAD_0
393 && *(pu+1) == TIXML_UTF_LEAD_1
394 && *(pu+2) == TIXML_UTF_LEAD_2 ) {