Searched refs:dstCount (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/icu/source/samples/ucnv/
H A Dconvsamp.cpp571 int32_t dstCount=0; local
597 dstCount++;
603 printf("src=%d bytes, dst=%d uchars\n", srcCount, dstCount);
/external/icu/icu4c/source/samples/ucnv/
H A Dconvsamp.cpp571 int32_t dstCount=0; local
597 dstCount++;
603 printf("src=%d bytes, dst=%d uchars\n", srcCount, dstCount);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddtfmtsym.h774 * @param dstCount fill in with the lenth of 'dstArray'.
779 int32_t& dstCount,
/external/icu/icu4c/source/i18n/unicode/
H A Ddtfmtsym.h776 * @param dstCount fill in with the lenth of 'dstArray'.
781 int32_t& dstCount,
/external/chromium_org/third_party/icu/source/i18n/
H A Dvtzone.cpp1922 int32_t dstCount = 0; local
1970 if (dstCount > 0) {
1971 if (year == dstStartYear + dstCount
1981 dstCount++;
1985 if (dstCount == 1) {
2009 dstCount = 1;
2085 if (dstCount > 0) {
2087 if (dstCount == 1) {
2098 if (dstCount == 1) {
H A Ddtfmtsym.cpp230 int32_t& dstCount,
246 dstCount = srcCount;
229 assignArray(UnicodeString*& dstArray, int32_t& dstCount, const UnicodeString* srcArray, int32_t srcCount) argument
/external/icu/icu4c/source/i18n/
H A Dvtzone.cpp1922 int32_t dstCount = 0; local
1970 if (dstCount > 0) {
1971 if (year == dstStartYear + dstCount
1981 dstCount++;
1985 if (dstCount == 1) {
2009 dstCount = 1;
2085 if (dstCount > 0) {
2087 if (dstCount == 1) {
2098 if (dstCount == 1) {
H A Ddtfmtsym.cpp230 int32_t& dstCount,
246 dstCount = srcCount;
229 assignArray(UnicodeString*& dstArray, int32_t& dstCount, const UnicodeString* srcArray, int32_t srcCount) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp159 unsigned int dstCount() const { return insn->Instruction.NumDstRegs; } function in class:tgsi::Instruction
172 assert(d < dstCount());
954 if (insn.dstCount()) {
1742 unsigned int mask = tgsi.dstCount() ? tgsi.getDst(0).getMask() : 0;
1744 if (tgsi.dstCount()) {
2237 if (tgsi.dstCount()) {
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp159 unsigned int dstCount() const { return insn->Instruction.NumDstRegs; } function in class:tgsi::Instruction
172 assert(d < dstCount());
954 if (insn.dstCount()) {
1742 unsigned int mask = tgsi.dstCount() ? tgsi.getDst(0).getMask() : 0;
1744 if (tgsi.dstCount()) {
2237 if (tgsi.dstCount()) {
/external/chromium_org/third_party/skia/src/core/
H A DSkRegion.cpp1069 int dstCount = compute_worst_case_count(a_intervals, b_intervals); local
1070 SkAutoSTMalloc<256, RunType> array(dstCount);
1074 // sk_memset32((uint32_t*)array.get(), 0x7FFFFFFF, dstCount);
1078 SkASSERT(count <= dstCount);
/external/skia/src/core/
H A DSkRegion.cpp1069 int dstCount = compute_worst_case_count(a_intervals, b_intervals); local
1070 SkAutoSTMalloc<256, RunType> array(dstCount);
1074 // sk_memset32((uint32_t*)array.get(), 0x7FFFFFFF, dstCount);
1078 SkASSERT(count <= dstCount);
/external/llvm/lib/Support/
H A DAPInt.cpp2423 APInt::tcExtract(integerPart *dst, unsigned int dstCount,const integerPart *src,
2429 assert(dstParts <= dstCount);
2451 while (dstParts < dstCount)
H A DAPFloat.cpp2231 unsigned int omsb, precision, dstCount;
2238 dstCount = partCount();
2247 APInt::tcExtract(dst, dstCount, src, precision, omsb - precision);
2251 APInt::tcExtract(dst, dstCount, src, omsb, 0);
/external/llvm/include/llvm/ADT/
H A DAPInt.h1594 static void tcExtract(integerPart *, unsigned int dstCount,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 829 milliseconds