Searched refs:targCE (Results 1 – 2 of 2) sorted by relevance
936 private static int compareCE64s(long targCE, long patCE, ElementComparisonType compareType) { in compareCE64s() argument937 if (targCE == patCE) { in compareCE64s()944 long targCEshifted = targCE >>> 32; in compareCE64s()979 int targLev3 = (int)(targCE & mask); in compareCE64s()
3754 static UCompareCEsResult compareCE64s(int64_t targCE, int64_t patCE, int16_t compareType) { in compareCE64s() argument3755 if (targCE == patCE) { in compareCE64s()3762 int64_t targCEshifted = targCE >> 32; in compareCE64s()3794 int32_t targLev3 = (int32_t)(targCE & mask); in compareCE64s()