Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DVTimeZone.java1266 int dstCount = 0; in writeZone() local
1309 if (dstCount > 0) { in writeZone()
1310 if (year == dstStartYear + dstCount in writeZone()
1320 dstCount++; in writeZone()
1324 if (dstCount == 1) { in writeZone()
1345 dstCount = 1; in writeZone()
1406 if (dstCount > 0) { in writeZone()
1408 if (dstCount == 1) { in writeZone()
1416 if (dstCount == 1) { in writeZone()
/external/icu/icu4c/source/samples/ucnv/
Dconvsamp.cpp571 int32_t dstCount=0; in convsample_13() local
597 dstCount++; in convsample_13()
603 printf("src=%d bytes, dst=%d uchars\n", srcCount, dstCount); in convsample_13()
/external/icu/icu4c/source/i18n/
Dvtzone.cpp1922 int32_t dstCount = 0; in writeZone() local
1970 if (dstCount > 0) { in writeZone()
1971 if (year == dstStartYear + dstCount in writeZone()
1981 dstCount++; in writeZone()
1985 if (dstCount == 1) { in writeZone()
2009 dstCount = 1; in writeZone()
2085 if (dstCount > 0) { in writeZone()
2087 if (dstCount == 1) { in writeZone()
2098 if (dstCount == 1) { in writeZone()
Ddtfmtsym.cpp282 int32_t& dstCount, in assignArray() argument
298 dstCount = srcCount; in assignArray()
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h887 int32_t& dstCount,
/external/skia/src/core/
DSkRegion.cpp1069 int dstCount = compute_worst_case_count(a_intervals, b_intervals); in Oper() local
1070 SkAutoSTMalloc<256, RunType> array(dstCount); in Oper()
1078 SkASSERT(count <= dstCount); in Oper()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_tgsi.cpp159 unsigned int dstCount() const { return insn->Instruction.NumDstRegs; } in dstCount() function in tgsi::Instruction
172 assert(d < dstCount()); in getDst()
954 if (insn.dstCount()) { in scanInstruction()
1742 unsigned int mask = tgsi.dstCount() ? tgsi.getDst(0).getMask() : 0; in handleInstruction()
1744 if (tgsi.dstCount()) { in handleInstruction()
2237 if (tgsi.dstCount()) { in handleInstruction()
/external/llvm/lib/Support/
DAPFloat.cpp2242 unsigned int omsb, precision, dstCount; in convertFromUnsignedParts() local
2249 dstCount = partCount(); in convertFromUnsignedParts()
2258 APInt::tcExtract(dst, dstCount, src, precision, omsb - precision); in convertFromUnsignedParts()
2262 APInt::tcExtract(dst, dstCount, src, omsb, 0); in convertFromUnsignedParts()
DAPInt.cpp2449 APInt::tcExtract(integerPart *dst, unsigned int dstCount,const integerPart *src, in tcExtract() argument
2455 assert(dstParts <= dstCount); in tcExtract()
2477 while (dstParts < dstCount) in tcExtract()
/external/llvm/include/llvm/ADT/
DAPInt.h1612 static void tcExtract(integerPart *, unsigned int dstCount,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...