Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
ndk
Commits
8fb04cee
Commit
8fb04cee
authored
11 years ago
by
Andrew Hsieh
Committed by
Gerrit Code Review
11 years ago
Browse files
Options
Download
Plain Diff
Merge "Fix the comment: The ASCII code for tab is 9."
parents
478f3167
43255f3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sources/cxx-stl/llvm-libc++/libcxx/src/support/android/locale_android.cpp
...llvm-libc++/libcxx/src/support/android/locale_android.cpp
+2
-2
No files found.
sources/cxx-stl/llvm-libc++/libcxx/src/support/android/locale_android.cpp
View file @
8fb04cee
...
...
@@ -17,7 +17,7 @@
// Note that the header does define a _B flag (as 0x80), but it
// is only set on the space (32) character, and used to implement
// isprint() properly. The implementation of isblank() relies on
// direct comparisons with
7
and 32 instead.
// direct comparisons with
9
and 32 instead.
//
// The following is a local copy of the Bionic _ctype_ array that has
// been modified in the following way:
...
...
@@ -25,7 +25,7 @@
// - It stores 16-bit unsigned values, instead of 8-bit char ones.
//
// - Bit flag _BLANK (0x100) is used to indicate blank characters.
// It is only set for indices
7
(TAB) and 32 (SPACE).
// It is only set for indices
9
(TAB) and 32 (SPACE).
//
// - Support signed char properly for indexing.
...
...
This diff is collapsed.
Click to expand it.
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