Home | History | Annotate | Download | only in common

Lines Matching defs:toUBytes

52     unsigned char *toUBytes = args->converter->toUBytes;
72 toUBytes[i++] = (char) *(mySource++);
132 unsigned char *toUBytes = args->converter->toUBytes;
153 toUBytes[i++] = (char) *(mySource++);
438 uprv_memcpy(args->converter->toUBytes, mySource, length);
456 uprv_memcpy(args->converter->toUBytes, mySource, 4);
514 unsigned char *toUBytes = args->converter->toUBytes;
539 toUBytes[i++] = (char) *(mySource++);
600 unsigned char *toUBytes = args->converter->toUBytes;
626 toUBytes[i++] = (char) *(mySource++);
933 uprv_memcpy(args->converter->toUBytes, mySource, length);
951 uprv_memcpy(args->converter->toUBytes, mySource, 4);