Lines Matching full:units
357 fprintf(stderr, "error: gennorm combining code points - trying to use more than %ld units\n",
483 /* count 2 to 3 16-bit units per composition entry (back-index, code point) */
501 fprintf(stderr, "error: gennorm combining table - trying to use %u units, more than the %ld units available\n",
1235 extra[beforeZero]|=(UChar)(count-start); /* set the decomp length as the number of UTF-16 code units */
1248 extra[beforeZero]|=(UChar)((count-start)<<8); /* set the decomp length as the number of UTF-16 code units */