Lines Matching refs:equalsAscii
106 if( PropertyName.equalsAscii( pScreenAreaName ) ) in getPropertyValue()
110 else if( PropertyName.equalsAscii( pWorkAreaName ) ) in getPropertyValue()
114 else if( PropertyName.equalsAscii( pScreenName ) ) in getPropertyValue()
140 if( aName.equalsAscii( pScreenAreaName ) || in getPropertyByName()
141 aName.equalsAscii( pWorkAreaName ) ) in getPropertyByName()
148 return Name.equalsAscii( pScreenAreaName ) || in hasPropertyByName()
149 Name.equalsAscii( pWorkAreaName ); in hasPropertyByName()
250 if( PropertyName.equalsAscii( pMultiDisplayName ) ) in getPropertyValue()
254 else if( PropertyName.equalsAscii( pDefaultDisplayName ) ) in getPropertyValue()
280 if( aName.equalsAscii( pMultiDisplayName ) ) in getPropertyByName()
283 if( aName.equalsAscii( pDefaultDisplayName ) ) in getPropertyByName()
290 return Name.equalsAscii( pMultiDisplayName ) || in hasPropertyByName()
291 Name.equalsAscii( pDefaultDisplayName ); in hasPropertyByName()