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

/macosx-10.10/libxml2-26/libxml2/
H A Dxmlunicode.c695 static const xmlChRangeGroup xmlMnG = {108,5,(xmlChSRangePtr)xmlMnS,(xmlChLRangePtr)xmlMnL}; variable
2856 return(xmlCharInRange((unsigned int)code, (xmlChRangeGroupPtr)&xmlMnG));
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlunicode.c695 static xmlChRangeGroup xmlMnG = {108,5,xmlMnS,xmlMnL}; variable
2856 return(xmlCharInRange((unsigned int)code, &xmlMnG));

Completed in 266 milliseconds