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

  /external/icu4c/samples/ucnv/
convsamp.cpp 571 int32_t dstCount=0;
597 dstCount++;
603 printf("src=%d bytes, dst=%d uchars\n", srcCount, dstCount);
  /external/icu4c/i18n/unicode/
dtfmtsym.h 756 * @param dstCount fill in with the lenth of 'dstArray'.
761 int32_t& dstCount,
  /external/icu4c/i18n/
vtzone.cpp     [all...]
dtfmtsym.cpp 228 int32_t& dstCount,
244 dstCount = srcCount;
    [all...]
  /external/skia/legacy/src/core/
SkRegion.cpp 980 int dstCount = compute_worst_case_count(a_count, b_count);
981 SkAutoSTMalloc<32, RunType> array(dstCount);
984 SkASSERT(count <= dstCount);
    [all...]
  /external/skia/src/core/
SkRegion.cpp 1065 int dstCount = compute_worst_case_count(a_intervals, b_intervals);
1066 SkAutoSTMalloc<256, RunType> array(dstCount);
1070 // sk_memset32((uint32_t*)array.get(), 0x7FFFFFFF, dstCount);
1074 SkASSERT(count <= dstCount);
    [all...]
  /external/llvm/lib/Support/
APFloat.cpp     [all...]
APInt.cpp     [all...]
  /external/llvm/include/llvm/ADT/
APInt.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 3000 milliseconds