Searched refs:UTF_DECOMPOSED (Results 1 - 6 of 6) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dutfconv.h43 #define UTF_DECOMPOSED 0x0004 /* generate fully decomposed UCS-2 */ macro
89 * UTF_DECOMPOSED: assume fully decomposed output
120 * UTF_DECOMPOSED: generate fully decomposed output
151 * UTF_DECOMPOSED: generate fully decomposed output (NFD)
178 * UTF_DECOMPOSED: output string will be fully decomposed (NFD)
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_utfconv.c185 * UTF_DECOMPOSED: generate fully decomposed output
201 int decompose = (flags & UTF_DECOMPOSED);
250 * UTF_DECOMPOSED: generate fully decomposed output
272 int decompose = (flags & UTF_DECOMPOSED);
399 * UTF_DECOMPOSED: generate fully decomposed output (NFD)
424 decompose = (flags & UTF_DECOMPOSED);
718 * UTF_DECOMPOSED: output string will be fully decomposed (NFD)
746 if (flags & ~(UTF_DECOMPOSED | UTF_PRECOMPOSED | UTF_NO_NULL_TERM | UTF_ESCAPE_ILLEGAL)) {
749 decompose = (flags & UTF_DECOMPOSED);
/xnu-2782.1.97/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c234 &unicodeBytes, sizeof(key->hfsPlus.nodeName.unicode), ':', UTF_DECOMPOSED);
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_search.c1236 sizeof(searchInfo->name), ':', UTF_DECOMPOSED | UTF_ESCAPE_ILLEGAL))
H A Dhfs_vfsops.c2831 &bytes, bufsize, 0, UTF_DECOMPOSED);
H A Dhfs_catalog.c3953 utf8_flags |= UTF_DECOMPOSED;

Completed in 45 milliseconds