/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | encoding.c | 240 int trailing; in UTF8Toascii() local 271 if (inend - in < trailing) { in UTF8Toascii() 275 for ( ; trailing; trailing--) { in UTF8Toascii() 424 int trailing; in UTF8Toisolat1() local 455 if (inend - in < trailing) { in UTF8Toisolat1() 459 for ( ; trailing; trailing--) { in UTF8Toisolat1() 608 int trailing; in UTF8ToUTF16LE() local 639 if (inend - in < trailing) { in UTF8ToUTF16LE() 643 for ( ; trailing; trailing--) { in UTF8ToUTF16LE() 851 int trailing; in UTF8ToUTF16BE() local [all …]
|
H A D | HTMLparser.c | 2159 int trailing; in UTF8ToHtml() local 2174 if (d < 0x80) { c= d; trailing= 0; } in UTF8ToHtml() 2181 else if (d < 0xF0) { c= d & 0x0F; trailing= 2; } in UTF8ToHtml() 2182 else if (d < 0xF8) { c= d & 0x07; trailing= 3; } in UTF8ToHtml() 2190 if (inend - in < trailing) { in UTF8ToHtml() 2194 for ( ; trailing; trailing--) { in UTF8ToHtml() 2263 int trailing; in htmlEncodeEntities() local 2271 if (d < 0x80) { c= d; trailing= 0; } in htmlEncodeEntities() 2278 else if (d < 0xF0) { c= d & 0x0F; trailing= 2; } in htmlEncodeEntities() 2287 if (inend - in < trailing) in htmlEncodeEntities() [all …]
|
/reactos/sdk/lib/ucrt/convert/ |
H A D | cfout.cpp | 312 return __acrt_has_trailing_digits::trailing; in convert_to_fos_high_precision() 353 … _ERRCHECK(strcpy_s(result, result_count, "1#INF" )); return __acrt_has_trailing_digits::trailing; in __acrt_fltout()
|
H A D | _fptostr.cpp | 25 if (trailing_digits == __acrt_has_trailing_digits::trailing) in check_trailing()
|
H A D | fcvt.cpp | 60 …uffer, buffer_count, capped_digits, strflt, __acrt_has_trailing_digits::trailing, __acrt_rounding_… in internal_to_string()
|
/reactos/dll/win32/riched20/ |
H A D | run.c | 487 int cp, trailing; in ME_CharFromPointContext() local 491 &cp, &trailing ); in ME_CharFromPointContext() 492 …TRACE("x %d cp %d trailing %d (run width %d) rtl %d log order %d\n", cx, cp, trailing, run->nWidth, in ME_CharFromPointContext() 494 return closest ? cp + trailing : cp; in ME_CharFromPointContext()
|
/reactos/sdk/lib/ucrt/inc/ |
H A D | corecrt_internal_fltintrn.h | 102 trailing,
|
/reactos/drivers/network/tcpip/lwip/doc/ |
H A D | contrib.txt | 18 3. end debug messages with a trailing newline (\n).
|
/reactos/modules/rostests/winetests/ws2_32/ |
H A D | ros_diff.patch | 1 diff -pudN --strip-trailing-cr e:\wine\dlls\ws2_32\tests/sock.c e:\reactos\modules\rostests\winetes…
|
/reactos/modules/rosapps/applications/cmdutils/vfdcmd/ |
H A D | vfdmsg.mc | 1182 The trailing ':' is required. 1296 The trailing ':' is optional. 1328 The trailing ':' is required. 1381 The trailing ':' is optional. 1409 The trailing ':' is optional.
|
/reactos/dll/win32/comctl32/ |
H A D | edit.c | 790 int trailing; in EDIT_CharFromPos() local 817 ScriptStringXtoCP(line_def->ssa, x , &index, &trailing); in EDIT_CharFromPos() 818 if (trailing) index++; in EDIT_CharFromPos() 825 INT trailing; in EDIT_CharFromPos() local 861 ScriptStringXtoCP(es->ssa, x+xoff, &index, &trailing); in EDIT_CharFromPos() 862 if (trailing) index++; in EDIT_CharFromPos() 880 ScriptStringXtoCP(es->ssa, x+xoff, &index, &trailing); in EDIT_CharFromPos() 881 if (trailing) index++; in EDIT_CharFromPos()
|
/reactos/win32ss/user/user32/controls/ |
H A D | edit.c | 886 int trailing; in EDIT_CharFromPos() local 913 ScriptStringXtoCP(line_def->ssa, x , &index, &trailing); in EDIT_CharFromPos() 914 if (trailing) index++; in EDIT_CharFromPos() 921 INT trailing; in EDIT_CharFromPos() local 957 ScriptStringXtoCP(es->ssa, x+xoff, &index, &trailing); in EDIT_CharFromPos() 958 if (trailing) index++; in EDIT_CharFromPos() 976 ScriptStringXtoCP(es->ssa, x+xoff, &index, &trailing); in EDIT_CharFromPos() 977 if (trailing) index++; in EDIT_CharFromPos()
|
/reactos/base/shell/cmd/lang/ |
H A D | el-GR.rc | 188 STRING_ECHO_HELP1 "Display a messages without trailing carriage return and line feed.\n\n\ 193 …STRING_ECHO_HELP3 "Prints a messages to standard error output without trailing carriage return and…
|
H A D | en-US.rc | 184 STRING_ECHO_HELP1 "Display a messages without trailing carriage return and line feed.\n\n\ 189 …STRING_ECHO_HELP3 "Prints a messages to standard error output without trailing carriage return and…
|
H A D | cs-CZ.rc | 189 STRING_ECHO_HELP1 "Display a messages without trailing carriage return and line feed.\n\n\ 194 …STRING_ECHO_HELP3 "Prints a messages to standard error output without trailing carriage return and…
|
H A D | sk-SK.rc | 190 STRING_ECHO_HELP1 "Display a messages without trailing carriage return and line feed.\n\n\ 195 …STRING_ECHO_HELP3 "Prints a messages to standard error output without trailing carriage return and…
|
/reactos/modules/rostests/winetests/cmd/ |
H A D | test_builtins.cmd.exp | 1375 --- trailing backslashes 1658 Correctly ignored trailing information
|
H A D | test_builtins.cmd | 2204 echo --- trailing backslashes 3220 echo Correctly ignored trailing information
|
/reactos/sdk/lib/3rdparty/adns/ |
H A D | changelog | 196 * Remove trailing , from some enums in adns.h.
|
/reactos/modules/rostests/win32/cmd/ |
H A D | test_goto_call.cmd | 54 :: and the label name, as well as leading and trailing whitespace.
|
/reactos/sdk/lib/3rdparty/zlib/ |
H A D | ChangeLog | 516 - Clean up text files (tabs, trailing whitespace, etc.) [Oberhumer] 741 - Clean up some text files (carriage returns, trailing space) 771 - Remove trailing space in minigzip.c outmode (VC++ can't deal with it)
|
/reactos/dll/3rdparty/libpng/docs/ |
H A D | CHANGES | 434 Removed trailing blanks from all files. 592 with trailing compressed parts easier in the future, and added new functions 631 Expanded tabs and removed trailing blanks in source files. 690 Cosmetic changes only (removed some trailing blanks and TABs) 997 Revised the iCCP chunk reader to ignore trailing garbage. 1644 Removed trailing blanks from source files. 2049 Removing trailing '.' from the warning and error messages (Cosmin). 2742 expressions (i.e. a trailing ';' must always be added) and correct 2899 Removed some trailing blanks.
|
H A D | libpng-manual.txt | 1689 trailing spaces, but non-consecutive spaces are allowed within the 3404 PNG_TRANSFORM_STRIP_FILLER_AFTER Strip out trailing 4812 We removed the trailing '.' from the warning and error messages. 5377 to distinguish them from function calls, which have no trailing space.
|
/reactos/sdk/lib/3rdparty/stlport/etc/ |
H A D | ChangeLog | 1523 to always have a free place for the trailing zero. 1579 limitation in the number of appended trailing zeros. 1580 - In __format_float_fixed, removed limitation of number of trailing zeros
|
/reactos/sdk/lib/fslib/vfatlib/check/ |
H A D | ChangeLog | 253 official definition, in particular make the trailing signature field 32 644 as leading and trailing white space. Additionally it produces meaningful
|