Searched refs:xmlCG (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/libxml2-26/libxml2/
H A Dxmlunicode.c215 static const xmlChRangeGroup xmlCG = {18,7,(xmlChSRangePtr)xmlCS,(xmlChLRangePtr)xmlCL}; variable
2662 return(xmlCharInRange((unsigned int)code, (xmlChRangeGroupPtr)&xmlCG));
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlunicode.c215 static xmlChRangeGroup xmlCG = {18,7,xmlCS,xmlCL}; variable
2662 return(xmlCharInRange((unsigned int)code, &xmlCG));

Completed in 87 milliseconds