Home
last modified time | relevance | path

Searched refs:csm_l (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/i18n/
Dcsdetect.cpp61 const CharsetMatch **csm_l = (const CharsetMatch **) left; in charsetMatchComparator() local
65 return (*csm_r)->getConfidence() - (*csm_l)->getConfidence(); in charsetMatchComparator()