Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
e4cf973d
Commit
e4cf973d
authored
Jan 30, 2007
by
Tom Tromey
Committed by
Tom Tromey
Jan 30, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcj.texi (Strings): Fix documentation for JvNewString.
From-SVN: r121356
parent
13a89f0a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/java/ChangeLog
+4
-0
gcc/java/gcj.texi
+3
-3
No files found.
gcc/java/ChangeLog
View file @
e4cf973d
2007
-
01
-
30
Tom
Tromey
<
tromey
@
redhat
.
com
>
*
gcj
.
texi
(
Strings
):
Fix
documentation
for
JvNewString
.
2007
-
01
-
30
Ralf
Wildenhues
<
Ralf
.
Wildenhues
@
gmx
.
de
>
2007
-
01
-
30
Ralf
Wildenhues
<
Ralf
.
Wildenhues
@
gmx
.
de
>
*
gcj
.
texi
(
Invoking
gcjh
,
Invoking
gjnih
,
Arrays
):
Fix
some
*
gcj
.
texi
(
Invoking
gcjh
,
Invoking
gjnih
,
Arrays
):
Fix
some
...
...
gcc/java/gcj.texi
View file @
e4cf973d
...
@@ -2083,9 +2083,9 @@ working with Java Java @code{String} objects.
...
@@ -2083,9 +2083,9 @@ working with Java Java @code{String} objects.
The names and interfaces are analogous to those of @acronym{JNI}.
The names and interfaces are analogous to those of @acronym{JNI}.
@deftypefun jstring JvNewString (const char* @var{chars}, jsize @var{len})
@deftypefun jstring JvNewString (const
j
char* @var{chars}, jsize @var{len})
Returns a Java @code{String} object with characters from the
C string
Returns a Java @code{String} object with characters from the
array of
@var{chars} up to the index @var{len} in that array.
Unicode characters
@var{chars} up to the index @var{len} in that array.
@end deftypefun
@end deftypefun
@deftypefun jstring JvNewStringLatin1 (const char* @var{bytes}, jsize @var{len})
@deftypefun jstring JvNewStringLatin1 (const char* @var{bytes}, jsize @var{len})
...
...
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