Searched refs:patCE (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Dusearch.cpp3749 static UCompareCEsResult compareCE64s(int64_t targCE, int64_t patCE, int16_t compareType) { argument
3750 if (targCE == patCE) {
3758 int64_t patCEshifted = patCE >> 32;
3790 int32_t patLev3 = (int32_t)(patCE & mask);
3876 int64_t patCE = 0; local
3888 patCE = strsrch->pattern.PCE[patIx];
3893 UCompareCEsResult ceMatch = compareCE64s(targetCEI->ce, patCE, strsrch->search->elementComparisonType);
3899 // redo with same patCE, next targCE
3903 // redo with same targCE, next patCE
3956 // make sure it can be part of a match with the last patCE
4169 int64_t patCE = strsrch->pattern.PCE[patIx]; local
[all...]

Completed in 43 milliseconds