Home | History | Annotate | Download | only in common

Lines Matching refs:toUBytes

816         _this->toUBytes[_this->toULength++]=(uint8_t)c;
836 /* discard toUBytes[] for ESC ( B because this sequence is correct and complete */
1018 uprv_memcpy(_this->preToU, _this->toUBytes+1, -_this->preToULength);
1309 uprv_memcpy(saveThis->toUBytes, myData->currentConverter->toUBytes, length);
1343 cnv->toUBytes[0] = (uint8_t)(sourceChar>>8);
1344 cnv->toUBytes[1] = (uint8_t)sourceChar;
1348 cnv->toUBytes[0] =(char) sourceChar;
2074 mySourceChar = args->converter->toUBytes[0];
2246 args->converter->toUBytes[0] = (uint8_t)mySourceChar;
2588 uprv_memcpy(subArgs.converter->toUBytes, args->converter->toUBytes, args->converter->toULength);
2618 uprv_memcpy(args->converter->toUBytes, subArgs.converter->toUBytes, subArgs.converter->toULength);
2673 mySourceChar = args->converter->toUBytes[0];
2690 args->converter->toUBytes[0] = (uint8_t)mySourceChar;
2750 args->converter->toUBytes[0] = (uint8_t)mySourceChar;
3258 mySourceChar = args->converter->toUBytes[0];
3279 args->converter->toUBytes[0] = mySourceChar;
3386 args->converter->toUBytes[0] = (uint8_t)mySourceChar;