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

  /frameworks/base/libs/androidfw/
AssetManager.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
tzfmt.cpp 940 int32_t matchIdx = -1;
945 matchIdx = i;
949 if (matchIdx >= 0) {
951 *timeType = getTimeType(specificMatches->getNameTypeAt(matchIdx));
954 getTimeZoneID(specificMatches.getAlias(), matchIdx, tzID);
    [all...]
  /external/icu/icu4c/source/i18n/
tzfmt.cpp 940 int32_t matchIdx = -1;
945 matchIdx = i;
949 if (matchIdx >= 0) {
951 *timeType = getTimeType(specificMatches->getNameTypeAt(matchIdx));
954 getTimeZoneID(specificMatches.getAlias(), matchIdx, tzID);
    [all...]

Completed in 141 milliseconds