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

/external/chromium_org/third_party/icu/source/i18n/
H A Dusearch.cpp3736 static UCompareCEsResult compareCE64s(int64_t targCE, int64_t patCE, int16_t compareType) { argument
3737 if (targCE == patCE) {
3745 int64_t patCEshifted = patCE >> 32;
3777 int32_t patLev3 = (int32_t)(patCE & mask);
3863 int64_t patCE = 0; local
3865 patCE = strsrch->pattern.PCE[patIx];
3870 UCompareCEsResult ceMatch = compareCE64s(targetCEI->ce, patCE, strsrch->search->elementComparisonType);
3876 // redo with same patCE, next targCE
3880 // redo with same targCE, next patCE
3934 // make sure it can be part of a match with the last patCE
4130 int64_t patCE = strsrch->pattern.PCE[patIx]; local
[all...]
/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 109 milliseconds