Searched refs:targCE (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) {
3757 int64_t targCEshifted = targCE >> 32;
3789 int32_t targLev3 = (int32_t)(targCE & mask);
3899 // redo with same patCE, next targCE
3903 // redo with same targCE, next patCE
4181 // redo with same patCE, next targCE
4185 // redo with same targCE, next patCE

Completed in 275 milliseconds