Searched refs:UTF8 (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-11-stable/lib/libiconv_modules/UTF8/
H A Dcitrus_utf8.h34 _CITRUS_STDENC_GETOPS_FUNC(UTF8);
H A DMakefile3 SHLIB= UTF8
H A Dcitrus_utf8.c348 _CITRUS_STDENC_DECLS(UTF8); variable
349 _CITRUS_STDENC_DEF_OPS(UTF8); variable
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DConvertUTF.h111 typedef unsigned char UTF8; /* typically 8 bits */ typedef in namespace:llvm
139 const UTF8** sourceStart, const UTF8* sourceEnd,
143 * Convert a partial UTF8 sequence to UTF32. If the sequence ends in an
147 const UTF8** sourceStart, const UTF8* sourceEnd,
151 * Convert a partial UTF8 sequence to UTF32. If the sequence ends in an
155 const UTF8** sourceStart, const UTF8* sourceEnd,
160 UTF8** targetStar
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DConvertUTFWrapper.cpp20 char *&ResultPtr, const UTF8 *&ErrorPtr) {
25 const UTF8 *Pos = reinterpret_cast<const UTF8*>(Source.begin());
26 if (!isLegalUTF8String(&Pos, reinterpret_cast<const UTF8*>(Source.end()))) {
34 const UTF8 *sourceStart = (const UTF8*)Source.data();
47 const UTF8 *sourceStart = (const UTF8*)Source.data();
68 UTF8 *TargetStart = reinterpret_cast<UTF8 *>(ResultPt
[all...]
H A DDJB.cpp23 const UTF8 *const Begin8Const =
24 reinterpret_cast<const UTF8 *>(Buffer.begin());
25 const UTF8 *Begin8 = Begin8Const;
31 ConvertUTF8toUTF32(&Begin8, reinterpret_cast<const UTF8 *>(Buffer.end()),
37 static StringRef toUTF8(UTF32 C, MutableArrayRef<UTF8> Storage) {
39 UTF8 *Begin8 = Storage.begin();
75 std::array<UTF8, UNI_MAX_UTF8_BYTES_PER_CODE_POINT> Storage;
H A DConvertUTF.cpp41 Jan 2004: updated switches in from-UTF8 conversions.
115 * Magic values subtracted from a buffer value during UTF8 conversion.
129 static const UTF8 firstByteMark[7] = { 0x00, 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC };
249 UTF8** targetStart, UTF8* targetEnd, ConversionFlags flags) {
252 UTF8* target = *targetStart;
303 case 4: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6;
304 case 3: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6;
305 case 2: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6;
306 case 1: *--target = (UTF8)(c
[all...]
H A DJSON.cpp537 const UTF8 *Data = reinterpret_cast<const UTF8 *>(S.data()), *Rest = Data;
549 const UTF8 *In8 = reinterpret_cast<const UTF8 *>(S.data());
556 UTF8 *Out8 = reinterpret_cast<UTF8 *>(&Res[0]);
/freebsd-11-stable/tools/tools/locale/tools/
H A Dwhatis.pl4 UTF8=$(grep ^cldr etc/unicode.conf | cut -f 2 -d " ")/UTF-8.cm
17 grep "${UCS_}" ${UTF8} | sed -e 's/ */ /g'
H A Dconvert_map.pl90 open(UTF8, "$file") || die "open";
92 while (<UTF8>) {
109 close(UTF8);
/freebsd-11-stable/crypto/openssl/util/
H A Dtoutf8.sh3 # Very simple script to detect and convert files that we want to re-encode to UTF8
9 iconv -f ISO-8859-1 -t UTF8 < "$F" > "$F.utf8" && \
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DCFString.h32 const char *UTF8(std::string &str);
34 static const char *UTF8(CFStringRef cf_str, std::string &str);
H A DCFString.cpp81 const char *CFString::UTF8(std::string &str) { function in class:CFString
82 return CFString::UTF8(get(), str);
85 // Static function that puts a copy of the UTF8 contents of CF_STR into STR and
92 const char *CFString::UTF8(CFStringRef cf_str, std::string &str) { function in class:CFString
/freebsd-11-stable/lib/libiconv_modules/
H A DMakefile6 UTF7 UTF8 VIQR ZW iconv_none iconv_std mapper_646 mapper_none \
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DEncoding.h33 /// it is considered UTF8, otherwise we treat it as some 8-bit encoding.
35 const llvm::UTF8 *Ptr = reinterpret_cast<const llvm::UTF8 *>(Text.begin());
36 const llvm::UTF8 *BufEnd = reinterpret_cast<const llvm::UTF8 *>(Text.end());
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp36 StringRef UTF8(Translated, TranslatedPtr - Translated);
40 for (size_t i = 0, e = UTF8.size(); i != e; ++i) {
42 OS.write_hex(static_cast<unsigned char>(UTF8[i]));
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp130 GetPrintableImpl<StringPrinter::StringElementType::UTF8>(uint8_t *buffer,
238 case StringPrinter::StringElementType::UTF8:
239 return GetPrintableImpl<StringPrinter::StringElementType::UTF8>(
249 case GetPrintableElementType::UTF8:
252 return GetPrintable(StringPrinter::StringElementType::UTF8, buffer,
270 llvm::UTF8 **, llvm::UTF8 *,
306 llvm::UTF8 *utf8_data_ptr = nullptr;
307 llvm::UTF8 *utf8_data_end_ptr = nullptr;
312 utf8_data_ptr = (llvm::UTF8 *)utf8_data_buffer_s
[all...]
/freebsd-11-stable/share/i18n/esdb/UTF/
H A DMakefile27 UTF-8-mod= UTF8
/freebsd-11-stable/secure/caroot/
H A DMAca-bundle.pl153 if (/^CKA_LABEL UTF8 "([^"]+)"/) {
192 if (/^CKA_LABEL UTF8 "([^"]+)"/) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp52 StringPrinter::StringElementType::UTF8>(options)) {
142 StringPrinter::StringElementType::UTF8>(options);
179 StringPrinter::StringElementType::UTF8>(options);
267 StringPrinter::StringElementType::UTF8>(options);
H A DLibStdcpp.cpp264 StringPrinter::StringElementType::UTF8>(options)) {
327 StringPrinter::StringElementType::UTF8>(options);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp190 std::string UTF8; local
191 if (!convertUTF16LEToUTF8String(Entry.getTypeString(), UTF8))
192 UTF8 = "(failed conversion from UTF16)";
193 OS << '\"' << UTF8 << '\"'; local
199 std::string UTF8; local
200 if (!convertUTF16LEToUTF8String(Entry.getNameString(), UTF8))
201 UTF8 = "(failed conversion from UTF16)";
202 OS << '\"' << UTF8 << '\"'; local
216 std::string UTF8; local
217 if (!convertUTF16LEToUTF8String(S.String, UTF8))
219 OS << '\\"' << UTF8 << '\\"'; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h23 enum class StringElementType { ASCII, UTF8, UTF16, UTF32 }; member in class:lldb_private::formatters::StringPrinter::StringElementType
25 enum class GetPrintableElementType { ASCII, UTF8 };
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc120 // Environment variable can be encoded in non-UTF8 encoding, and there's no
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp301 const llvm::UTF8 *SB =
302 reinterpret_cast<const llvm::UTF8 *>(SpecifierBegin + 1);
303 const llvm::UTF8 *SE = reinterpret_cast<const llvm::UTF8 *>(FmtStrEnd);

Completed in 160 milliseconds

12