Home | History | Annotate | Download | only in i18n

Lines Matching full:numbytes

760         int32_t numBytes = 74;
761 if(value < numBytes) {
767 value -= numBytes;
768 firstByte += numBytes;
769 numBytes = 40;
770 if(value < numBytes * 254) {
777 value -= numBytes * 254;
778 firstByte += numBytes;
779 numBytes = 16;
780 if(value < numBytes * 254 * 254) {