Home
last modified time | relevance | path

Searched refs:nextpos (Results 1 – 25 of 743) sorted by relevance

12345678910>>...30

/dports/astro/libosmium/libosmium-2.17.2/include/osmium/util/
H A Dstring.hpp55 std::size_t nextpos = str.find_first_of(sep); in split_string() local
56 while (nextpos != std::string::npos) { in split_string()
57 if (!compact || (nextpos - pos != 0)) { in split_string()
58 tokens.push_back(str.substr(pos, nextpos - pos)); in split_string()
60 pos = nextpos + 1; in split_string()
61 nextpos = str.find_first_of(sep, pos); in split_string()
84 std::size_t nextpos = str.find_first_of(sep); in split_string() local
85 while (nextpos != std::string::npos) { in split_string()
86 if (!compact || (nextpos - pos != 0)) { in split_string()
89 pos = nextpos + 1; in split_string()
[all …]
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/contrib/libosmium/include/osmium/util/
H A Dstring.hpp55 std::size_t nextpos = str.find_first_of(sep); in split_string() local
56 while (nextpos != std::string::npos) { in split_string()
57 if (!compact || (nextpos - pos != 0)) { in split_string()
58 tokens.push_back(str.substr(pos, nextpos - pos)); in split_string()
60 pos = nextpos + 1; in split_string()
61 nextpos = str.find_first_of(sep, pos); in split_string()
84 std::size_t nextpos = str.find_first_of(sep); in split_string() local
85 while (nextpos != std::string::npos) { in split_string()
86 if (!compact || (nextpos - pos != 0)) { in split_string()
89 pos = nextpos + 1; in split_string()
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/libosmium/include/osmium/util/
H A Dstring.hpp55 std::size_t nextpos = str.find_first_of(sep); in split_string() local
56 while (nextpos != std::string::npos) { in split_string()
57 if (!compact || (nextpos - pos != 0)) { in split_string()
58 tokens.push_back(str.substr(pos, nextpos - pos)); in split_string()
60 pos = nextpos + 1; in split_string()
61 nextpos = str.find_first_of(sep, pos); in split_string()
84 std::size_t nextpos = str.find_first_of(sep); in split_string() local
85 while (nextpos != std::string::npos) { in split_string()
86 if (!compact || (nextpos - pos != 0)) { in split_string()
89 pos = nextpos + 1; in split_string()
[all …]
/dports/www/p5-HTML-Macro/HTML-Macro/
H A DMacro.pm61 my $nextpos = pos $buf;
82 $pos = $nextpos;
422 $nextpos);
435 $nextpos);
500 $nextpos)
513 : $nextpos;
572 $nextpos)
631 $nextpos);
646 $nextpos)
666 $nextpos)
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DDLexer.h44 if (nextpos < lastpos){ \
45 *(nextpos++) = ch; \
76 nextpos = _lextext; in nextTokenType()
79 _begexpr = nextpos; in nextTokenType()
99 --nextpos; in nextTokenType()
104 *(nextpos) = '\0'; in nextTokenType()
126 if (nextpos < lastpos){ in nextTokenType()
127 *(nextpos++) = ch; in nextTokenType()
131 *nextpos = '\0'; in nextTokenType()
135 *nextpos = '\0'; in nextTokenType()
[all …]
/dports/sysutils/cdrdao/cdrdao-1.2.4/pccts/h/
H A DDLexer.h42 if (nextpos < lastpos){ \
43 *(nextpos++) = ch; \
74 nextpos = _lextext; in nextTokenType()
77 _begexpr = nextpos; in nextTokenType()
97 --nextpos; in nextTokenType()
102 *(nextpos) = '\0'; in nextTokenType()
123 if (nextpos < lastpos){ in nextTokenType()
124 *(nextpos++) = ch; in nextTokenType()
128 *nextpos = '\0'; in nextTokenType()
132 *nextpos = '\0'; in nextTokenType()
[all …]
H A DDLexerBase.cpp69 this->nextpos = NULL; in DLGLexerBase()
125 state->nextpos = nextpos; in saveState()
149 nextpos = state->nextpos; in restoreState()
180 nextpos = _begexpr + 1; in replchar()
183 nextpos = _begexpr; /* MR30 Zero terminates string. */ in replchar()
198 nextpos = _begexpr; in replstr()
200 while ((nextpos <= l) && (*(nextpos++) = *(s++))){ in replstr()
204 nextpos--; in replstr()
206 if ((nextpos <= l) && (*(--s) == 0)){ in replstr()
211 *(nextpos) = '\0'; in replstr()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DDLexer.h44 if (nextpos < lastpos){ \
45 *(nextpos++) = ch; \
76 nextpos = _lextext; in nextTokenType()
79 _begexpr = nextpos; in nextTokenType()
99 --nextpos; in nextTokenType()
104 *(nextpos) = '\0'; in nextTokenType()
126 if (nextpos < lastpos){ in nextTokenType()
127 *(nextpos++) = ch; in nextTokenType()
131 *nextpos = '\0'; in nextTokenType()
135 *nextpos = '\0'; in nextTokenType()
[all …]
H A DDLexerBase.cpp69 this->nextpos = NULL; in DLGLexerBase()
125 state->nextpos = nextpos; in saveState()
149 nextpos = state->nextpos; in restoreState()
180 nextpos = _begexpr + 1; in replchar()
183 nextpos = _begexpr; /* MR30 Zero terminates string. */ in replchar()
198 nextpos = _begexpr; in replstr()
200 while ((nextpos <= l) && (*(nextpos++) = *(s++))){ in replstr()
204 nextpos--; in replstr()
206 if ((nextpos <= l) && (*(--s) == 0)){ in replstr()
211 *(nextpos) = '\0'; in replstr()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DDLexer.h44 if (nextpos < lastpos){ \
45 *(nextpos++) = ch; \
76 nextpos = _lextext; in nextTokenType()
79 _begexpr = nextpos; in nextTokenType()
99 --nextpos; in nextTokenType()
104 *(nextpos) = '\0'; in nextTokenType()
126 if (nextpos < lastpos){ in nextTokenType()
127 *(nextpos++) = ch; in nextTokenType()
131 *nextpos = '\0'; in nextTokenType()
135 *nextpos = '\0'; in nextTokenType()
[all …]
H A DDLexerBase.cpp69 this->nextpos = NULL; in DLGLexerBase()
125 state->nextpos = nextpos; in saveState()
149 nextpos = state->nextpos; in restoreState()
180 nextpos = _begexpr + 1; in replchar()
183 nextpos = _begexpr; /* MR30 Zero terminates string. */ in replchar()
198 nextpos = _begexpr; in replstr()
200 while ((nextpos <= l) && (*(nextpos++) = *(s++))){ in replstr()
204 nextpos--; in replstr()
206 if ((nextpos <= l) && (*(--s) == 0)){ in replstr()
211 *(nextpos) = '\0'; in replstr()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DDLexer.h44 if (nextpos < lastpos){ \
45 *(nextpos++) = ch; \
76 nextpos = _lextext; in nextTokenType()
79 _begexpr = nextpos; in nextTokenType()
99 --nextpos; in nextTokenType()
104 *(nextpos) = '\0'; in nextTokenType()
126 if (nextpos < lastpos){ in nextTokenType()
127 *(nextpos++) = ch; in nextTokenType()
131 *nextpos = '\0'; in nextTokenType()
135 *nextpos = '\0'; in nextTokenType()
[all …]
H A DDLexerBase.cpp69 this->nextpos = NULL; in DLGLexerBase()
125 state->nextpos = nextpos; in saveState()
149 nextpos = state->nextpos; in restoreState()
180 nextpos = _begexpr + 1; in replchar()
183 nextpos = _begexpr; /* MR30 Zero terminates string. */ in replchar()
198 nextpos = _begexpr; in replstr()
200 while ((nextpos <= l) && (*(nextpos++) = *(s++))){ in replstr()
204 nextpos--; in replstr()
206 if ((nextpos <= l) && (*(--s) == 0)){ in replstr()
211 *(nextpos) = '\0'; in replstr()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DDLexer.h44 if (nextpos < lastpos){ \
45 *(nextpos++) = ch; \
76 nextpos = _lextext; in nextTokenType()
79 _begexpr = nextpos; in nextTokenType()
99 --nextpos; in nextTokenType()
104 *(nextpos) = '\0'; in nextTokenType()
126 if (nextpos < lastpos){ in nextTokenType()
127 *(nextpos++) = ch; in nextTokenType()
131 *nextpos = '\0'; in nextTokenType()
135 *nextpos = '\0'; in nextTokenType()
[all …]
H A DDLexerBase.cpp69 this->nextpos = NULL; in DLGLexerBase()
125 state->nextpos = nextpos; in saveState()
149 nextpos = state->nextpos; in restoreState()
180 nextpos = _begexpr + 1; in replchar()
183 nextpos = _begexpr; /* MR30 Zero terminates string. */ in replchar()
198 nextpos = _begexpr; in replstr()
200 while ((nextpos <= l) && (*(nextpos++) = *(s++))){ in replstr()
204 nextpos--; in replstr()
206 if ((nextpos <= l) && (*(--s) == 0)){ in replstr()
211 *(nextpos) = '\0'; in replstr()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
H A DDLexer.cpp39 if (nextpos < lastpos){ \
40 *(nextpos++) = ch; \
71 nextpos = _lextext; in nextTokenType()
74 _begexpr = nextpos; in nextTokenType()
94 --nextpos; in nextTokenType()
99 *(nextpos) = '\0'; in nextTokenType()
120 if (nextpos < lastpos){ in nextTokenType()
121 *(nextpos++) = ch; in nextTokenType()
125 *nextpos = '\0'; in nextTokenType()
129 *nextpos = '\0'; in nextTokenType()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DDLexer.h42 if (nextpos < lastpos){ \
43 *(nextpos++) = ch; \
74 nextpos = _lextext; in nextTokenType()
77 _begexpr = nextpos; in nextTokenType()
97 --nextpos; in nextTokenType()
102 *(nextpos) = '\0'; in nextTokenType()
123 if (nextpos < lastpos){ in nextTokenType()
124 *(nextpos++) = ch; in nextTokenType()
128 *nextpos = '\0'; in nextTokenType()
132 *nextpos = '\0'; in nextTokenType()
[all …]
H A DDLexerBase.cpp69 this->nextpos = NULL; in DLGLexerBase()
125 state->nextpos = nextpos; in saveState()
149 nextpos = state->nextpos; in restoreState()
180 nextpos = _begexpr + 1; in replchar()
183 nextpos = _begexpr; /* MR30 Zero terminates string. */ in replchar()
198 nextpos = _begexpr; in replstr()
200 while ((nextpos <= l) && (*(nextpos++) = *(s++))){ in replstr()
204 nextpos--; in replstr()
206 if ((nextpos <= l) && (*(--s) == 0)){ in replstr()
211 *(nextpos) = '\0'; in replstr()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DDLexer.h44 if (nextpos < lastpos){ \
45 *(nextpos++) = ch; \
76 nextpos = _lextext; in nextTokenType()
79 _begexpr = nextpos; in nextTokenType()
99 --nextpos; in nextTokenType()
104 *(nextpos) = '\0'; in nextTokenType()
126 if (nextpos < lastpos){ in nextTokenType()
127 *(nextpos++) = ch; in nextTokenType()
131 *nextpos = '\0'; in nextTokenType()
135 *nextpos = '\0'; in nextTokenType()
[all …]
H A DDLexerBase.cpp69 this->nextpos = NULL; in DLGLexerBase()
125 state->nextpos = nextpos; in saveState()
149 nextpos = state->nextpos; in restoreState()
180 nextpos = _begexpr + 1; in replchar()
183 nextpos = _begexpr; /* MR30 Zero terminates string. */ in replchar()
198 nextpos = _begexpr; in replstr()
200 while ((nextpos <= l) && (*(nextpos++) = *(s++))){ in replstr()
204 nextpos--; in replstr()
206 if ((nextpos <= l) && (*(--s) == 0)){ in replstr()
211 *(nextpos) = '\0'; in replstr()
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DDLexer.h44 if (nextpos < lastpos){ \
45 *(nextpos++) = ch; \
76 nextpos = _lextext; in nextTokenType()
79 _begexpr = nextpos; in nextTokenType()
99 --nextpos; in nextTokenType()
104 *(nextpos) = '\0'; in nextTokenType()
126 if (nextpos < lastpos){ in nextTokenType()
127 *(nextpos++) = ch; in nextTokenType()
131 *nextpos = '\0'; in nextTokenType()
135 *nextpos = '\0'; in nextTokenType()
[all …]
H A DDLexerBase.cpp69 this->nextpos = NULL; in DLGLexerBase()
125 state->nextpos = nextpos; in saveState()
149 nextpos = state->nextpos; in restoreState()
180 nextpos = _begexpr + 1; in replchar()
183 nextpos = _begexpr; /* MR30 Zero terminates string. */ in replchar()
198 nextpos = _begexpr; in replstr()
200 while ((nextpos <= l) && (*(nextpos++) = *(s++))){ in replstr()
204 nextpos--; in replstr()
206 if ((nextpos <= l) && (*(--s) == 0)){ in replstr()
211 *(nextpos) = '\0'; in replstr()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DDLexer.h44 if (nextpos < lastpos){ \
45 *(nextpos++) = ch; \
76 nextpos = _lextext; in nextTokenType()
79 _begexpr = nextpos; in nextTokenType()
99 --nextpos; in nextTokenType()
104 *(nextpos) = '\0'; in nextTokenType()
126 if (nextpos < lastpos){ in nextTokenType()
127 *(nextpos++) = ch; in nextTokenType()
131 *nextpos = '\0'; in nextTokenType()
135 *nextpos = '\0'; in nextTokenType()
[all …]
/dports/devel/cccc/cccc-3.1.6/pccts/h/
H A DDLexer.cpp39 if (nextpos < lastpos){ \
40 *(nextpos++) = ch; \
71 nextpos = _lextext; in nextTokenType()
74 _begexpr = nextpos; in nextTokenType()
94 --nextpos; in nextTokenType()
99 *(nextpos) = '\0'; in nextTokenType()
120 if (nextpos < lastpos){ in nextTokenType()
121 *(nextpos++) = ch; in nextTokenType()
125 *nextpos = '\0'; in nextTokenType()
129 *nextpos = '\0'; in nextTokenType()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DDLexer.h44 if (nextpos < lastpos){ \
45 *(nextpos++) = ch; \
76 nextpos = _lextext; in nextTokenType()
79 _begexpr = nextpos; in nextTokenType()
99 --nextpos; in nextTokenType()
104 *(nextpos) = '\0'; in nextTokenType()
126 if (nextpos < lastpos){ in nextTokenType()
127 *(nextpos++) = ch; in nextTokenType()
131 *nextpos = '\0'; in nextTokenType()
135 *nextpos = '\0'; in nextTokenType()
[all …]

12345678910>>...30