Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LatinIME
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
keyboard
LatinIME
Commits
4c5daa8a
Commit
4c5daa8a
authored
13 years ago
by
Ken Wakasa
Browse files
Options
Downloads
Patches
Plain Diff
Fix indent
Change-Id: I77b4fb3a47faae7d4ad45d9903556e77a2fc7163
parent
a7f25000
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
native/src/correction.cpp
+1
-1
1 addition, 1 deletion
native/src/correction.cpp
native/src/correction.h
+1
-1
1 addition, 1 deletion
native/src/correction.h
with
2 additions
and
2 deletions
native/src/correction.cpp
+
1
−
1
View file @
4c5daa8a
...
...
@@ -641,7 +641,7 @@ inline static int getQuoteCount(const unsigned short* word, const int length) {
}
inline
static
bool
isUpperCase
(
unsigned
short
c
)
{
return
isAsciiUpper
(
toBaseChar
(
c
));
return
isAsciiUpper
(
toBaseChar
(
c
));
}
//////////////////////
...
...
This diff is collapsed.
Click to expand it.
native/src/correction.h
+
1
−
1
View file @
4c5daa8a
...
...
@@ -85,7 +85,7 @@ class Correction {
}
}
Correction
(
const
int
typedLetterMultiplier
,
const
int
fullWordMultiplier
);
Correction
(
const
int
typedLetterMultiplier
,
const
int
fullWordMultiplier
);
void
initCorrection
(
const
ProximityInfo
*
pi
,
const
int
inputLength
,
const
int
maxWordLength
);
void
initCorrectionState
(
const
int
rootPos
,
const
int
childCount
,
const
bool
traverseAll
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment