NS                201 base/mac/foundation_util.h CF_TO_NS_CAST_DECL(CF##name, NS##name) \
NS               1629 third_party/expat/files/lib/xmltok.c #define NS(x) x ## NS
NS                 29 third_party/expat/files/lib/xmltok_ns.c static const ENCODING * const NS(encodings)[] = {
NS                 40 third_party/expat/files/lib/xmltok_ns.c NS(initScanProlog)(const ENCODING *enc, const char *ptr, const char *end,
NS                 43 third_party/expat/files/lib/xmltok_ns.c   return initScan(NS(encodings), (const INIT_ENCODING *)enc,
NS                 48 third_party/expat/files/lib/xmltok_ns.c NS(initScanContent)(const ENCODING *enc, const char *ptr, const char *end,
NS                 51 third_party/expat/files/lib/xmltok_ns.c   return initScan(NS(encodings), (const INIT_ENCODING *)enc,
NS                 56 third_party/expat/files/lib/xmltok_ns.c NS(XmlInitEncoding)(INIT_ENCODING *p, const ENCODING **encPtr,
NS                 63 third_party/expat/files/lib/xmltok_ns.c   p->initEnc.scanners[XML_PROLOG_STATE] = NS(initScanProlog);
NS                 64 third_party/expat/files/lib/xmltok_ns.c   p->initEnc.scanners[XML_CONTENT_STATE] = NS(initScanContent);
NS                 72 third_party/expat/files/lib/xmltok_ns.c NS(findEncoding)(const ENCODING *enc, const char *ptr, const char *end)
NS                 87 third_party/expat/files/lib/xmltok_ns.c   return NS(encodings)[i];
NS                 91 third_party/expat/files/lib/xmltok_ns.c NS(XmlParseXmlDecl)(int isGeneralTextEntity,
NS                102 third_party/expat/files/lib/xmltok_ns.c   return doParseXmlDecl(NS(findEncoding),