Lines Matching defs:it

416           std::map<Glib::ustring,int>::iterator it;
418 if((it = res->openTypeTables.find("liga"))!= res->openTypeTables.end() ||
419 (it = res->openTypeTables.find("clig"))!= res->openTypeTables.end()) {
425 if((it = res->openTypeTables.find("dlig"))!= res->openTypeTables.end()) {
431 if((it = res->openTypeTables.find("hlig"))!= res->openTypeTables.end()) {
437 if((it = res->openTypeTables.find("calt"))!= res->openTypeTables.end()) {
443 if((it = res->openTypeTables.find("subs"))!= res->openTypeTables.end()) {
449 if((it = res->openTypeTables.find("sups"))!= res->openTypeTables.end()) {
455 if((it = res->openTypeTables.find("smcp"))!= res->openTypeTables.end()) {
461 if((it = res->openTypeTables.find("c2sc"))!= res->openTypeTables.end() &&
462 (it = res->openTypeTables.find("smcp"))!= res->openTypeTables.end()) {
468 if((it = res->openTypeTables.find("pcap"))!= res->openTypeTables.end()) {
474 if((it = res->openTypeTables.find("c2sc"))!= res->openTypeTables.end() &&
475 (it = res->openTypeTables.find("pcap"))!= res->openTypeTables.end()) {
481 if((it = res->openTypeTables.find("unic"))!= res->openTypeTables.end()) {
487 if((it = res->openTypeTables.find("titl"))!= res->openTypeTables.end()) {
493 if((it = res->openTypeTables.find("lnum"))!= res->openTypeTables.end()) {
499 if((it = res->openTypeTables.find("onum"))!= res->openTypeTables.end()) {
505 if((it = res->openTypeTables.find("pnum"))!= res->openTypeTables.end()) {
511 if((it = res->openTypeTables.find("tnum"))!= res->openTypeTables.end()) {
517 if((it = res->openTypeTables.find("frac"))!= res->openTypeTables.end()) {
523 if((it = res->openTypeTables.find("afrac"))!= res->openTypeTables.end()) {
529 if((it = res->openTypeTables.find("ordn"))!= res->openTypeTables.end()) {
535 if((it = res->openTypeTables.find("zero"))!= res->openTypeTables.end()) {
544 // if( (it = table_copy.find("liga")) != table_copy.end() ) table_copy.erase( it );
545 // if( (it = table_copy.find("clig")) != table_copy.end() ) table_copy.erase( it );
546 // if( (it = table_copy.find("dlig")) != table_copy.end() ) table_copy.erase( it );
547 // if( (it = table_copy.find("hlig")) != table_copy.end() ) table_copy.erase( it );
548 // if( (it = table_copy.find("calt")) != table_copy.end() ) table_copy.erase( it );
549 // if( (it = table_copy.find("subs")) != table_copy.end() ) table_copy.erase( it );
550 // if( (it = table_copy.find("sups")) != table_copy.end() ) table_copy.erase( it );
551 // if( (it = table_copy.find("smcp")) != table_copy.end() ) table_copy.erase( it );
552 // if( (it = table_copy.find("c2sc")) != table_copy.end() ) table_copy.erase( it );
553 // if( (it = table_copy.find("pcap")) != table_copy.end() ) table_copy.erase( it );
554 // if( (it = table_copy.find("unic")) != table_copy.end() ) table_copy.erase( it );
555 // if( (it = table_copy.find("titl")) != table_copy.end() ) table_copy.erase( it );
556 // if( (it = table_copy.find("lnum")) != table_copy.end() ) table_copy.erase( it );
557 // if( (it = table_copy.find("onum")) != table_copy.end() ) table_copy.erase( it );
558 // if( (it = table_copy.find("pnum")) != table_copy.end() ) table_copy.erase( it );
559 // if( (it = table_copy.find("tnum")) != table_copy.end() ) table_copy.erase( it );
560 // if( (it = table_copy.find("frac")) != table_copy.end() ) table_copy.erase( it );
561 // if( (it = table_copy.find("afrc")) != table_copy.end() ) table_copy.erase( it );
562 // if( (it = table_copy.find("ordn")) != table_copy.end() ) table_copy.erase( it );
563 // if( (it = table_copy.find("zero")) != table_copy.end() ) table_copy.erase( it );
564 // for(it = table_copy.begin(); it != table_copy.end(); ++it) {
565 // std::cout << "Other: " << it->first << " Occurances: " << it->second << std::endl;