HomeSort by relevance Sort by last modified time
    Searched full:short_dst (Results 1 - 5 of 5) sorted by null

  /libcore/luni/src/main/native/
libcore_icu_TimeZoneNames.cpp 96 UnicodeString short_dst; local
97 names->getDisplayName(zone_id.unicodeString(), UTZNM_SHORT_DAYLIGHT, now, short_dst);
105 long_std = short_std = long_dst = short_dst = kUtc;
112 setStringArrayElement(env, java_row.get(), 4, short_dst);
  /external/chromium_org/third_party/opus/src/src/
opus_multistream_decoder.c 343 opus_int16 *short_dst; local
345 short_dst = (opus_int16*)dst;
350 short_dst[i*dst_stride+dst_channel] = src[i*src_stride];
352 short_dst[i*dst_stride+dst_channel] = FLOAT2INT16(src[i*src_stride]);
358 short_dst[i*dst_stride+dst_channel] = 0;
  /external/libopus/src/
opus_multistream_decoder.c 343 opus_int16 *short_dst; local
345 short_dst = (opus_int16*)dst;
350 short_dst[i*dst_stride+dst_channel] = src[i*src_stride];
352 short_dst[i*dst_stride+dst_channel] = FLOAT2INT16(src[i*src_stride]);
358 short_dst[i*dst_stride+dst_channel] = 0;
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccaltst.c 379 log_err("FAIL: got the wrong time zone(SHORT_DST) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname));
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccaltst.c 380 log_err("FAIL: got the wrong time zone(SHORT_DST) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname));
    [all...]

Completed in 148 milliseconds