Lines Matching refs:destArray
327 UChar *destArray=dest.getBuffer(srcLength); in process() local
328 if(destArray==NULL) { in process()
357 destArray[i]=c+0x20; // Lowercase an uppercase ASCII letter. in process()
361 destArray[i]=c; in process()
432 char *destArray=dest.GetAppendBuffer(srcLength, srcLength+20, in processUTF8() local
448 dest.Append(destArray, i); in processUTF8()
458 destArray[i]=c+0x20; // Lowercase an uppercase ASCII letter. in processUTF8()
462 destArray[i]=c; in processUTF8()
495 destString=UnicodeString::fromUTF8(StringPiece(destArray+labelStart, mappingStart)); in processUTF8()
497 dest.Append(destArray, labelStart); in processUTF8()
543 const UChar *destArray=dest.getBuffer(); in processUnicode() local
547 UChar c=destArray[labelLimit]; in processUnicode()
557 destArray=dest.getBuffer(); in processUnicode()
570 destArray=dest.getBuffer(); in processUnicode()
578 (labelLimit+1)==destLength || !U16_IS_TRAIL(destArray[labelLimit+1]) : in processUnicode()
579 labelLimit==labelStart || !U16_IS_LEAD(destArray[labelLimit-1])) { in processUnicode()
584 destArray=dest.getBuffer(); in processUnicode()