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

/darwin-on-arm/xnu/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)
/darwin-on-arm/xnu/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);
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c228 &unicodeBytes, sizeof(key->hfsPlus.nodeName.unicode), ':', UTF_DECOMPOSED);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_search.c1143 sizeof(searchInfo->name), ':', UTF_DECOMPOSED | UTF_ESCAPE_ILLEGAL))
H A Dhfs_catalog.c3624 utf8_flags |= UTF_DECOMPOSED;
H A Dhfs_vfsops.c2893 &bytes, bufsize, 0, UTF_DECOMPOSED);

Completed in 51 milliseconds