Home
last modified time | relevance | path

Searched refs:HTML_CharEntry (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/svtools/source/svhtml/
H A Dhtmlkywd.cxx264 struct HTML_CharEntry struct
277 static HTML_CharEntry __FAR_DATA aHTMLCharNameTab[] = { argument
561 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 …]