Searched refs:SString (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DSString.h2 /** @file SString.h
18 // An SString may contain embedded nul characters.
21 * Base class from which the two other classes (SBuffer & SString)
73 * This class is intended to be shortlived, to be transformed as SString
76 * we should set sLen to strlen(sb.ptr()) in related SString constructor and assignment.
131 class SString : protected SContainer { class in inherits:SContainer
137 SString &assign(const char *sOther, lenpos_t sSize_=measure_length);
140 SString() : sLen(0), sizeGrowth(sizeGrowthDefault) {} function in class:SString
141 SString(const SString function in class:SString
145 SString(const char *s_) : sizeGrowth(sizeGrowthDefault) { function in class:SString
149 SString(SBuffer &buf) : sizeGrowth(sizeGrowthDefault) { function in class:SString
155 SString(const char *s_, lenpos_t first, lenpos_t last) : sizeGrowth(sizeGrowthDefault) { function in class:SString
[all...]
H A DPropSet.h10 #include "SString.h"
52 SString Get(const char *key);
53 SString GetExpanded(const char *key);
54 SString Expand(const char *withVars, int maxExpands=100);
56 SString GetWild(const char *keybase, const char *filename);
57 SString GetNewExpand(const char *keybase, const char *filename="");
98 bool ignoreCase = false, SString wordCharacters="", int wordIndex = -1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DPropSet.cxx74 // Since the CaseInsensitive functions declared in SString
76 // implementations of the SString members here as well, so
79 SString::SString(int i) : sizeGrowth(sizeGrowthDefault) { function in class:SString
86 SString::SString(double d, int precision) : sizeGrowth(sizeGrowthDefault) { function in class:SString
93 bool SString::grow(lenpos_t lenNew) {
110 SString &SString::assign(const char *sOther, lenpos_t sSize_) {
135 bool SString
[all...]
H A DLexAda.cxx20 #include "SString.h"
61 static bool IsValidIdentifier(const SString& identifier);
62 static bool IsValidNumber(const SString& number);
116 SString identifier;
143 SString number;
191 SString word;
320 static bool IsValidIdentifier(const SString& identifier) {
354 static bool IsValidNumber(const SString& number) {
H A DLexMPT.cxx21 #include "SString.h"
23 static int GetLotLineState(SString &line) {
77 SString line("");
H A DLexSpice.cxx20 #include "SString.h"
74 SString number;
103 SString word;
H A DExternalLexer.h67 SString m_sModuleName;
H A DScintillaBase.h40 SString listSelected; ///< Receives listbox selected string
H A DScintillaBase.cxx358 SString piece = selected;
684 SString val = props.Get(reinterpret_cast<const char *>(wParam));
695 SString val = props.GetExpanded(reinterpret_cast<const char *>(wParam));
H A DExternalLexer.cxx38 SString words;

Completed in 113 milliseconds