Home | History | Annotate | Download | only in common

Lines Matching defs:toUBytes

51     unsigned char *toUBytes = args->converter->toUBytes;
71 toUBytes[i++] = (char) *(mySource++);
131 unsigned char *toUBytes = args->converter->toUBytes;
152 toUBytes[i++] = (char) *(mySource++);
437 uprv_memcpy(args->converter->toUBytes, mySource, length);
455 uprv_memcpy(args->converter->toUBytes, mySource, 4);
513 unsigned char *toUBytes = args->converter->toUBytes;
538 toUBytes[i++] = (char) *(mySource++);
599 unsigned char *toUBytes = args->converter->toUBytes;
625 toUBytes[i++] = (char) *(mySource++);
932 uprv_memcpy(args->converter->toUBytes, mySource, length);
950 uprv_memcpy(args->converter->toUBytes, mySource, 4);