Home
last modified time | relevance | path

Searched refs:string_position (Results 1 – 25 of 32) sorted by relevance

12

/dports/finance/gnucash/gnucash-4.9/gnucash/import-export/csv-imp/
H A Dcsv-account-import.c235 gint string_position; in csv_account_import() local
241 string_position = strlen (full_name) - strlen (name) - 1; in csv_account_import()
243 if (string_position == -1) in csv_account_import()
246 full_parent = g_strndup (full_name, string_position); in csv_account_import()
251 if (parent == NULL && string_position != -1) in csv_account_import()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/loader/
H A Dsubresource_integrity.cc229 const UChar*& string_position, in ParseAlgorithmPrefix() argument
235 const UChar* pos = string_position; in ParseAlgorithmPrefix()
238 string_position = pos; in ParseAlgorithmPrefix()
244 const UChar* dash_position = string_position; in ParseAlgorithmPrefix()
H A Dsubresource_integrity.h130 const UChar*& string_position,
/dports/devel/cmake-doc/cmake-3.22.1/Source/LexerParser/
H A DcmListFileLexer.in.l43 char* string_position; member
363 memcpy(buffer, lexer->string_position, length);
364 lexer->string_position += length;
395 lexer->string_position = 0;
490 lexer->string_position = lexer->string_buffer;
H A DcmListFileLexer.c791 char* string_position; member
2650 memcpy(buffer, lexer->string_position, length); in cmListFileLexerInput()
2651 lexer->string_position += length; in cmListFileLexerInput()
2682 lexer->string_position = 0; in cmListFileLexerDestroy()
2777 lexer->string_position = lexer->string_buffer; in cmListFileLexer_SetString()
/dports/devel/cmake-gui/cmake-3.22.1/Source/LexerParser/
H A DcmListFileLexer.in.l43 char* string_position; member
363 memcpy(buffer, lexer->string_position, length);
364 lexer->string_position += length;
395 lexer->string_position = 0;
490 lexer->string_position = lexer->string_buffer;
H A DcmListFileLexer.c791 char* string_position; member
2650 memcpy(buffer, lexer->string_position, length); in cmListFileLexerInput()
2651 lexer->string_position += length; in cmListFileLexerInput()
2682 lexer->string_position = 0; in cmListFileLexerDestroy()
2777 lexer->string_position = lexer->string_buffer; in cmListFileLexer_SetString()
/dports/devel/cmake/cmake-3.22.1/Source/LexerParser/
H A DcmListFileLexer.in.l43 char* string_position; member
363 memcpy(buffer, lexer->string_position, length);
364 lexer->string_position += length;
395 lexer->string_position = 0;
490 lexer->string_position = lexer->string_buffer;
H A DcmListFileLexer.c791 char* string_position; member
2650 memcpy(buffer, lexer->string_position, length); in cmListFileLexerInput()
2651 lexer->string_position += length; in cmListFileLexerInput()
2682 lexer->string_position = 0; in cmListFileLexerDestroy()
2777 lexer->string_position = lexer->string_buffer; in cmListFileLexer_SetString()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/tracing/public/cpp/perfetto/java_heap_profiler/
H A Dhprof_parser_android.h74 StringReference(const char* string_position, size_t length); in COMPONENT_EXPORT()
79 const char* string_position; in COMPONENT_EXPORT() member
H A Dhprof_parser_android.cc45 cached_copy = std::make_unique<std::string>(string_position, length); in GetString()
56 HprofParser::StringReference::StringReference(const char* string_position, in StringReference() argument
58 : string_position(string_position), length(length) {} in StringReference()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/tracing/public/cpp/perfetto/java_heap_profiler/
H A Dhprof_parser_android.h74 StringReference(const char* string_position, size_t length); in COMPONENT_EXPORT()
79 const char* string_position; in COMPONENT_EXPORT() member
H A Dhprof_parser_android.cc45 cached_copy = std::make_unique<std::string>(string_position, length); in GetString()
56 HprofParser::StringReference::StringReference(const char* string_position, in StringReference() argument
58 : string_position(string_position), length(length) {} in StringReference()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/loader/
H A Dsubresource_integrity.cc340 const UChar*& string_position, in ParseAlgorithmPrefix() argument
346 const UChar* pos = string_position; in ParseAlgorithmPrefix()
349 string_position = pos; in ParseAlgorithmPrefix()
355 const UChar* dash_position = string_position; in ParseAlgorithmPrefix()
H A Dsubresource_integrity.h142 const UChar*& string_position,
/dports/devel/py-demjson/demjson-2.2.4/
H A Ddemjson.py4065 string_position = buf.position
4089 outer_position=string_position, context='String')
4129 outer_position=string_position, context='String')
4222 outer_position=string_position,
4243 outer_position=string_position,
4263 position=buf.position, outer_position=string_position,
4282 position=buf.position, outer_position=string_position,
4302 position=highsur_position, outer_position=string_position,
4310 outer_position=string_position,
4318 state.update_string_stats( s, position=string_position )
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/InputCommon/ControlReference/
H A DExpressionParser.h54 std::size_t string_position = 0; variable
H A DExpressionParser.cpp214 const std::size_t string_position = it - expr.begin(); in Tokenize() local
217 tok.string_position = string_position; in Tokenize()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/Config/Mapping/
H A DIOWindow.cpp167 set_block_format(int(token.string_position), int(token.string_length), *char_format); in highlightBlock()
186 set_block_format(int(token.string_position), int(token.string_length), in highlightBlock()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/cmake/parser/
H A DcmListFileLexer.c584 char* string_position; member
2485 memcpy(buffer, lexer->string_position, length); in cmListFileLexerInput()
2486 lexer->string_position += length; in cmListFileLexerInput()
2517 lexer->string_position = 0; in cmListFileLexerDestroy()
2612 lexer->string_position = lexer->string_buffer; in cmListFileLexer_SetString()
/dports/games/gnugo/gnugo-3.8/patterns/
H A Ddfa.c1037 int string_position = dfa_rotation_data[DFA_POS(0, 0) in dfa_rotate_string() local
1039 rotated_string[string_position] = string[k]; in dfa_rotate_string()
1040 if (string_position + 1 > new_length) in dfa_rotate_string()
1041 new_length = string_position + 1; in dfa_rotate_string()
/dports/lang/yap/yap-6.2.2/packages/PLStream/
H A DATOMS503 A string_position "string_position"
784 F string_position 2
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/tools/src/
H A Dxref.erl71 -type string_position() :: pos_integer(). type
624 | {'parse_error', string_position(), term()}
667 | {'parse_error', string_position(), term()}
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/tools/src/
H A Dxref.erl71 -type string_position() :: pos_integer(). type
624 | {'parse_error', string_position(), term()}
667 | {'parse_error', string_position(), term()}
/dports/lang/erlang/otp-OTP-24.1.7/lib/tools/src/
H A Dxref.erl71 -type string_position() :: pos_integer(). type
624 | {'parse_error', string_position(), term()}
667 | {'parse_error', string_position(), term()}

12