Home
last modified time | relevance | path

Searched refs:characters (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.140.41/bsd/vfs/
H A Dvfs_utfconv.c161 static void prioritysort(u_int16_t* characters, int count);
1081 prioritysort(u_int16_t* characters, int count) in prioritysort() argument
1088 end = characters + count; in prioritysort()
1091 ch1 = characters; in prioritysort()
1092 ch2 = characters + 1; in prioritysort()
/xnu-8020.140.41/doc/
H A Ddebugging.md128 * **lossy conversion** - escapes all non-standard characters in form of ‘\xNNN’
129 * **lossless conversion** - maps invalid characters to special unicode range so it can reconstruct
133 with strange characters in it. The lossless option is meant to be used when a string is only a tran…