Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
bd2cc27d
Commit
bd2cc27d
authored
Dec 12, 2019
by
Francois Gouget
Committed by
Alexandre Julliard
Dec 12, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
usp10: Fix the spelling of some comments.
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
a46ccda5
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
bidi.c
dlls/usp10/bidi.c
+2
-2
shape.c
dlls/usp10/shape.c
+1
-1
usp10.c
dlls/usp10/usp10.c
+1
-1
No files found.
dlls/usp10/bidi.c
View file @
bd2cc27d
...
...
@@ -72,7 +72,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(bidi);
Note:
The list of bidirectional character types here is not grouped the
same way as the table 3-7, since the num
b
eric values for the types
same way as the table 3-7, since the numeric values for the types
are chosen to keep the state and action tables compact.
------------------------------------------------------------------------*/
enum
directions
...
...
@@ -1083,7 +1083,7 @@ search:
}
/*************************************************************
* BIDI_DeterminLevels
* BIDI_Determin
e
Levels
*/
BOOL
BIDI_DetermineLevels
(
const
WCHAR
*
lpString
,
/* [in] The string for which information is to be returned */
...
...
dlls/usp10/shape.c
View file @
bd2cc27d
...
...
@@ -998,7 +998,7 @@ static inline BOOL left_join_causing(CHAR joining_type)
static
inline
BOOL
word_break_causing
(
WCHAR
chr
)
{
/* we are working within a string of characters already guar
eent
ed to
/* we are working within a string of characters already guar
ante
ed to
be within one script, Syriac, so we do not worry about any character
other than the space character outside of that range */
return
(
chr
==
0
||
chr
==
0x20
);
...
...
dlls/usp10/usp10.c
View file @
bd2cc27d
...
...
@@ -3009,7 +3009,7 @@ HRESULT WINAPI ScriptXtoCP(int iX,
else
/* (glyph_index >= cGlyphs) */
i
=
cChars
;
/* If not snaping in the reverse direction (such as Hebrew) Then 0
/* If not snap
p
ing in the reverse direction (such as Hebrew) Then 0
point flow to the next character */
if
(
direction
<
0
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment