Home
last modified time | relevance | path

Searched +defs:ustr +defs:empty (Results 1 – 14 of 14) sorted by relevance

/dports/finance/ledger/ledger-3.2.1/src/
H A Dmask.h99 bool empty() const { in empty() function
107 unistring ustr; in str() local
/dports/audio/audacity/audacity-Audacity-3.1.3/src/import/
H A DImportPCM.cpp101 static TranslatableStrings empty; in GetStreamInfo() local
540 const id3_ucs4_t *ustr = NULL; in Import() local
H A DImportMP3.cpp247 static TranslatableStrings empty; in GetStreamInfo() local
799 const id3_ucs4_t *ustr = NULL; in LoadID3() local
/dports/deskutils/peaclock/peaclock-0.4.3/src/ob/
H A Dtext.hh426 bool empty() const in empty() function in OB::Text::View
951 size_type empty() const in empty() function in OB::Text::String
1155 std::unique_ptr<UText, decltype(&utext_close)> ustr ( in match() local
1245 bool empty() const in empty() function in OB::Text::Regex
1321 icu::UnicodeString ustr {icu::UnicodeString::fromUTF8(icu::StringPiece(str.data(), str.size()))}; in lowercase() local
1330 icu::UnicodeString ustr {icu::UnicodeString::fromUTF8(icu::StringPiece(str.data(), str.size()))}; in uppercase() local
1339 icu::UnicodeString ustr {icu::UnicodeString::fromUTF8(icu::StringPiece(str.data(), str.size()))}; in foldcase() local
1348 icu::UnicodeString ustr {icu::UnicodeString::fromUTF8(icu::StringPiece(str.data(), str.size()))}; in trim() local
/dports/www/anyterm/anyterm-1.1.29/libpbe/include/charset/
H A Dstring_adaptor.hh63 unit_string_t& ustr; member in pbe::string_adaptor
98 bool empty() const { return ustr.empty(); } in empty() function in pbe::string_adaptor
/dports/games/odamex/odamex-src-0.7.0/common/
H A Dm_ostring.cpp234 bool OString::empty() const in empty() function in OString
785 char ustr[1024]; in OStringToUpper() local
797 char* ustr = new char[length + 1]; in OStringToUpper() local
818 char ustr[1024]; in OStringToLower() local
830 char* ustr = new char[length + 1]; in OStringToLower() local
/dports/devel/godot/godot-3.2.3-stable/main/tests/
H A Dtest_string.cpp239 static const CharType ustr[] = { 0x304A, 0x360F, 0x3088, 0x3046, 0 }; in test_13() local
1069 String empty; in test_33() local
/dports/devel/godot-tools/godot-3.2.3-stable/main/tests/
H A Dtest_string.cpp239 static const CharType ustr[] = { 0x304A, 0x360F, 0x3088, 0x3046, 0 }; in test_13() local
1069 String empty; in test_33() local
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/ndis/
H A Dsubr_ndis.c390 uint16_t *ustr; in ndis_ascii_to_unicode() local
632 ndis_unicode_string *ustr; in ndis_encode_parm() local
859 ndis_unicode_string *ustr; local
1154 char *str = NULL, *ustr = NULL; local
1551 uint8_t empty[] = { 0, 0, 0, 0, 0, 0 }; local
/dports/devel/allegro5/allegro5-5.2.7.0/src/
H A Dutf8.c153 static struct _al_tagbstring empty = _al_bsStatic(""); in al_ustr_empty_string() local
1108 ALLEGRO_USTR *ustr = al_ustr_new(""); in al_ustr_new_from_utf16() local
/dports/lang/python311/Python-3.11.0a3/Objects/
H A Dunicodeobject.c257 PyObject *empty = unicode_get_empty(); in unicode_new_empty() local
657 PyObject *empty = unicode_get_empty(); in unicode_result_ready() local
1380 PyObject *empty = PyUnicode_New(1, 0); in unicode_create_empty_string_singleton() local
1384 PyUnicode_1BYTE_DATA(empty)[0] = 0; in unicode_create_empty_string_singleton() local
2049 PyObject *empty = unicode_new_empty(); in unicode_resize() local
11213 const unsigned char *ustr = (const unsigned char *)str; in PyUnicode_CompareWithASCIIString() local
11481 PyObject *empty = unicode_get_empty(); // Borrowed reference in PyUnicode_Concat() local
11538 PyObject *empty = unicode_get_empty(); // Borrowed reference in PyUnicode_Append() local
13244 PyObject *empty = unicode_get_empty(); // Borrowed reference in PyUnicode_Partition() local
13296 PyObject *empty = unicode_get_empty(); // Borrowed reference in PyUnicode_RPartition() local
/dports/lang/python310/Python-3.10.1/Objects/
H A Dunicodeobject.c237 PyObject *empty = unicode_get_empty(); in unicode_new_empty() local
650 PyObject *empty = unicode_get_empty(); in unicode_result_ready() local
1373 PyObject *empty = PyUnicode_New(1, 0); in unicode_create_empty_string_singleton() local
1377 PyUnicode_1BYTE_DATA(empty)[0] = 0; in unicode_create_empty_string_singleton() local
2037 PyObject *empty = unicode_new_empty(); in unicode_resize() local
11472 const unsigned char *ustr = (const unsigned char *)str; in PyUnicode_CompareWithASCIIString() local
11740 PyObject *empty = unicode_get_empty(); // Borrowed reference in PyUnicode_Concat() local
11797 PyObject *empty = unicode_get_empty(); // Borrowed reference in PyUnicode_Append() local
13503 PyObject *empty = unicode_get_empty(); // Borrowed reference in PyUnicode_Partition() local
13555 PyObject *empty = unicode_get_empty(); // Borrowed reference in PyUnicode_RPartition() local
/dports/math/gretl/gretl-2021d/gui/
H A Dfncall.c722 int empty = 0; in do_make_list() local
4012 gchar *msg, *ustr = NULL; in pkg_attach_query() local
/dports/shells/zsh/zsh-5.8.1/Src/
H A Dzsh.h593 #define empty(X) (firstnode(X) == NULL) macro
1711 char *ustr; member