Home
last modified time | relevance | path

Searched refs:str_utf8 (Results 51 – 75 of 116) sorted by relevance

12345

/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/lib/
H A Dcurl_multibyte.h33 wchar_t *Curl_convert_UTF8_to_wchar(const char *str_utf8);
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/curl/lib/
H A Dcurl_multibyte.h33 wchar_t *Curl_convert_UTF8_to_wchar(const char *str_utf8);
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/curl/lib/
H A Dcurl_multibyte.h33 wchar_t *Curl_convert_UTF8_to_wchar(const char *str_utf8);
/dports/devel/msitools/msitools-0.101/libmsi/
H A Dstring.c374 const char *str_utf8; in _libmsi_string_id() local
382 str_utf8 = msi_string_lookup_id( st, id ); in _libmsi_string_id()
383 if( !str_utf8 ) in _libmsi_string_id()
388 str = g_convert_with_iconv(str_utf8, -1, cpconv, NULL, &len, NULL); in _libmsi_string_id()
/dports/audio/mac/mac-3.99-u4-b5-s7/src/Shared/
H A DNoWindows.h23 typedef unsigned char str_utf8; typedef
/dports/audio/mous/mous-2.0.1/deps/MAC_SDK/Source/MACLib/
H A DAPELink.cpp82 …str_utfn> spImageFileUTF16(CAPECharacterHelper::GetUTF16FromUTF8((const str_utf8 *) cImageFile), t… in ParseData()
/dports/devel/R-cran-rlang/rlang/tests/testthat/
H A Dtest-eval-tidy.R302 str_utf8 <- "\u00fc" globalVar
303 str_native <- enc2native(str_utf8)
305 d <- set_names(list("value"), str_utf8)
/dports/databases/libgda5/libgda-5.2.10/libgda-ui/data-entries/
H A Dgdaui-entry-common-time.c770 char *str_utf8; in date_day_selected() local
785 str_utf8 = g_locale_to_utf8 (buffer, -1, NULL, NULL, NULL); in date_day_selected()
786 gdaui_entry_set_text (GDAUI_ENTRY (mgtim->priv->entry_date), str_utf8); in date_day_selected()
787 g_free (str_utf8); in date_day_selected()
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda-ui/data-entries/
H A Dgdaui-entry-common-time.c770 char *str_utf8; in date_day_selected() local
785 str_utf8 = g_locale_to_utf8 (buffer, -1, NULL, NULL, NULL); in date_day_selected()
786 gdaui_entry_set_text (GDAUI_ENTRY (mgtim->priv->entry_date), str_utf8); in date_day_selected()
787 g_free (str_utf8); in date_day_selected()
/dports/databases/libgda5-ui/libgda-5.2.10/libgda-ui/data-entries/
H A Dgdaui-entry-common-time.c770 char *str_utf8; in date_day_selected() local
785 str_utf8 = g_locale_to_utf8 (buffer, -1, NULL, NULL, NULL); in date_day_selected()
786 gdaui_entry_set_text (GDAUI_ENTRY (mgtim->priv->entry_date), str_utf8); in date_day_selected()
787 g_free (str_utf8); in date_day_selected()
/dports/databases/libgda5-jdbc/libgda-5.2.10/libgda-ui/data-entries/
H A Dgdaui-entry-common-time.c770 char *str_utf8; in date_day_selected() local
785 str_utf8 = g_locale_to_utf8 (buffer, -1, NULL, NULL, NULL); in date_day_selected()
786 gdaui_entry_set_text (GDAUI_ENTRY (mgtim->priv->entry_date), str_utf8); in date_day_selected()
787 g_free (str_utf8); in date_day_selected()
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda-ui/data-entries/
H A Dgdaui-entry-common-time.c770 char *str_utf8; in date_day_selected() local
785 str_utf8 = g_locale_to_utf8 (buffer, -1, NULL, NULL, NULL); in date_day_selected()
786 gdaui_entry_set_text (GDAUI_ENTRY (mgtim->priv->entry_date), str_utf8); in date_day_selected()
787 g_free (str_utf8); in date_day_selected()
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda-ui/data-entries/
H A Dgdaui-entry-common-time.c770 char *str_utf8;
785 str_utf8 = g_locale_to_utf8 (buffer, -1, NULL, NULL, NULL);
786 gdaui_entry_set_text (GDAUI_ENTRY (mgtim->priv->entry_date), str_utf8);
787 g_free (str_utf8);
/dports/databases/libgda5-ldap/libgda-5.2.10/libgda-ui/data-entries/
H A Dgdaui-entry-common-time.c770 char *str_utf8; in date_day_selected() local
785 str_utf8 = g_locale_to_utf8 (buffer, -1, NULL, NULL, NULL); in date_day_selected()
786 gdaui_entry_set_text (GDAUI_ENTRY (mgtim->priv->entry_date), str_utf8); in date_day_selected()
787 g_free (str_utf8); in date_day_selected()
/dports/converters/p5-Encode-Detect-CJK/Encode-Detect-CJK-2.0.2/t/
H A Dtest.t17 my $str_utf8 = Encode::encode('utf8', $str_uni);
18 ok('utf8' eq Encode::Detect::CJK::detect($str_utf8));
/dports/textproc/stardict3/stardict-3.0.6/lib/src/
H A Dlibcommon.h38 extern bool utf8_to_windows(const std::string& str_utf8, std_win_string& out);
/dports/devel/dtool/dtool-0.11.0/cargo-crates/serde_yaml-0.7.5/src/
H A Derror.rs150 pub fn str_utf8(err: str::Utf8Error) -> Error { in str_utf8() method
/dports/sysutils/vector/vector-0.10.0/cargo-crates/serde_yaml-0.8.11/src/
H A Derror.rs125 pub(crate) fn str_utf8(err: str::Utf8Error) -> Error { in str_utf8() function
/dports/devel/tokei/tokei-12.1.2/cargo-crates/serde_yaml-0.8.15/src/
H A Derror.rs125 pub(crate) fn str_utf8(err: str::Utf8Error) -> Error { in str_utf8() function
/dports/sysutils/lsd/lsd-0.20.1/cargo-crates/serde_yaml-0.8.13/src/
H A Derror.rs125 pub(crate) fn str_utf8(err: str::Utf8Error) -> Error { in str_utf8() function
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/serde_yaml-0.8.13/src/
H A Derror.rs125 pub(crate) fn str_utf8(err: str::Utf8Error) -> Error { in str_utf8() function
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/serde_yaml-0.8.21/src/
H A Derror.rs125 pub(crate) fn str_utf8(err: str::Utf8Error) -> Error { in str_utf8() function
/dports/lang/gleam/gleam-0.18.2/cargo-crates/serde_yaml-0.8.21/src/
H A Derror.rs125 pub(crate) fn str_utf8(err: str::Utf8Error) -> Error { in str_utf8() function
/dports/www/rearx/rearx-0.1.4/cargo-crates/serde_yaml-0.8.17/src/
H A Derror.rs125 pub(crate) fn str_utf8(err: str::Utf8Error) -> Error { in str_utf8() function
/dports/www/firefox/firefox-99.0/third_party/rust/serde_yaml/src/
H A Derror.rs125 pub(crate) fn str_utf8(err: str::Utf8Error) -> Error { in str_utf8() function

12345