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

  /external/chromium_org/third_party/libxml/src/
xmlschemas.c 293 (WXS_CONSTRUCTOR((ctx))->buckets->nbItems > 0) )
312 #define WXS_ILIST_IS_EMPTY(l) ((l == NULL) || ((l)->nbItems == 0))
355 int nbItems; /* used for dynamic addition of schemata */
    [all...]
  /external/libxml2/
xmlschemas.c 293 (WXS_CONSTRUCTOR((ctx))->buckets->nbItems > 0) )
312 #define WXS_ILIST_IS_EMPTY(l) ((l == NULL) || ((l)->nbItems == 0))
355 int nbItems; /* used for dynamic addition of schemata */
    [all...]

Completed in 207 milliseconds