Searched refs:HTML_CharEntry (Results 1 – 1 of 1) sorted by relevance
264 struct HTML_CharEntry struct277 static HTML_CharEntry __FAR_DATA aHTMLCharNameTab[] = { argument561 if( USHRT_MAX == ((HTML_CharEntry*)pFirst)->cChar ) in HTMLCharNameCompare()563 if( USHRT_MAX == ((HTML_CharEntry*)pSecond)->cChar ) in HTMLCharNameCompare()564 nRet = ((HTML_CharEntry*)pFirst)->pUName->CompareTo( in HTMLCharNameCompare()565 *((HTML_CharEntry*)pSecond)->pUName ); in HTMLCharNameCompare()567 nRet = ((HTML_CharEntry*)pFirst)->pUName->CompareToAscii( in HTMLCharNameCompare()568 ((HTML_CharEntry*)pSecond)->sName ); in HTMLCharNameCompare()572 if( USHRT_MAX == ((HTML_CharEntry*)pSecond)->cChar ) in HTMLCharNameCompare()573 nRet = -1 * ((HTML_CharEntry*)pSecond)->pUName->CompareToAscii( in HTMLCharNameCompare()[all …]