Searched defs:compareCE64s (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dusearch.cpp3749 static UCompareCEsResult compareCE64s(int64_t targCE, int64_t patCE, int16_t compareType) { function
3800 // TODO: #if BOYER_MOORE, need 32-bit version of compareCE64s
3893 UCompareCEsResult ceMatch = compareCE64s(targetCEI->ce, patCE, strsrch->search->elementComparisonType);
3958 UCompareCEsResult ceMatch = compareCE64s(nextCEI->ce, patCE, strsrch->search->elementComparisonType);
4175 UCompareCEsResult ceMatch = compareCE64s(targetCEI->ce, patCE, strsrch->search->elementComparisonType);
4369 // TODO: #if BOYER_MOORE, replace with code using 32-bit version of compareCE64s
4396 // TODO: #if BOYER_MOORE, replace with code using 32-bit version of compareCE64s
4480 // TODO: #if BOYER_MOORE, replace with code using 32-bit version of compareCE64s
4504 // TODO: #if BOYER_MOORE, replace with code using 32-bit version of compareCE64s
4602 // TODO: #if BOYER_MOORE, replace with code using 32-bit version of compareCE64s
[all...]
/external/icu/icu4c/source/i18n/
H A Dusearch.cpp3756 static UCompareCEsResult compareCE64s(int64_t targCE, int64_t patCE, int16_t compareType) { function
3807 // TODO: #if BOYER_MOORE, need 32-bit version of compareCE64s
3900 UCompareCEsResult ceMatch = compareCE64s(targetCEI->ce, patCE, strsrch->search->elementComparisonType);
3965 UCompareCEsResult ceMatch = compareCE64s(nextCEI->ce, patCE, strsrch->search->elementComparisonType);
4182 UCompareCEsResult ceMatch = compareCE64s(targetCEI->ce, patCE, strsrch->search->elementComparisonType);
4376 // TODO: #if BOYER_MOORE, replace with code using 32-bit version of compareCE64s
4403 // TODO: #if BOYER_MOORE, replace with code using 32-bit version of compareCE64s
4487 // TODO: #if BOYER_MOORE, replace with code using 32-bit version of compareCE64s
4511 // TODO: #if BOYER_MOORE, replace with code using 32-bit version of compareCE64s
4609 // TODO: #if BOYER_MOORE, replace with code using 32-bit version of compareCE64s
[all...]

Completed in 113 milliseconds