UCS2_GET_NAMING   591 srclib/apr-util/xml/expat/lib/xmltok.c   UCS2_GET_NAMING(namePages, (unsigned char)p[1], (unsigned char)p[0])
UCS2_GET_NAMING   593 srclib/apr-util/xml/expat/lib/xmltok.c   UCS2_GET_NAMING(nmstrtPages, (unsigned char)p[1], (unsigned char)p[0])
UCS2_GET_NAMING   730 srclib/apr-util/xml/expat/lib/xmltok.c   UCS2_GET_NAMING(namePages, (unsigned char)p[0], (unsigned char)p[1])
UCS2_GET_NAMING   732 srclib/apr-util/xml/expat/lib/xmltok.c   UCS2_GET_NAMING(nmstrtPages, (unsigned char)p[0], (unsigned char)p[1])
UCS2_GET_NAMING  1202 srclib/apr-util/xml/expat/lib/xmltok.c   return UCS2_GET_NAMING(namePages, c >> 8, c & 0xFF);
UCS2_GET_NAMING  1212 srclib/apr-util/xml/expat/lib/xmltok.c   return UCS2_GET_NAMING(nmstrtPages, c >> 8, c & 0xFF);
UCS2_GET_NAMING  1328 srclib/apr-util/xml/expat/lib/xmltok.c       if (UCS2_GET_NAMING(nmstrtPages, c >> 8, c & 0xff))
UCS2_GET_NAMING  1330 srclib/apr-util/xml/expat/lib/xmltok.c       else if (UCS2_GET_NAMING(namePages, c >> 8, c & 0xff))