Searched refs:lenpos_t (Results 1 - 2 of 2) 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.h27 typedef size_t lenpos_t; typedef in class:SContainer
33 lenpos_t sSize; ///< The size of the buffer, less 1: ie. the maximum size of the string
42 lenpos_t size() const {
54 static char *StringAllocate(lenpos_t len);
63 lenpos_t len=measure_length); ///< The length of memory to allocate. Optional.
80 SBuffer(lenpos_t len) {
117 lenpos_t size() const {
132 lenpos_t sLen; ///< The size of the string in s
133 lenpos_t sizeGrowth; ///< Minimum growth size when appending strings
136 bool grow(lenpos_t lenNe
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DPropSet.cxx93 bool SString::grow(lenpos_t lenNew) {
110 SString &SString::assign(const char *sOther, lenpos_t sSize_) {
151 SString SString::substr(lenpos_t subPos, lenpos_t subLen) const {
161 SString &SString::lowercase(lenpos_t subPos, lenpos_t subLen) {
165 for (lenpos_t i = subPos; i < subPos + subLen; i++) {
174 SString &SString::uppercase(lenpos_t subPos, lenpos_t subLen) {
178 for (lenpos_t
[all...]

Completed in 101 milliseconds