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

  /external/chromium/third_party/icu/source/common/
ubidiwrt.c 62 UChar *dest, int32_t destSize,
70 if(destSize<length) {
84 if(destSize<srcLength) {
97 int32_t remaining=destSize;
112 return destSize-remaining;
117 return destSize-remaining;
121 int32_t remaining=destSize;
142 return destSize-remaining;
155 UChar *dest, int32_t destSize,
188 if(destSize<srcLength)
    [all...]
ushape.c 606 *Function : This function calculates the destSize to be used in preflighting
607 * when the destSize is equal to 0
608 * It is used also to calculate the new destsize in case the
614 int32_t destSize,uint32_t options) {
620 destSize = sourceLength;
636 destSize--;
642 destSize--;
652 destSize++;
657 return destSize;
671 int32_t destSize,uint32_t options
    [all...]
  /external/icu4c/common/
ubidiwrt.c 62 UChar *dest, int32_t destSize,
70 if(destSize<length) {
84 if(destSize<srcLength) {
97 int32_t remaining=destSize;
112 return destSize-remaining;
117 return destSize-remaining;
121 int32_t remaining=destSize;
142 return destSize-remaining;
155 UChar *dest, int32_t destSize,
188 if(destSize<srcLength)
    [all...]
ushape.c 606 *Function : This function calculates the destSize to be used in preflighting
607 * when the destSize is equal to 0
608 * It is used also to calculate the new destsize in case the
614 int32_t destSize,uint64_t options) {
620 destSize = sourceLength;
636 destSize--;
642 destSize--;
652 destSize++;
657 return destSize;
671 int32_t destSize,uint64_t options
    [all...]
  /external/webkit/WebCore/icu/unicode/
ushape.h 78 * <code>destSize</code> is 0. The source and destination must not
81 * @param destSize The size (capacity) of the destination buffer in UChars.
82 * If <code>destSize</code> is 0, then no output is produced,
101 UChar *dest, int32_t destSize,
  /external/webkit/WebCore/platform/graphics/skia/
NativeImageSkia.cpp 110 int destSize = destWidth * destHeight;
112 return destSize / 4 < destSubsetSize;
  /external/chromium/third_party/icu/public/common/unicode/
ushape.h 78 * <code>destSize</code> is 0. The source and destination must not
81 * @param destSize The size (capacity) of the destination buffer in UChars.
82 * If <code>destSize</code> is 0, then no output is produced,
101 UChar *dest, int32_t destSize,
ubidi.h     [all...]
  /external/icu4c/common/unicode/
ushape.h 78 * <code>destSize</code> is 0. The source and destination must not
81 * @param destSize The size (capacity) of the destination buffer in UChars.
82 * If <code>destSize</code> is 0, then no output is produced,
101 UChar *dest, int32_t destSize,
ubidi.h     [all...]
  /external/webkit/WebCore/platform/text/mac/
ShapeArabic.c 352 int32_t destSize,
472 destSize = sourceLength;
474 return destSize;
  /external/chromium/third_party/icu/source/test/cintltst/
cbiditst.c 711 int32_t destSize = srcSize*2;
724 destSize = ubidi_writeReordered(bidi,dest,0,UBIDI_DO_MIRRORING,&ec);
727 }else if(destSize!=srcSize){
728 log_err("Pre-flighting did not give expected size: Expected: %d. Got: %d \n",srcSize,destSize);
732 destSize=ubidi_writeReordered(bidi,dest,destSize+1,UBIDI_DO_MIRRORING,&ec);
733 u16ToPseudo(destSize,dest,chars);
734 if(destSize!=srcSize){
735 log_err("ubidi_writeReordered() destSize and srcSize do not match\n");
746 int32_t destSize = srcSize*2
    [all...]
cbiapts.c 77 int32_t destSize;
98 destSize = (numUChars+1) * sizeof(UChar) + sizeof(struct StringStruct);
99 dest = (StringStruct *)malloc(destSize);
  /external/icu4c/test/cintltst/
cbiditst.c 711 int32_t destSize = srcSize*2;
724 destSize = ubidi_writeReordered(bidi,dest,0,UBIDI_DO_MIRRORING,&ec);
727 }else if(destSize!=srcSize){
728 log_err("Pre-flighting did not give expected size: Expected: %d. Got: %d \n",srcSize,destSize);
732 destSize=ubidi_writeReordered(bidi,dest,destSize+1,UBIDI_DO_MIRRORING,&ec);
733 u16ToPseudo(destSize,dest,chars);
734 if(destSize!=srcSize){
735 log_err("ubidi_writeReordered() destSize and srcSize do not match\n");
746 int32_t destSize = srcSize*2
    [all...]
cbiapts.c 79 int32_t destSize;
100 destSize = (numUChars+1) * sizeof(UChar) + sizeof(struct StringStruct);
101 dest = (StringStruct *)malloc(destSize);

Completed in 433 milliseconds