Searched refs:u32char (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.101.4/bsd/vfs/ |
| H A D | vfs_unicode.c | 27 int32_t utf8ToU32Code(int32_t u32char, const char** srcPtr, const char* srcLimit); 29 int32_t normalizeOptCaseFoldU32Char(int32_t u32char, bool case_sens, 38 int32_t u32CharToUTF8Bytes(uint32_t u32char, uint8_t utf8Bytes[kMaxUTF8BytesPerChar]); 641 int32_t u32char = utf8ToU32Code(bytevalue, strP, strLimit); in nextBaseAndAnyMarks() local 642 if (u32char <= 0) { in nextBaseAndAnyMarks() 645 *unormlenP = normalizeOptCaseFoldU32Char(u32char, case_sens, unorm, unormcc); in nextBaseAndAnyMarks() 675 static uint8_t getCombClassU32Char(int32_t u32char); 676 static int32_t decomposeHangul(int32_t u32char, int32_t u32NormFoldBuf[kNFCSingleCharDecompMax]); 711 u32CharToUTF8Bytes(uint32_t u32char, uint8_t utf8Bytes[kMaxUTF8BytesPerChar]) in u32CharToUTF8Bytes() argument 714 if (u32char <= 0x7F) { in u32CharToUTF8Bytes() [all …]
|