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

/macosx-10.10/libxml2-26/libxml2/
H A Dxmlunicode.c817 static const xmlChRangeGroup xmlPsG = {65,0,(xmlChSRangePtr)xmlPsS,NULL}; variable
3031 return(xmlCharInRange((unsigned int)code, (xmlChRangeGroupPtr)&xmlPsG));
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlunicode.c817 static xmlChRangeGroup xmlPsG = {65,0,xmlPsS,NULL}; variable
3031 return(xmlCharInRange((unsigned int)code, &xmlPsG));

Completed in 120 milliseconds