HomeSort by relevance Sort by last modified time
    Searched refs:fMatchLen (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
zstrfmt.cpp 487 if (matchLength > fMatchLen[lenidx]) {
490 fMatchLen[lenidx] = matchLength;
499 fMatchLen[getTimeZoneTranslationTypeIndex(zsinfo->fType)] = matchLength;
516 matchLength = fMatchLen[getTimeZoneTranslationTypeIndex(zsinfo->fType)];
524 for (int32_t i = 0; i < (int32_t)(sizeof(fMatchLen)/sizeof(fMatchLen[0])); i++) {
525 fMatchLen[i] = 0;
    [all...]
zstrfmt.h 472 int32_t fMatchLen[ZSIDX_COUNT];

Completed in 127 milliseconds