Home | History | Annotate | Download | only in gennorm

Lines Matching full:quick

210     /* set the minimum code points for no/maybe quick check values to the end of the BMP */
861 /* adjust the minimum code point for quick check no/maybe */
897 * The quick check flags are parsed, except for Hangul.
1072 /* verify that code has a decomposition if and only if the quick check flags say "no" on NF(K)D */
1074 fprintf(stderr, "gennorm warning: U+%04lx has NFD[%d] but quick check 0x%02x\n", (long)code, norm->lenNFD, norm->qcFlags);
1077 fprintf(stderr, "gennorm warning: U+%04lx has NFD[%d] NFKD[%d] but quick check 0x%02x\n", (long)code, norm->lenNFD, norm->lenNFKD, norm->qcFlags);
1201 /* reset the 32-bit word and set the quick check flags */
1488 * Therefore, the original character does not have quick check flag NFC_NO (c),
1596 * (c) quick check flag == NO or
1768 /* --- finalize data for quick checks & normalization --- */
1972 /* the quick check minimum code points are already set */