Lines Matching refs:destArray
325 UChar *destArray=dest.getBuffer(srcLength); in process() local
326 if(destArray==NULL) { in process()
355 destArray[i]=c+0x20; // Lowercase an uppercase ASCII letter. in process()
359 destArray[i]=c; in process()
430 char *destArray=dest.GetAppendBuffer(srcLength, srcLength+20, in processUTF8() local
446 dest.Append(destArray, i); in processUTF8()
456 destArray[i]=c+0x20; // Lowercase an uppercase ASCII letter. in processUTF8()
460 destArray[i]=c; in processUTF8()
493 destString=UnicodeString::fromUTF8(StringPiece(destArray+labelStart, mappingStart)); in processUTF8()
495 dest.Append(destArray, labelStart); in processUTF8()
541 const UChar *destArray=dest.getBuffer(); in processUnicode() local
545 UChar c=destArray[labelLimit]; in processUnicode()
555 destArray=dest.getBuffer(); in processUnicode()
565 destArray=dest.getBuffer(); in processUnicode()