Lines Matching refs:diff
343 UnicodeSet diff(expectedLccc);
344 diff.removeAll(lccc);
345 diff.remove(0x10000, 0x10ffff); // hasLccc() only works for the BMP
348 diff.toPattern(diffString, TRUE);
350 diff = lccc;
351 diff.removeAll(expectedLccc);
352 diff.toPattern(diffString, TRUE);
363 diff = expectedTccc;
364 diff.removeAll(tccc);
365 diff.remove(0x10000, 0x10ffff); // hasTccc() only works for the BMP
367 diff = tccc;
368 diff.removeAll(expectedTccc);
369 diff.toPattern(diffString, TRUE);