Searched refs:strToAppend (Results 1 – 2 of 2) sorted by relevance
355 …rResult concatEscape(CharBuffer source, ByteBuffer target, IntBuffer offsets, byte[] strToAppend) { in concatEscape() argument357 for (int i=0; i<strToAppend.length; i++) { in concatEscape()358 byte b = strToAppend[i]; in concatEscape()
39 #define CONCAT_ESCAPE_MACRO( args, targetIndex,targetLength,strToAppend, err, len,sourceIndex){ … argument42 …args->target[targetIndex] = (unsigned char) *strToAppend; …49 …r->charErrorBuffer[(int)args->converter->charErrorBufferLength++] = (unsigned char) *strToAppend; \52 …strToAppend++; …