HomeSort by relevance Sort by last modified time
    Searched defs:XML_FMT_INT_MOD (Results 1 - 5 of 5) sorted by null

  /external/expat/xmlwf/
xmlfile.h 38 #define XML_FMT_INT_MOD "I64"
40 #define XML_FMT_INT_MOD "ll"
43 #define XML_FMT_INT_MOD "l"
  /external/expat/examples/
elements.c 42 # define XML_FMT_INT_MOD "I64"
44 # define XML_FMT_INT_MOD "ll"
47 # define XML_FMT_INT_MOD "l"
96 "%" XML_FMT_STR " at line %" XML_FMT_INT_MOD "u\n",
outline.c 40 # define XML_FMT_INT_MOD "I64"
42 # define XML_FMT_INT_MOD "ll"
45 # define XML_FMT_INT_MOD "l"
115 "Parse error at line %" XML_FMT_INT_MOD "u:\n%" XML_FMT_STR "\n",
  /external/expat/tests/benchmark/
benchmark.c 40 # define XML_FMT_INT_MOD "ll"
42 # define XML_FMT_INT_MOD "l"
126 "error '%" XML_FMT_STR "' at line %" XML_FMT_INT_MOD \
127 "u character %" XML_FMT_INT_MOD "u\n",
  /external/expat/tests/
runtests.c 72 # define XML_FMT_INT_MOD "ll"
74 # define XML_FMT_INT_MOD "l"
131 XML_FMT_INT_MOD "u, offset %"
132 XML_FMT_INT_MOD "u)\n reported from %s, line %d\n",
    [all...]

Completed in 1784 milliseconds