Home | History | Annotate | Download | only in i18n

Lines Matching refs:myType

1681         int32_t myType = (includeMask&(1<<i))==0 ? 0 : skeleton.type[i];
1683 if (myType==otherType) {
1686 if (myType==0) {// and other is not
1696 result += abs(myType - otherType);