Home
last modified time | relevance | path

Searched refs:is_unicode (Results 1 – 25 of 1148) sorted by relevance

12345678910>>...46

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/ntlm/
H A Dntlm_client.cc99 bool is_unicode, in WriteStringPayloads() argument
103 if (is_unicode) { in WriteStringPayloads()
117 if (is_unicode) in GetStringPayloadLength()
128 size_t GetStringPayloadLength(const std::string& str, bool is_unicode) { in GetStringPayloadLength() argument
129 if (!is_unicode) in GetStringPayloadLength()
246 bool is_unicode = (authenticate_flags & NegotiateFlags::kUnicode) == in GenerateAuthenticateMessage() local
257 CalculatePayloadLayout(is_unicode, domain, username, hostname, in GenerateAuthenticateMessage()
327 bool is_unicode, in CalculatePayloadLayout() argument
354 domain_info->length = GetStringPayloadLength(domain, is_unicode); in CalculatePayloadLayout()
358 username_info->length = GetStringPayloadLength(username, is_unicode); in CalculatePayloadLayout()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/ntlm/
H A Dntlm_client.cc99 bool is_unicode, in WriteStringPayloads() argument
103 if (is_unicode) { in WriteStringPayloads()
117 if (is_unicode) in GetStringPayloadLength()
128 size_t GetStringPayloadLength(const std::string& str, bool is_unicode) { in GetStringPayloadLength() argument
129 if (!is_unicode) in GetStringPayloadLength()
246 bool is_unicode = (authenticate_flags & NegotiateFlags::kUnicode) == in GenerateAuthenticateMessage() local
257 CalculatePayloadLayout(is_unicode, domain, username, hostname, in GenerateAuthenticateMessage()
327 bool is_unicode, in CalculatePayloadLayout() argument
354 domain_info->length = GetStringPayloadLength(domain, is_unicode); in CalculatePayloadLayout()
358 username_info->length = GetStringPayloadLength(username, is_unicode); in CalculatePayloadLayout()
[all …]
/dports/devel/py-robotframework/robotframework-3.1.2/src/robot/utils/
H A Dencoding.py22 from .robottypes import is_unicode
46 if is_unicode(string) and not (IRONPYTHON and force):
82 return string if is_unicode(string) else unic(string)
85 return string if is_unicode(string) else unic(string)
101 if not is_unicode(string):
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
H A DTestDisplayAndInputProcessor.java174 String is_unicode = "\u1019\u101B\u103E\u102D\u101E\u1031\u102C"; in TestMyanmarZawgyi() local
175 String check_is_unicode = daip.processInput("", is_unicode, null); in TestMyanmarZawgyi()
176 if (!check_is_unicode.equals(is_unicode)) { in TestMyanmarZawgyi()
177 errln("Myanmar should not have converted:\n" + is_unicode + " to\n" in TestMyanmarZawgyi()
180 is_unicode = "\u1001\u103B\u103c"; in TestMyanmarZawgyi()
181 check_is_unicode = daip.processInput("", is_unicode, null); in TestMyanmarZawgyi()
182 if (!check_is_unicode.equals(is_unicode)) { in TestMyanmarZawgyi()
183 errln("Myanmar should not have converted:\n" + is_unicode + " to\n" in TestMyanmarZawgyi()
186 is_unicode = "\u1001\u103E\u103A"; in TestMyanmarZawgyi()
187 check_is_unicode = daip.processInput("", is_unicode, null); in TestMyanmarZawgyi()
[all …]
/dports/databases/php80-pdo_odbc/php-8.0.15/ext/pdo_odbc/
H A Dodbc_stmt.c60 if (is_unicode && buflen) { in pdo_odbc_utf82ucs2()
95 if (is_unicode && buflen) { in pdo_odbc_ucs22utf8()
193 switch (pdo_odbc_utf82ucs2(stmt, P->is_unicode, in odbc_stmt_execute()
354 P->is_unicode = pdo_odbc_sqltype_is_unicode(S, sqltype); in odbc_stmt_param_hook()
355 if (P->is_unicode) { in odbc_stmt_param_hook()
372 if (P->is_unicode) { in odbc_stmt_param_hook()
375 P->outbuf = emalloc(P->len + (P->is_unicode ? 2:1)); in odbc_stmt_param_hook()
466 switch (pdo_odbc_utf82ucs2(stmt, P->is_unicode, in odbc_stmt_param_hook()
630 S->cols[colno].is_unicode ? SQL_C_BINARY : SQL_C_CHAR, in odbc_stmt_describe()
731 if (C->is_unicode) { in odbc_stmt_get_col()
[all …]
/dports/databases/php81-pdo_odbc/php-8.1.1/ext/pdo_odbc/
H A Dodbc_stmt.c60 if (is_unicode && buflen) { in pdo_odbc_utf82ucs2()
95 if (is_unicode && Z_STRLEN_P(result) != 0) { in pdo_odbc_ucs22utf8()
190 switch (pdo_odbc_utf82ucs2(stmt, P->is_unicode, in odbc_stmt_execute()
351 P->is_unicode = pdo_odbc_sqltype_is_unicode(S, sqltype); in odbc_stmt_param_hook()
352 if (P->is_unicode) { in odbc_stmt_param_hook()
369 if (P->is_unicode) { in odbc_stmt_param_hook()
372 P->outbuf = emalloc(P->len + (P->is_unicode ? 2:1)); in odbc_stmt_param_hook()
463 switch (pdo_odbc_utf82ucs2(stmt, P->is_unicode, in odbc_stmt_param_hook()
614 S->cols[colno].is_unicode ? SQL_C_BINARY : SQL_C_CHAR, in odbc_stmt_describe()
714 if (C->is_unicode) { in odbc_stmt_get_col()
[all …]
/dports/databases/php74-pdo_odbc/php-7.4.27/ext/pdo_odbc/
H A Dodbc_stmt.c62 if (is_unicode && buflen) { in pdo_odbc_utf82ucs2()
97 if (is_unicode && buflen) { in pdo_odbc_ucs22utf8()
195 switch (pdo_odbc_utf82ucs2(stmt, P->is_unicode, in odbc_stmt_execute()
356 P->is_unicode = pdo_odbc_sqltype_is_unicode(S, sqltype); in odbc_stmt_param_hook()
357 if (P->is_unicode) { in odbc_stmt_param_hook()
374 if (P->is_unicode) { in odbc_stmt_param_hook()
377 P->outbuf = emalloc(P->len + (P->is_unicode ? 2:1)); in odbc_stmt_param_hook()
468 switch (pdo_odbc_utf82ucs2(stmt, P->is_unicode, in odbc_stmt_param_hook()
632 S->cols[colno].is_unicode ? SQL_C_BINARY : SQL_C_CHAR, in odbc_stmt_describe()
733 if (C->is_unicode) { in odbc_stmt_get_col()
[all …]
/dports/www/mod_php81/php-8.1.1/ext/pdo_odbc/
H A Dodbc_stmt.c60 if (is_unicode && buflen) { in pdo_odbc_utf82ucs2()
95 if (is_unicode && Z_STRLEN_P(result) != 0) { in pdo_odbc_ucs22utf8()
190 switch (pdo_odbc_utf82ucs2(stmt, P->is_unicode, in odbc_stmt_execute()
351 P->is_unicode = pdo_odbc_sqltype_is_unicode(S, sqltype); in odbc_stmt_param_hook()
352 if (P->is_unicode) { in odbc_stmt_param_hook()
369 if (P->is_unicode) { in odbc_stmt_param_hook()
372 P->outbuf = emalloc(P->len + (P->is_unicode ? 2:1)); in odbc_stmt_param_hook()
463 switch (pdo_odbc_utf82ucs2(stmt, P->is_unicode, in odbc_stmt_param_hook()
614 S->cols[colno].is_unicode ? SQL_C_BINARY : SQL_C_CHAR, in odbc_stmt_describe()
714 if (C->is_unicode) { in odbc_stmt_get_col()
[all …]
/dports/lang/php81/php-8.1.1/ext/pdo_odbc/
H A Dodbc_stmt.c60 if (is_unicode && buflen) { in pdo_odbc_utf82ucs2()
95 if (is_unicode && Z_STRLEN_P(result) != 0) { in pdo_odbc_ucs22utf8()
190 switch (pdo_odbc_utf82ucs2(stmt, P->is_unicode, in odbc_stmt_execute()
351 P->is_unicode = pdo_odbc_sqltype_is_unicode(S, sqltype); in odbc_stmt_param_hook()
352 if (P->is_unicode) { in odbc_stmt_param_hook()
369 if (P->is_unicode) { in odbc_stmt_param_hook()
372 P->outbuf = emalloc(P->len + (P->is_unicode ? 2:1)); in odbc_stmt_param_hook()
463 switch (pdo_odbc_utf82ucs2(stmt, P->is_unicode, in odbc_stmt_param_hook()
614 S->cols[colno].is_unicode ? SQL_C_BINARY : SQL_C_CHAR, in odbc_stmt_describe()
714 if (C->is_unicode) { in odbc_stmt_get_col()
[all …]
/dports/lang/php80/php-8.0.15/ext/pdo_odbc/
H A Dodbc_stmt.c60 if (is_unicode && buflen) { in pdo_odbc_utf82ucs2()
95 if (is_unicode && buflen) { in pdo_odbc_ucs22utf8()
193 switch (pdo_odbc_utf82ucs2(stmt, P->is_unicode, in odbc_stmt_execute()
354 P->is_unicode = pdo_odbc_sqltype_is_unicode(S, sqltype); in odbc_stmt_param_hook()
355 if (P->is_unicode) { in odbc_stmt_param_hook()
372 if (P->is_unicode) { in odbc_stmt_param_hook()
375 P->outbuf = emalloc(P->len + (P->is_unicode ? 2:1)); in odbc_stmt_param_hook()
466 switch (pdo_odbc_utf82ucs2(stmt, P->is_unicode, in odbc_stmt_param_hook()
630 S->cols[colno].is_unicode ? SQL_C_BINARY : SQL_C_CHAR, in odbc_stmt_describe()
731 if (C->is_unicode) { in odbc_stmt_get_col()
[all …]
/dports/lang/php74/php-7.4.27/ext/pdo_odbc/
H A Dodbc_stmt.c62 if (is_unicode && buflen) { in pdo_odbc_utf82ucs2()
97 if (is_unicode && buflen) { in pdo_odbc_ucs22utf8()
195 switch (pdo_odbc_utf82ucs2(stmt, P->is_unicode, in odbc_stmt_execute()
356 P->is_unicode = pdo_odbc_sqltype_is_unicode(S, sqltype); in odbc_stmt_param_hook()
357 if (P->is_unicode) { in odbc_stmt_param_hook()
374 if (P->is_unicode) { in odbc_stmt_param_hook()
377 P->outbuf = emalloc(P->len + (P->is_unicode ? 2:1)); in odbc_stmt_param_hook()
468 switch (pdo_odbc_utf82ucs2(stmt, P->is_unicode, in odbc_stmt_param_hook()
632 S->cols[colno].is_unicode ? SQL_C_BINARY : SQL_C_CHAR, in odbc_stmt_describe()
733 if (C->is_unicode) { in odbc_stmt_get_col()
[all …]
/dports/www/mod_php74/php-7.4.27/ext/pdo_odbc/
H A Dodbc_stmt.c62 if (is_unicode && buflen) { in pdo_odbc_utf82ucs2()
97 if (is_unicode && buflen) { in pdo_odbc_ucs22utf8()
195 switch (pdo_odbc_utf82ucs2(stmt, P->is_unicode, in odbc_stmt_execute()
356 P->is_unicode = pdo_odbc_sqltype_is_unicode(S, sqltype); in odbc_stmt_param_hook()
357 if (P->is_unicode) { in odbc_stmt_param_hook()
374 if (P->is_unicode) { in odbc_stmt_param_hook()
377 P->outbuf = emalloc(P->len + (P->is_unicode ? 2:1)); in odbc_stmt_param_hook()
468 switch (pdo_odbc_utf82ucs2(stmt, P->is_unicode, in odbc_stmt_param_hook()
632 S->cols[colno].is_unicode ? SQL_C_BINARY : SQL_C_CHAR, in odbc_stmt_describe()
733 if (C->is_unicode) { in odbc_stmt_get_col()
[all …]
/dports/www/mod_php80/php-8.0.15/ext/pdo_odbc/
H A Dodbc_stmt.c60 if (is_unicode && buflen) { in pdo_odbc_utf82ucs2()
95 if (is_unicode && buflen) { in pdo_odbc_ucs22utf8()
193 switch (pdo_odbc_utf82ucs2(stmt, P->is_unicode, in odbc_stmt_execute()
354 P->is_unicode = pdo_odbc_sqltype_is_unicode(S, sqltype); in odbc_stmt_param_hook()
355 if (P->is_unicode) { in odbc_stmt_param_hook()
372 if (P->is_unicode) { in odbc_stmt_param_hook()
375 P->outbuf = emalloc(P->len + (P->is_unicode ? 2:1)); in odbc_stmt_param_hook()
466 switch (pdo_odbc_utf82ucs2(stmt, P->is_unicode, in odbc_stmt_param_hook()
630 S->cols[colno].is_unicode ? SQL_C_BINARY : SQL_C_CHAR, in odbc_stmt_describe()
731 if (C->is_unicode) { in odbc_stmt_get_col()
[all …]
/dports/lang/php73/php-7.3.33/ext/pdo_odbc/
H A Dodbc_stmt.c62 if (is_unicode && buflen) { in pdo_odbc_utf82ucs2()
97 if (is_unicode && buflen) { in pdo_odbc_ucs22utf8()
195 switch (pdo_odbc_utf82ucs2(stmt, P->is_unicode, in odbc_stmt_execute()
349 P->is_unicode = pdo_odbc_sqltype_is_unicode(S, sqltype); in odbc_stmt_param_hook()
350 if (P->is_unicode) { in odbc_stmt_param_hook()
367 if (P->is_unicode) { in odbc_stmt_param_hook()
370 P->outbuf = emalloc(P->len + (P->is_unicode ? 2:1)); in odbc_stmt_param_hook()
461 switch (pdo_odbc_utf82ucs2(stmt, P->is_unicode, in odbc_stmt_param_hook()
628 S->cols[colno].is_unicode ? SQL_C_BINARY : SQL_C_CHAR, in odbc_stmt_describe()
719 if (C->is_unicode) { in odbc_stmt_get_col()
[all …]
/dports/databases/php73-pdo_odbc/php-7.3.33/ext/pdo_odbc/
H A Dodbc_stmt.c62 if (is_unicode && buflen) { in pdo_odbc_utf82ucs2()
97 if (is_unicode && buflen) { in pdo_odbc_ucs22utf8()
195 switch (pdo_odbc_utf82ucs2(stmt, P->is_unicode, in odbc_stmt_execute()
349 P->is_unicode = pdo_odbc_sqltype_is_unicode(S, sqltype); in odbc_stmt_param_hook()
350 if (P->is_unicode) { in odbc_stmt_param_hook()
367 if (P->is_unicode) { in odbc_stmt_param_hook()
370 P->outbuf = emalloc(P->len + (P->is_unicode ? 2:1)); in odbc_stmt_param_hook()
461 switch (pdo_odbc_utf82ucs2(stmt, P->is_unicode, in odbc_stmt_param_hook()
628 S->cols[colno].is_unicode ? SQL_C_BINARY : SQL_C_CHAR, in odbc_stmt_describe()
719 if (C->is_unicode) { in odbc_stmt_get_col()
[all …]
/dports/www/mod_php73/php-7.3.33/ext/pdo_odbc/
H A Dodbc_stmt.c62 if (is_unicode && buflen) { in pdo_odbc_utf82ucs2()
97 if (is_unicode && buflen) { in pdo_odbc_ucs22utf8()
195 switch (pdo_odbc_utf82ucs2(stmt, P->is_unicode, in odbc_stmt_execute()
349 P->is_unicode = pdo_odbc_sqltype_is_unicode(S, sqltype); in odbc_stmt_param_hook()
350 if (P->is_unicode) { in odbc_stmt_param_hook()
367 if (P->is_unicode) { in odbc_stmt_param_hook()
370 P->outbuf = emalloc(P->len + (P->is_unicode ? 2:1)); in odbc_stmt_param_hook()
461 switch (pdo_odbc_utf82ucs2(stmt, P->is_unicode, in odbc_stmt_param_hook()
628 S->cols[colno].is_unicode ? SQL_C_BINARY : SQL_C_CHAR, in odbc_stmt_describe()
719 if (C->is_unicode) { in odbc_stmt_get_col()
[all …]
/dports/devel/liblnk/liblnk-20210417/liblnk/
H A Dliblnk_data_string.c196 data_string->is_unicode = io_handle->is_unicode; in liblnk_data_string_read()
246 if( data_string->is_unicode != 0 ) in liblnk_data_string_read()
307 if( data_string->is_unicode != 0 ) in liblnk_data_string_read()
411 if( data_string->is_unicode != 0 ) in liblnk_data_string_get_utf8_string_size()
501 if( data_string->is_unicode != 0 ) in liblnk_data_string_get_utf8_string()
581 if( data_string->is_unicode != 0 ) in liblnk_data_string_get_utf16_string_size()
671 if( data_string->is_unicode != 0 ) in liblnk_data_string_get_utf16_string()
/dports/sysutils/bulk_extractor/bulk_extractor-2.0.0-beta2/src/
H A Dscan_winlnk.cpp56 const bool is_unicode, dfxml_writer::strstrmap_t& lnkmap) in read_StringData() argument
60 const size_t size = 2 + count * (is_unicode ? 2 : 1); in read_StringData()
67 if (is_unicode) { in read_StringData()
210 const bool is_unicode = LinkFlags & (1 << 7); in read_ShellLinkHeader() local
229 offset += read_StringData("name_string", sb2, offset, is_unicode, lnkmap); in read_ShellLinkHeader()
232 offset += read_StringData("relative_path", sb2, offset, is_unicode, lnkmap); in read_ShellLinkHeader()
235 offset += read_StringData("working_dir", sb2, offset, is_unicode, lnkmap); in read_ShellLinkHeader()
238 offset += read_StringData("command_line_arguments", sb2, offset, is_unicode, lnkmap); in read_ShellLinkHeader()
241 offset += read_StringData("icon_location", sb2, offset, is_unicode, lnkmap); in read_ShellLinkHeader()
/dports/graphics/poppler/poppler-21.12.0/cpp/
H A Dpoppler-private.cpp67 const bool is_unicode = str->hasUnicodeMarker() || is_unicodeLE; in unicode_GooString_to_ustring() local
68 int i = is_unicode ? 2 : 0; in unicode_GooString_to_ustring()
70 if (is_unicode) { in unicode_GooString_to_ustring()
76 if (is_unicode) { in unicode_GooString_to_ustring()
/dports/graphics/poppler-glib/poppler-21.12.0/cpp/
H A Dpoppler-private.cpp67 const bool is_unicode = str->hasUnicodeMarker() || is_unicodeLE; in unicode_GooString_to_ustring() local
68 int i = is_unicode ? 2 : 0; in unicode_GooString_to_ustring()
70 if (is_unicode) { in unicode_GooString_to_ustring()
76 if (is_unicode) { in unicode_GooString_to_ustring()
/dports/graphics/poppler-qt5/poppler-21.12.0/cpp/
H A Dpoppler-private.cpp67 const bool is_unicode = str->hasUnicodeMarker() || is_unicodeLE; in unicode_GooString_to_ustring() local
68 int i = is_unicode ? 2 : 0; in unicode_GooString_to_ustring()
70 if (is_unicode) { in unicode_GooString_to_ustring()
76 if (is_unicode) { in unicode_GooString_to_ustring()
/dports/graphics/poppler-utils/poppler-21.12.0/cpp/
H A Dpoppler-private.cpp67 const bool is_unicode = str->hasUnicodeMarker() || is_unicodeLE; in unicode_GooString_to_ustring() local
68 int i = is_unicode ? 2 : 0; in unicode_GooString_to_ustring()
70 if (is_unicode) { in unicode_GooString_to_ustring()
76 if (is_unicode) { in unicode_GooString_to_ustring()
/dports/devel/py-hypothesis/hypothesis-6.28.0/src/hypothesis/strategies/_internal/
H A Dregex.py225 is_unicode = isinstance(regex.pattern, str)
231 return st.just("" if is_unicode else b"")
235 if is_unicode:
240 if is_unicode:
276 def _strategy(codes, context, is_unicode): argument
305 return _strategy(codes, context, is_unicode)
307 if is_unicode:
386 if is_unicode:
394 if is_unicode:
423 if is_unicode:
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/cpp/
H A Dpoppler-private.cpp56 bool is_unicode = false; in unicode_GooString_to_ustring() local
58 is_unicode = true; in unicode_GooString_to_ustring()
62 if (is_unicode) { in unicode_GooString_to_ustring()
68 if (is_unicode) { in unicode_GooString_to_ustring()
/dports/devel/libfwsi/libfwsi-20210419/libfwsi/
H A Dlibfwsi_file_entry_values.c293 file_entry_values->is_unicode = 1; in libfwsi_file_entry_values_read_data()
297 file_entry_values->is_unicode = 0; in libfwsi_file_entry_values_read_data()
303 if( file_entry_values->is_unicode != 0 ) in libfwsi_file_entry_values_read_data()
379 if( file_entry_values->is_unicode != 0 ) in libfwsi_file_entry_values_read_data()
446 if( file_entry_values->is_unicode != 0 ) in libfwsi_file_entry_values_read_data()
478 if( file_entry_values->is_unicode != 0 ) in libfwsi_file_entry_values_read_data()

12345678910>>...46