HomeSort by relevance Sort by last modified time
    Searched refs:destCapacity (Results 26 - 50 of 87) sorted by null

12 3 4

  /external/icu/icu4c/source/test/intltest/
idnaref.cpp 130 UChar* dest, int32_t destCapacity,
181 if(b2Len < destCapacity){
200 UChar* dest, int32_t destCapacity,
228 u_strFromUTF32(dest,destCapacity,&destLen,(UChar32*)b2,b2Len,&status);
245 UChar* dest, int32_t destCapacity,
253 if((src == NULL) || (srcLength < -1) || (destCapacity<0) || (!dest && destCapacity > 0)){
341 if(b1Len <= destCapacity){
378 if(reqLength > destCapacity){
408 return u_terminateUChars(dest, destCapacity, reqLength, status)
    [all...]
nptrans.cpp 140 UChar* dest, int32_t destCapacity,
149 if(src==NULL || srcLength<-1 || (dest==NULL && destCapacity!=0)) {
174 if(bufLen < destCapacity){
178 return u_terminateUChars(dest, destCapacity, bufLen, &status);
185 UChar* dest, int32_t destCapacity,
195 if(src==NULL || srcLength<-1 || (dest==NULL && destCapacity!=0)) {
266 if(b1Len <= destCapacity){
271 return u_terminateUChars(dest, destCapacity, b1Len, &status);
nptrans.h 74 * @param destCapacity The capacity of destination array
83 UChar* dest, int32_t destCapacity,
95 * @param destCapacity The capacity of destination array
104 UChar* dest, int32_t destCapacity,
testidna.h 31 UChar *dest, int32_t destCapacity,
  /external/icu/icu4c/source/common/
unistr_titlecase_brkiter.cpp 31 UChar *dest, int32_t destCapacity,
35 return ustrcase_internalToTitle(csm, dest, destCapacity, src, srcLength, pErrorCode);
ustring.cpp     [all...]
usprep.cpp 510 UChar* dest, int32_t destCapacity,
567 if(destIndex < destCapacity ){
584 if(destIndex < destCapacity ){
589 if(destIndex+1 < destCapacity ){
598 return u_terminateUChars(dest, destCapacity, destIndex, status);
642 UChar* dest, int32_t destCapacity,
655 (dest==NULL ? destCapacity!=0 : destCapacity<0)) {
768 return s2.extract(dest, destCapacity, *status);
utext.cpp 424 UChar *dest, int32_t destCapacity,
426 return ut->pFuncs->extract(ut, start, limit, dest, destCapacity, status);
    [all...]
ushape.cpp     [all...]
uprops.cpp 163 // Small destCapacity for NFKC_CF(c).
558 u_getFC_NFKC_Closure(UChar32 c, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) {
562 if(destCapacity<0 || (dest==NULL && destCapacity>0)) {
584 return u_terminateUChars(dest, destCapacity, 0, pErrorCode); // c does not change at all under CaseFolding+NFKC
600 return u_terminateUChars(dest, destCapacity, 0, pErrorCode);
602 return kc2.extract(dest, destCapacity, *pErrorCode);
ubidiwrt.c 354 int32_t length, destCapacity;
389 /* destSize shrinks, later destination length=destCapacity-destSize */
391 destCapacity=destSize;
637 return u_terminateUChars(saveDest, destCapacity, destCapacity-destSize, pErrorCode);
  /external/icu/icu4c/source/common/unicode/
uidna.h 545 * @param destCapacity Size of dest.
568 * U_BUFFER_OVERFLOW_ERROR if destCapacity is not enough
570 * in which case it will be greater than destCapacity.
575 UChar* dest, int32_t destCapacity,
590 * @param destCapacity Size of dest.
616 * U_BUFFER_OVERFLOW_ERROR if destCapacity is not enough
618 * in which case it will be greater than destCapacity.
623 UChar* dest, int32_t destCapacity,
644 * @param destCapacity Size of dest.
667 * U_BUFFER_OVERFLOW_ERROR if destCapacity is not enoug
    [all...]
usprep.h 238 * @param destCapacity The capacity of destination array
253 * U_BUFFER_OVERFLOW_ERROR if destCapacity is not enough
261 UChar* dest, int32_t destCapacity,
uloc.h 667 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
680 int32_t destCapacity,
694 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
707 int32_t destCapacity,
    [all...]
  /external/icu/icu4c/source/test/perf/utrie2perf/
utrie2perf.cpp 175 destCapacity=unorm_normalize(testcase.getBuffer(), testcase.getBufferLen(),
179 dest=new UChar[destCapacity];
192 dest, destCapacity,
194 if(U_FAILURE(errorCode) || destLength!=destCapacity) {
202 int32_t destCapacity;
  /external/icu/icu4c/source/i18n/
collationkeys.h 32 SortKeyByteSink(char *dest, int32_t destCapacity)
33 : buffer_(dest), capacity_(destCapacity),
ucol.cpp 116 uint8_t *dest, int32_t destCapacity) {
120 destCapacity<0 || (destCapacity>0 && dest==NULL)
123 if(dest!=NULL && destCapacity>0) {
138 if(destLength>destCapacity) {
372 int32_t destCapacity,
378 return Collator::fromUCollator(coll)->getReorderCodes(dest, destCapacity, *status);
396 int32_t destCapacity,
398 return Collator::getEquivalentReorderCodes(reorderCode, dest, destCapacity, *pErrorCode);
uspoof.cpp 658 UChar *dest, int32_t destCapacity,
665 if (length<-1 || destCapacity<0 || (destCapacity==0 && dest!=NULL)) {
673 destStr.extract(dest, destCapacity, *status);
732 char *dest, int32_t destCapacity,
738 if (length<-1 || destCapacity<0 || (destCapacity==0 && dest!=NULL)) {
751 u_strToUTF8(dest, destCapacity, &lengthInUTF8,
udatpg.cpp 220 UChar *dest, int32_t destCapacity,
224 dest, destCapacity, pErrorCode);
232 UChar *dest, int32_t destCapacity,
244 return result.extract(dest, destCapacity, *pErrorCode);
  /external/icu/icu4c/source/i18n/unicode/
plurrule.h 393 * be NULL if destCapacity is 0.
394 * @param destCapacity The capacity of the array, must be at least 0.
397 * can be larger than destCapacity, but no more than
398 * destCapacity values will be written.
402 double *dest, int32_t destCapacity,
414 * be NULL if destCapacity is 0.
415 * @param destCapacity The capacity of the array, must be at least 0.
418 * If more than destCapacity samples are available, then
419 * only destCapacity are written, and destCapacity is returned as the count
    [all...]
uregex.h 668 * @param destCapacity Capacity of the dest buffer.
678 int32_t destCapacity,
    [all...]
udatpg.h 499 * @param destCapacity the capacity of dest.
509 UChar *dest, int32_t destCapacity,
536 * @param destCapacity the capacity of dest.
547 UChar *dest, int32_t destCapacity,
ucol.h 687 * @param destCapacity The length of dest. If it is 0, then dest may be NULL and the function
701 int32_t destCapacity,
757 * @param destCapacity The length of dest. If it is 0, then dest may be NULL and the function
771 int32_t destCapacity,
    [all...]
regex.h 505 * @param destCapacity The number of elements in the destination array.
506 * If the number of fields found is less than destCapacity, the
517 int32_t destCapacity,
548 * @param destCapacity The number of elements in the destination array.
549 * If the number of fields found is less than destCapacity, the
561 int32_t destCapacity,
    [all...]
coll.h 609 * @param destCapacity The length of dest. If it is 0, then dest may be NULL and the function
622 int32_t destCapacity,
652 * @param destCapacity The length of dest. If it is 0, then dest may be NULL and the
666 int32_t destCapacity,
    [all...]

Completed in 1581 milliseconds

12 3 4