Searched refs:normsbuf (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unicase/
H A Du-is-invariant.h26 UNIT normsbuf[2048 / sizeof (UNIT)]; local
34 norms_length = sizeof (normsbuf) / sizeof (UNIT);
35 norms = U_NORMALIZE (UNINORM_NFD, s, n, normsbuf, &norms_length);
46 if (norms != normsbuf)
61 if (norms != normsbuf)
H A Du-is-cased.h22 UNIT normsbuf[2048 / sizeof (UNIT)]; local
32 norms_length = sizeof (normsbuf) / sizeof (UNIT);
33 norms = U_NORMALIZE (UNINORM_NFD, s, n, normsbuf, &norms_length);
109 if (norms != normsbuf)
115 if (norms != normsbuf)
121 if (norms != normsbuf)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uninorm/
H A Du-normxfrm.h22 UNIT normsbuf[2048 / sizeof (UNIT)]; local
31 norms_length = sizeof (normsbuf) / sizeof (UNIT);
32 norms = U_NORMALIZE (nf, s, n, normsbuf, &norms_length);
46 if (norms != normsbuf)
55 if (norms != normsbuf)

Completed in 75 milliseconds