Home
last modified time | relevance | path

Searched refs:trailing (Results 1 – 25 of 34) sorted by relevance

12

/reactos/sdk/lib/3rdparty/libxml2/
H A Dencoding.c240 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 DHTMLparser.c2159 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 Dcfout.cpp312 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.cpp25 if (trailing_digits == __acrt_has_trailing_digits::trailing) in check_trailing()
H A Dfcvt.cpp60 …uffer, buffer_count, capped_digits, strflt, __acrt_has_trailing_digits::trailing, __acrt_rounding_… in internal_to_string()
/reactos/dll/win32/riched20/
H A Drun.c487 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 Dcorecrt_internal_fltintrn.h102 trailing,
/reactos/drivers/network/tcpip/lwip/doc/
H A Dcontrib.txt18 3. end debug messages with a trailing newline (\n).
/reactos/modules/rostests/winetests/ws2_32/
H A Dros_diff.patch1 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 Dvfdmsg.mc1182 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 Dedit.c790 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 Dedit.c886 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 Del-GR.rc188 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 Den-US.rc184 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 Dcs-CZ.rc189 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 Dsk-SK.rc190 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 Dtest_builtins.cmd.exp1375 --- trailing backslashes
1658 Correctly ignored trailing information
H A Dtest_builtins.cmd2204 echo --- trailing backslashes
3220 echo Correctly ignored trailing information
/reactos/sdk/lib/3rdparty/adns/
H A Dchangelog196 * Remove trailing , from some enums in adns.h.
/reactos/modules/rostests/win32/cmd/
H A Dtest_goto_call.cmd54 :: and the label name, as well as leading and trailing whitespace.
/reactos/sdk/lib/3rdparty/zlib/
H A DChangeLog516 - 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 DCHANGES434 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 Dlibpng-manual.txt1689 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 DChangeLog1523 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 DChangeLog253 official definition, in particular make the trailing signature field 32
644 as leading and trailing white space. Additionally it produces meaningful

12