Lines Matching refs:destArray
331 UChar *destArray=dest.getBuffer(srcLength); in process() local
332 if(destArray==NULL) { in process()
361 destArray[i]=c+0x20; // Lowercase an uppercase ASCII letter. in process()
365 destArray[i]=c; in process()
440 char *destArray=dest.GetAppendBuffer(srcLength, srcLength+20, in processUTF8() local
456 dest.Append(destArray, i); in processUTF8()
466 destArray[i]=c+0x20; // Lowercase an uppercase ASCII letter. in processUTF8()
470 destArray[i]=c; in processUTF8()
505 destString=UnicodeString::fromUTF8(StringPiece(destArray+labelStart, mappingStart)); in processUTF8()
507 dest.Append(destArray, labelStart); in processUTF8()
553 const UChar *destArray=dest.getBuffer(); in processUnicode() local
557 UChar c=destArray[labelLimit]; in processUnicode()
567 destArray=dest.getBuffer(); in processUnicode()
577 destArray=dest.getBuffer(); in processUnicode()