Searched refs:UNINORM_NFKC (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/uninorm/
H A Dtest-nfkc.c24 /* Check that UNINORM_NFKC is defined and links. */
25 uninorm_t n = UNINORM_NFKC;
35 /* Check that UNINORM_NFKC is defined and links. */
36 uninorm_t nf = UNINORM_NFKC;
H A Dtest-decomposing-form.c30 ASSERT (uninorm_decomposing_form (UNINORM_NFKC) == UNINORM_NFKD);
H A Dtest-u32-nfkc-big.c43 result = u32_normalize (UNINORM_NFKC, c1, c1_length, NULL, &length);
54 result = u32_normalize (UNINORM_NFKC, c2, c2_length, NULL, &length);
65 result = u32_normalize (UNINORM_NFKC, c3, c3_length, NULL, &length);
76 result = u32_normalize (UNINORM_NFKC, c4, c4_length, NULL, &length);
87 result = u32_normalize (UNINORM_NFKC, c5, c5_length, NULL, &length);
106 test_other (&file, UNINORM_NFKC);
H A Dtest-u16-nfkc.c40 result = u16_normalize (UNINORM_NFKC, input, input_length, NULL, &length);
56 result = u16_normalize (UNINORM_NFKC, input, input_length, preallocated, &length);
75 result = u16_normalize (UNINORM_NFKC, input, input_length, preallocated, &length);
H A Dtest-u32-nfkc.c40 result = u32_normalize (UNINORM_NFKC, input, input_length, NULL, &length);
56 result = u32_normalize (UNINORM_NFKC, input, input_length, preallocated, &length);
75 result = u32_normalize (UNINORM_NFKC, input, input_length, preallocated, &length);
H A Dtest-u8-nfkc.c40 result = u8_normalize (UNINORM_NFKC, input, input_length, NULL, &length);
56 result = u8_normalize (UNINORM_NFKC, input, input_length, preallocated, &length);
75 result = u8_normalize (UNINORM_NFKC, input, input_length, preallocated, &length);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Duninorm.h125 /* UNINORM_NFKC: Normalization form KC: compatibility decomposition, then
128 #define UNINORM_NFKC (&uninorm_nfkc) macro
173 NF must be either UNINORM_NFC or UNINORM_NFKC. */
187 NF must be either UNINORM_NFC or UNINORM_NFKC.

Completed in 80 milliseconds