/external/chromium_org/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 | 599 *Function : This function calculates the destSize to be used in preflighting 600 * when the destSize is equal to 0 601 * It is used also to calculate the new destsize in case the 607 int32_t destSize,uint32_t options) { 613 destSize = sourceLength; 629 destSize--; 635 destSize--; 645 destSize++; 650 return destSize; 664 int32_t destSize,uint32_t options [all...] |
/external/icu4c/common/ |
ubidiwrt.c | 63 UChar *dest, int32_t destSize, 71 if(destSize<length) { 85 if(destSize<srcLength) { 98 int32_t remaining=destSize; 113 return destSize-remaining; 118 return destSize-remaining; 122 int32_t remaining=destSize; 143 return destSize-remaining; 156 UChar *dest, int32_t destSize, 189 if(destSize<srcLength) [all...] |
ushape.cpp | 604 *Function : This function calculates the destSize to be used in preflighting 605 * when the destSize is equal to 0 606 * It is used also to calculate the new destsize in case the 612 int32_t destSize,uint32_t options) { 618 destSize = sourceLength; 634 destSize--; 640 destSize--; 650 destSize++; 655 return destSize; 669 int32_t /*destSize*/, uint32_t /*options*/ [all...] |
/external/chromium_org/third_party/angle/src/compiler/ |
VariablePacker.h | 33 bool searchColumn(int column, int numRows, int* destRow, int* destSize);
|
VariablePacker.cpp | 141 bool VariablePacker::searchColumn(int column, int numRows, int* destRow, int* destSize) 186 if (destSize) { 187 *destSize = smallestGoodSize;
|
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/ |
CharEscaper.java | 124 int destSize = dest.length; 144 if (destSize < sizeNeeded) { 145 destSize = sizeNeeded + (slen - index) + DEST_PAD; 146 dest = growBuffer(dest, destIndex, destSize); 167 if (destSize < sizeNeeded) {
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
CharEscaper.java | 125 int destSize = dest.length; 145 if (destSize < sizeNeeded) { 146 destSize = sizeNeeded + (slen - index) + DEST_PAD; 147 dest = growBuffer(dest, destIndex, destSize); 168 if (destSize < sizeNeeded) {
|
/external/lzma/C/ |
Lzma2Enc.c | 310 static SRes MtCallbackImp_Code(void *pp, unsigned index, Byte *dest, size_t *destSize,
319 size_t destLim = *destSize;
320 *destSize = 0;
331 size_t packSize = destLim - *destSize;
332 res = Lzma2EncInt_EncodeSubblock(p, dest + *destSize, &packSize, NULL);
335 *destSize += packSize;
343 if (MtProgress_Set(&mainEncoder->mtCoder.mtProgress, index, p->srcPos, *destSize) != SZ_OK)
355 if (*destSize == destLim)
357 dest[(*destSize)++] = 0;
|
MtCoder.h | 69 SRes (*Code)(void *p, unsigned index, Byte *dest, size_t *destSize,
|
MtCoder.c | 204 size_t destSize = p->outBufSize;
212 p->outBuf, &destSize, p->inBuf, size, *stop));
220 if (p->mtCoder->outStream->Write(p->mtCoder->outStream, p->outBuf, destSize) != destSize)
|
/external/chromium_org/third_party/icu/source/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, 102 UChar *dest, int32_t destSize,
|
ubidi.h | [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cbiditst.c | 714 int32_t destSize = srcSize*2; 727 destSize = ubidi_writeReordered(bidi,dest,0,UBIDI_DO_MIRRORING,&ec); 730 }else if(destSize!=srcSize){ 731 log_err("Pre-flighting did not give expected size: Expected: %d. Got: %d \n",srcSize,destSize); 735 destSize=ubidi_writeReordered(bidi,dest,destSize+1,UBIDI_DO_MIRRORING,&ec); 736 u16ToPseudo(destSize,dest,chars); 737 if(destSize!=srcSize){ 738 log_err("ubidi_writeReordered() destSize and srcSize do not match\n"); 749 int32_t destSize = srcSize*2 [all...] |
cbiapts.c | 81 int32_t destSize; 102 destSize = (numUChars+1) * sizeof(UChar) + sizeof(struct StringStruct); 103 dest = (StringStruct *)malloc(destSize);
|
/external/icu4c/test/cintltst/ |
cbiditst.c | 730 int32_t destSize = srcSize*2; 743 destSize = ubidi_writeReordered(bidi,dest,0,UBIDI_DO_MIRRORING,&ec); 746 }else if(destSize!=srcSize){ 747 log_err("Pre-flighting did not give expected size: Expected: %d. Got: %d \n",srcSize,destSize); 751 destSize=ubidi_writeReordered(bidi,dest,destSize+1,UBIDI_DO_MIRRORING,&ec); 752 u16ToPseudo(destSize,dest,chars); 753 if(destSize!=srcSize){ 754 log_err("ubidi_writeReordered() destSize and srcSize do not match\n"); 765 int32_t destSize = srcSize*2 [all...] |
cbiapts.c | 85 int32_t destSize; 106 destSize = (numUChars+1) * sizeof(UChar) + sizeof(struct StringStruct); 107 dest = (StringStruct *)malloc(destSize); [all...] |
/packages/inputmethods/LatinIME/native/jni/src/ |
defines.h | 41 char *dest, const int destSize) { 44 const int destLimit = destSize - 1;
|
/external/llvm/lib/Transforms/Scalar/ |
MemCpyOptimizer.cpp | 617 uint64_t destSize = TD->getTypeAllocSize(A->getAllocatedType()) * 620 if (destSize < srcSize) 636 uint64_t destSize = TD->getTypeAllocSize(StructTy); 637 if (destSize < srcSize) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar | |
com.ibm.icu_4.2.1.v20100412.jar | |
/prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/ |
icu4j-2.6.1.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/ |
pdebuild.jar | |