Home
last modified time | relevance | path

Searched refs:noChars (Results 1 – 25 of 54) sorted by relevance

123

/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/internal/
H A Dcatch_stringref.cpp85 size_type noChars = m_size; in numberOfCharacters() local
90 noChars--; in numberOfCharacters()
92 noChars--; in numberOfCharacters()
94 noChars--; in numberOfCharacters()
97 return noChars; in numberOfCharacters()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/mac/corefoundation/
H A Dcfstring.cpp687 size_t noChars ; in AsString() local
694 noChars = cflen ; in AsString()
700 noChars = converter.MB2WC( NULL , (const char*)unibuf , 0 ) ; in AsString()
701 …wxASSERT_MSG( noChars != wxCONV_FAILED, _T("Unable to count the number of characters in this strin… in AsString()
702 buf = new wxChar[ noChars + 1 ] ; in AsString()
703 noChars = converter.MB2WC( buf , (const char*)unibuf , noChars + 1 ) ; in AsString()
704 wxASSERT_MSG( noChars != wxCONV_FAILED, _T("Conversion of string failed!") ); in AsString()
714 noChars = cStrLen ; in AsString()
717 buf[noChars] = 0 ; in AsString()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/mac/corefoundation/
H A Dcfstring.cpp687 size_t noChars ; in AsString() local
694 noChars = cflen ; in AsString()
700 noChars = converter.MB2WC( NULL , (const char*)unibuf , 0 ) ; in AsString()
701 …wxASSERT_MSG( noChars != wxCONV_FAILED, _T("Unable to count the number of characters in this strin… in AsString()
702 buf = new wxChar[ noChars + 1 ] ; in AsString()
703 noChars = converter.MB2WC( buf , (const char*)unibuf , noChars + 1 ) ; in AsString()
704 wxASSERT_MSG( noChars != wxCONV_FAILED, _T("Conversion of string failed!") ); in AsString()
714 noChars = cStrLen ; in AsString()
717 buf[noChars] = 0 ; in AsString()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/mac/corefoundation/
H A Dcfstring.cpp687 size_t noChars ; in AsString() local
694 noChars = cflen ; in AsString()
700 noChars = converter.MB2WC( NULL , (const char*)unibuf , 0 ) ; in AsString()
701 …wxASSERT_MSG( noChars != wxCONV_FAILED, _T("Unable to count the number of characters in this strin… in AsString()
702 buf = new wxChar[ noChars + 1 ] ; in AsString()
703 noChars = converter.MB2WC( buf , (const char*)unibuf , noChars + 1 ) ; in AsString()
704 wxASSERT_MSG( noChars != wxCONV_FAILED, _T("Conversion of string failed!") ); in AsString()
714 noChars = cStrLen ; in AsString()
717 buf[noChars] = 0 ; in AsString()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/mac/corefoundation/
H A Dcfstring.cpp687 size_t noChars ; in AsString() local
694 noChars = cflen ; in AsString()
700 noChars = converter.MB2WC( NULL , (const char*)unibuf , 0 ) ; in AsString()
701 …wxASSERT_MSG( noChars != wxCONV_FAILED, _T("Unable to count the number of characters in this strin… in AsString()
702 buf = new wxChar[ noChars + 1 ] ; in AsString()
703 noChars = converter.MB2WC( buf , (const char*)unibuf , noChars + 1 ) ; in AsString()
704 wxASSERT_MSG( noChars != wxCONV_FAILED, _T("Conversion of string failed!") ); in AsString()
714 noChars = cStrLen ; in AsString()
717 buf[noChars] = 0 ; in AsString()
/dports/science/rdkit/rdkit-Release_2021_03_5/External/GA/util/
H A DUtil.h67 nullptr, size_t start = 0, size_t noChars = 0) {
75 if (noChars == 0)
76 noChars = str.length() - start;
77 string field = str.substr(start, noChars);
/dports/graphics/pho/pho/
H A Ddialogs.h10 char* yesChars, char* noChars);
H A Dgdialogs.c435 int Prompt(char* msg, char* yesStr, char* noStr, char* yesChars, char* noChars) in Prompt() argument
446 gNoChars = noChars ? noChars : defaultNoChars; in Prompt()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/carbon/
H A Dtextctrl.cpp711 size_t noChars = converter.MB2WC( NULL , (const char*)*theText , 0 ) ; in GetStringValue() local
712 …wxASSERT_MSG( noChars != wxCONV_FAILED, wxT("Unable to count the number of characters in this stri… in GetStringValue()
713 ptr = new wxChar[noChars + 1] ; in GetStringValue()
715 noChars = converter.MB2WC( ptr , (const char*)*theText , noChars + 1 ) ; in GetStringValue()
716 wxASSERT_MSG( noChars != wxCONV_FAILED, wxT("Conversion of string failed!") ); in GetStringValue()
717 ptr[noChars] = 0 ; in GetStringValue()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/carbon/
H A Dtextctrl.cpp711 size_t noChars = converter.MB2WC( NULL , (const char*)*theText , 0 ) ; in GetStringValue() local
712 …wxASSERT_MSG( noChars != wxCONV_FAILED, wxT("Unable to count the number of characters in this stri… in GetStringValue()
713 ptr = new wxChar[noChars + 1] ; in GetStringValue()
715 noChars = converter.MB2WC( ptr , (const char*)*theText , noChars + 1 ) ; in GetStringValue()
716 wxASSERT_MSG( noChars != wxCONV_FAILED, wxT("Conversion of string failed!") ); in GetStringValue()
717 ptr[noChars] = 0 ; in GetStringValue()
/dports/security/cryptlib/cryptlib-3.4.3/cert/
H A Ddnstring.c369 int noChars = 0, iterationCount; variable
402 noChars++;
429 *destLen = noChars * ( ( stringType == STRINGTYPE_UNICODE ) ? \
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/sbv-8.12/Data/SBV/SMT/
H A DSMTLib2.hs1028 noChars = charFree result function
1038 restrict | noChars = []
/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Doptions_manager_pc.cpp5623 uint32 noChars = strlen(str); in CalculateStringWidth() local
5627 for (uint32 i = 0; i < noChars; i++) { in CalculateStringWidth()
5644 uint32 noChars = strlen(str); in DisplayText() local
5663 for (uint32 i = 0; i < noChars; i++) { in DisplayText()
/dports/x11-toolkits/scintilla/scintilla/test/unit/
H A Dcatch.hpp8676 size_type noChars = m_size; in numberOfCharacters() local
8682 noChars--; in numberOfCharacters()
8684 noChars-=2; in numberOfCharacters()
8686 noChars-=3; in numberOfCharacters()
8689 return noChars; in numberOfCharacters()
/dports/cad/librepcb/librepcb-0.1.6/libs/optional/tests/
H A Dcatch.hpp8676 size_type noChars = m_size; in numberOfCharacters() local
8682 noChars--; in numberOfCharacters()
8684 noChars-=2; in numberOfCharacters()
8686 noChars-=3; in numberOfCharacters()
8689 return noChars; in numberOfCharacters()
/dports/editors/textadept/scintilla/test/unit/
H A Dcatch.hpp8676 size_type noChars = m_size; in numberOfCharacters() local
8682 noChars--; in numberOfCharacters()
8684 noChars-=2; in numberOfCharacters()
8686 noChars-=3; in numberOfCharacters()
8689 return noChars; in numberOfCharacters()
/dports/devel/tl-expected/expected-1.0.0/tests/
H A Dcatch.hpp8676 size_type noChars = m_size; in numberOfCharacters() local
8682 noChars--; in numberOfCharacters()
8684 noChars-=2; in numberOfCharacters()
8686 noChars-=3; in numberOfCharacters()
8689 return noChars; in numberOfCharacters()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/sg/tests/catch/
H A Dcatch.hpp8680 size_type noChars = m_size; in numberOfCharacters() local
8686 noChars--; in numberOfCharacters()
8688 noChars-=2; in numberOfCharacters()
8690 noChars-=3; in numberOfCharacters()
8693 return noChars; in numberOfCharacters()
/dports/devel/libopentracing/opentracing-cpp-1.6.0/3rd_party/include/opentracing/catch2/
H A Dcatch.hpp8676 size_type noChars = m_size; in numberOfCharacters() local
8682 noChars--; in numberOfCharacters()
8684 noChars-=2; in numberOfCharacters()
8686 noChars-=3; in numberOfCharacters()
8689 return noChars; in numberOfCharacters()
/dports/editors/scite/scintilla/test/unit/
H A Dcatch.hpp8676 size_type noChars = m_size; in numberOfCharacters() local
8682 noChars--; in numberOfCharacters()
8684 noChars-=2; in numberOfCharacters()
8686 noChars-=3; in numberOfCharacters()
8689 return noChars; in numberOfCharacters()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/ghc_filesystem/test/
H A Dcatch.hpp10534 size_type noChars = m_size; in numberOfCharacters() local
10539 noChars--; in numberOfCharacters()
10541 noChars--; in numberOfCharacters()
10543 noChars--; in numberOfCharacters()
10546 return noChars; in numberOfCharacters()
/dports/dns/flamethrower/flamethrower-0.11.0/3rd/catch/catch2/
H A Dcatch.hpp9973 size_type noChars = m_size; in numberOfCharacters() local
9978 noChars--; in numberOfCharacters()
9980 noChars--; in numberOfCharacters()
9982 noChars--; in numberOfCharacters()
9985 return noChars; in numberOfCharacters()
/dports/finance/chiapos/chiapos-1.0.3/src-ext/gulrak/test/
H A Dcatch.hpp10534 size_type noChars = m_size; in numberOfCharacters() local
10539 noChars--; in numberOfCharacters()
10541 noChars--; in numberOfCharacters()
10543 noChars--; in numberOfCharacters()
10546 return noChars; in numberOfCharacters()
/dports/science/qiskit-aer/qiskit-aer-0.5.2/test/third-party/
H A Dcatch.hpp9973 size_type noChars = m_size; in numberOfCharacters() local
9978 noChars--; in numberOfCharacters()
9980 noChars--; in numberOfCharacters()
9982 noChars--; in numberOfCharacters()
9985 return noChars; in numberOfCharacters()
/dports/science/py-segyio/segyio-1.9.8/external/catch2/catch/
H A Dcatch.hpp9924 size_type noChars = m_size; in numberOfCharacters() local
9929 noChars--; in numberOfCharacters()
9931 noChars--; in numberOfCharacters()
9933 noChars--; in numberOfCharacters()
9936 return noChars; in numberOfCharacters()

123