Home | History | Annotate | Download | only in priv

Lines Matching defs:cL

823          UChar cL  = argL[i];
825 boolResII = (boolResII << 1) | (cL == cR ? 1 : 0);
1074 UShort cL = argL[i];
1076 boolResII = (boolResII << 1) | (cL == cR ? 1 : 0);