HomeSort by relevance Sort by last modified time
    Searched refs:NXT (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/libxml/src/
HTMLparser.c 277 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
298 #define NXT(val) ctxt->input->cur[(val)]
    [all...]
parser.c     [all...]
xpath.c     [all...]
pattern.c 714 #define NXT(val) ctxt->cur[(val)]
1236 if ((CUR == '/') && (NXT(1) == '/')) {
1240 } else if ((CUR == '.') && (NXT(1) == '/') && (NXT(2) == '/')) {
1282 if (NXT(1) == '/') {
    [all...]
xpointer.c 890 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
903 #define NXT(val) ctxt->cur[(val)]
1013 if ((NXT(1) == ')') || (NXT(1) == '(') || (NXT(1) == '^')) {
1217 if ((name == NULL) && (CUR == '/') && (NXT(1) != '1')) {
    [all...]
xmlregexp.c 52 #define NXT(index) (ctxt->cur[index])
    [all...]
  /external/libxml2/
HTMLparser.c 280 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
301 #define NXT(val) ctxt->input->cur[(val)]
    [all...]
parser.c 1400 const xmlChar *cur = lang, *nxt; local
    [all...]
xpath.c     [all...]
pattern.c 718 #define NXT(val) ctxt->cur[(val)]
1240 if ((CUR == '/') && (NXT(1) == '/')) {
1244 } else if ((CUR == '.') && (NXT(1) == '/') && (NXT(2) == '/')) {
1286 if (NXT(1) == '/') {
    [all...]
xpointer.c 890 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
903 #define NXT(val) ctxt->cur[(val)]
1013 if ((NXT(1) == ')') || (NXT(1) == '(') || (NXT(1) == '^')) {
1217 if ((name == NULL) && (CUR == '/') && (NXT(1) != '1')) {
    [all...]
xmlregexp.c 55 #define NXT(index) (ctxt->cur[index])
    [all...]
  /external/smack/src/org/xbill/DNS/
NXTRecord.java 32 * Creates an NXT Record from the given data
38 super(name, Type.NXT, dclass, ttl);
Type.java 103 public static final int NXT = 30;
256 types.add(NXT, "NXT", new NXTRecord());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windns.h 674 DNS_NXT_DATAW NXT,Nxt;
707 DNS_NXT_DATAA NXT,Nxt;
  /external/chromium_org/third_party/libxslt/libxslt/
pattern.c 1227 #define NXT(val) ctxt->cur[(val)]
    [all...]
xslt.c     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 1200 milliseconds