Home
last modified time | relevance | path

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

/third_party/icu/tools/colprobe/
Dsortedlines.cpp483 Line **secondRep, int32_t secondSize, in detectContractions() argument
511 U16_GET(secondRep[j]->name, 0, 0, secondRep[j]->len, secondStart); in detectContractions()
519 …if(duplicators && duplicators->get(UnicodeString(secondRep[j]->name, secondRep[j]->len)) != NULL) { in detectContractions()
521 debug->log(secondRep[j]->toString(), TRUE); in detectContractions()
525 if(firstRep[i]->name[0] == 0x61 && secondRep[j]->name[0] == 0x308) { in detectContractions()
530 toAdd.setToConcat(firstRep[i], secondRep[j]); in detectContractions()
542 if(secondRep[j]->firstCC) { in detectContractions()
545 if(secondRep[j]->firstCC > u_getCombiningClass(UBChar)) { in detectContractions()
556 trial.append(*secondRep[j]); in detectContractions()
557 …} else if((firstRep[i]->lastCC > secondRep[j]->firstCC && secondRep[j]->firstCC && !frenchSecondar… in detectContractions()
[all …]
Dsortedlines.h105 Line **secondRep, int32_t secondSize,