MCPcopy Create free account
hub / github.com/buggins/coolreader / apply

Method apply

crengine/src/hyphman.cpp:403–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401 }
402
403 void apply( char * mask )
404 {
405 ;
406 for ( char * p = attr; *p && *mask; p++, mask++ ) {
407 if ( *mask < *p )
408 *mask = *p;
409 }
410 }
411
412 TexPattern( const lString16 &s ) : next( NULL )
413 {

Callers 1

matchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected