Home
last modified time | relevance | path

Searched refs:CharStr (Results 1 – 25 of 105) sorted by relevance

12345

/dports/textproc/stardict3/stardict-3.0.6/tools/src/
H A Dlib_stardict_bin2text.cpp85 int xmlfilemain_puts(const glib::CharStr& str);
87 int contents_puts(const glib::CharStr& str);
181 glib::CharStr temp(g_markup_printf_escaped( in generate_info()
235 glib::CharStr temp; in generate_article()
296 glib::CharStr temp; in generate_field_escaped()
310 glib::CharStr temp; in generate_field_unescaped()
320 glib::CharStr temp; in generate_field_r()
333 int textual_dict_gen_t::xmlfilemain_puts(const glib::CharStr& str) in xmlfilemain_puts()
345 int textual_dict_gen_t::contents_puts(const glib::CharStr& str) in contents_puts()
422 glib::CharStr temp( in generate_chunk_include()
H A Dlibtabfile.cpp183 glib::CharStr basefilename(g_path_get_basename(filename)); in write_dictionary()
187 glib::CharStr dirname(g_path_get_dirname(filename)); in write_dictionary()
263 glib::CharStr buffer; in convert_tabfile()
H A Dlib_stardict_repair.cpp133 glib::CharStr cdirname(g_path_get_dirname(ifofilepath.c_str())); in check_parameters()
160 glib::CharStr cdirname(g_path_get_dirname(ifofilepath.c_str())); in stardict_repair()
184 glib::CharStr cifofilename(g_path_get_basename(ifofilepath.c_str())); in stardict_repair()
/dports/textproc/stardict3/stardict-3.0.6/dict/src/win32/
H A Dmouseover.cpp126 glib::CharStr str1(g_locale_to_utf8(MatchedWord, BeginPos, NULL, NULL, NULL)); in ShowTranslation()
129 glib::CharStr str2(g_locale_to_utf8(MatchedWord + BeginPos, -1, NULL, NULL, NULL)); in ShowTranslation()
133 glib::CharStr str(g_strdup_printf("%s%s", get_impl(str1), get_impl(str2))); in ShowTranslation()
136 glib::CharStr str(g_locale_to_utf8(MatchedWord, -1, NULL, NULL, NULL)); in ShowTranslation()
/dports/multimedia/scte35dump/scte35dump-0.1.6/cargo-crates/odds-0.2.26/src/
H A Dstring.rs288 pub struct CharStr { struct
293 impl CharStr { implementation
295 pub fn new(c: char) -> CharStr { in new() argument
296 let mut self_ = CharStr { in new()
305 impl Deref for CharStr { implementation
316 let s = CharStr::new('α'); in test_char_str()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals.cpp6 CharStr, WideStr, Char16Str, Char32Str, enumerator
13 constexpr LitKind operator"" _kind(const char *p, size_t n) { return LitKind::CharStr; } in operator ""_kind()
26 static_assert("foo"_kind == LitKind::CharStr, "");
27 static_assert(u8"foo"_kind == LitKind::CharStr, "");
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals.cpp6 CharStr, WideStr, Char16Str, Char32Str, enumerator
13 constexpr LitKind operator"" _kind(const char *p, size_t n) { return LitKind::CharStr; } in operator ""_kind()
26 static_assert("foo"_kind == LitKind::CharStr, "");
27 static_assert(u8"foo"_kind == LitKind::CharStr, "");
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals.cpp6 CharStr, WideStr, Char16Str, Char32Str, enumerator
13 constexpr LitKind operator"" _kind(const char *p, size_t n) { return LitKind::CharStr; } in operator ""_kind()
26 static_assert("foo"_kind == LitKind::CharStr, "");
27 static_assert(u8"foo"_kind == LitKind::CharStr, "");
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals.cpp6 CharStr, WideStr, Char16Str, Char32Str, enumerator
13 constexpr LitKind operator"" _kind(const char *p, size_t n) { return LitKind::CharStr; } in operator ""_kind()
26 static_assert("foo"_kind == LitKind::CharStr, "");
27 static_assert(u8"foo"_kind == LitKind::CharStr, "");
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals.cpp6 CharStr, WideStr, Char16Str, Char32Str, enumerator
13 constexpr LitKind operator"" _kind(const char *p, size_t n) { return LitKind::CharStr; } in operator ""_kind()
26 static_assert("foo"_kind == LitKind::CharStr, "");
27 static_assert(u8"foo"_kind == LitKind::CharStr, "");
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals.cpp6 CharStr, WideStr, Char16Str, Char32Str, enumerator
13 constexpr LitKind operator"" _kind(const char *p, size_t n) { return LitKind::CharStr; } in operator ""_kind()
26 static_assert("foo"_kind == LitKind::CharStr, "");
27 static_assert(u8"foo"_kind == LitKind::CharStr, "");
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals.cpp6 CharStr, WideStr, Char16Str, Char32Str, enumerator
13 constexpr LitKind operator"" _kind(const char *p, size_t n) { return LitKind::CharStr; } in operator ""_kind()
26 static_assert("foo"_kind == LitKind::CharStr, "");
27 static_assert(u8"foo"_kind == LitKind::CharStr, "");
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals.cpp6 CharStr, WideStr, Char16Str, Char32Str, enumerator
13 constexpr LitKind operator"" _kind(const char *p, size_t n) { return LitKind::CharStr; } in operator ""_kind()
26 static_assert("foo"_kind == LitKind::CharStr, "");
27 static_assert(u8"foo"_kind == LitKind::CharStr, "");
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals.cpp6 CharStr, WideStr, Char16Str, Char32Str, enumerator
13 constexpr LitKind operator"" _kind(const char *p, size_t n) { return LitKind::CharStr; } in operator ""_kind()
26 static_assert("foo"_kind == LitKind::CharStr, "");
27 static_assert(u8"foo"_kind == LitKind::CharStr, "");
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals.cpp6 CharStr, WideStr, Char16Str, Char32Str, enumerator
13 constexpr LitKind operator"" _kind(const char *p, size_t n) { return LitKind::CharStr; } in operator ""_kind()
26 static_assert("foo"_kind == LitKind::CharStr, "");
27 static_assert(u8"foo"_kind == LitKind::CharStr, "");
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals.cpp6 CharStr, WideStr, Char16Str, Char32Str, enumerator
13 constexpr LitKind operator"" _kind(const char *p, size_t n) { return LitKind::CharStr; } in operator ""_kind()
26 static_assert("foo"_kind == LitKind::CharStr, "");
27 static_assert(u8"foo"_kind == LitKind::CharStr, "");
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals.cpp6 CharStr, WideStr, Char16Str, Char32Str, enumerator
13 constexpr LitKind operator"" _kind(const char *p, size_t n) { return LitKind::CharStr; } in operator ""_kind()
26 static_assert("foo"_kind == LitKind::CharStr, "");
27 static_assert(u8"foo"_kind == LitKind::CharStr, "");
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals.cpp6 CharStr, WideStr, Char16Str, Char32Str,
13 constexpr LitKind operator"" _kind(const char *p, size_t n) { return LitKind::CharStr; }
26 static_assert("foo"_kind == LitKind::CharStr, "");
27 static_assert(u8"foo"_kind == LitKind::CharStr, "");
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals.cpp6 CharStr, WideStr, Char16Str, Char32Str, enumerator
13 constexpr LitKind operator"" _kind(const char *p, size_t n) { return LitKind::CharStr; } in operator ""_kind()
26 static_assert("foo"_kind == LitKind::CharStr, "");
27 static_assert(u8"foo"_kind == LitKind::CharStr, "");
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals.cpp6 CharStr, WideStr, Char16Str, Char32Str,
13 constexpr LitKind operator"" _kind(const char *p, size_t n) { return LitKind::CharStr; } in foo()
26 static_assert("foo"_kind == LitKind::CharStr, "");
27 static_assert(u8"foo"_kind == LitKind::CharStr, "");
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dcxx11-user-defined-literals.cpp6 CharStr, WideStr, Char16Str, Char32Str, enumerator
13 constexpr LitKind operator"" _kind(const char *p, size_t n) { return LitKind::CharStr; } in operator ""_kind()
26 static_assert("foo"_kind == LitKind::CharStr, "");
27 static_assert(u8"foo"_kind == LitKind::CharStr, "");
/dports/textproc/stardict3/stardict-3.0.6/dict/src/
H A Ddesktop.cpp51 glib::CharStr locale_wrap(g_win32_getlocale()); in guess_locale()
184 …glib::CharStr message(g_strdup_printf(_("Show help action failed with the following error message:… in show_help()
193 glib::CharStr message(g_strdup_printf(_("Unable to find help file %s."), in show_help()
201 glib::CharStr message(g_strdup_printf(_("Unable to find help file %s."), in show_help()
H A Dinifile.cpp47 glib::CharStr data( in save()
88 glib::CharStr data; in convert_from_locale_enc()
97 glib::CharStr utfdata(g_locale_to_utf8(get_impl(data), -1, NULL, NULL, in convert_from_locale_enc()
116 glib::CharStr version(g_key_file_get_string(gkeyfile_, "stardict-private", in check_config_version()
/dports/textproc/stardict3/stardict-3.0.6/dict/tests/
H A Dt_config_file.cpp81 glib::CharStr c_sect(g_strdup_printf("/stardict-test-%d", getpid())); in is_test_passed()
103 glib::CharStr c_tmp(g_strdup_printf("%s/.gconf/stardict-test-%d", g_get_home_dir(), getpid())); in test_gconf()
121 glib::CharStr c_fname(g_strdup_printf("/tmp/stardict-%d.cfg", getpid())); in test_inifile()
/dports/www/firefox-esr/firefox-91.8.0/storage/variant/src/
H A Dlib.rs45 CharStr = 15, enumerator
69 15 => DataType::CharStr, in try_from()
110 | DataType::CharStr in try_clone()

12345