Searched refs:targLev2 (Results 1 – 2 of 2) sorted by relevance
963 int targLev2 = (int)(targCEshifted & mask); in compareCE64s() local965 if (targLev2 != patLev2) { in compareCE64s()966 if (targLev2 == 0) { in compareCE64s()975 targLev2 == CE_LEVEL2_BASE)) ? CE_MATCH : CE_NO_MATCH; in compareCE64s()
3780 int32_t targLev2 = (int32_t)(targCEshifted & mask); in compareCE64s() local3782 if ( targLev2 != patLev2 ) { in compareCE64s()3783 if ( targLev2 == 0 ) { in compareCE64s()3789 …E_LEVEL2_BASE || (compareType == USEARCH_ANY_BASE_WEIGHT_IS_WILDCARD && targLev2 == U_CE_LEVEL2_BA… in compareCE64s()