OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:endChar
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/JavaScriptCore/os-win32/
WinMain.cpp
55
WCHAR
endChar
= ' ';
62
endChar
= '\"';
65
while (commandLine[commandLineLength] !=
endChar
&& commandLine[commandLineLength] != '\0')
71
if (
endChar
!= ' ' && commandLine[0] != '\0')
/external/icu4c/extra/scrptrun/
scrptrun.h
24
UChar32
endChar
;
/frameworks/base/opengl/tests/hwc/
hwcColorEquiv.cpp
199
char
endChar
= (str.length() > 1) ? str[str.length() - 1] : 0;
200
if ((
endChar
== '>') || (
endChar
== ']')) { break; }
221
char
endChar
= (str.length() > 1) ? str[str.length() - 1] : 0;
222
if ((
endChar
== '>') || (
endChar
== ']')) { break; }
hwcCommit.cpp
361
char
endChar
= (str.length() > 1) ? str[str.length() - 1] : 0;
362
if ((
endChar
== '>') || (
endChar
== ']')) { break; }
[
all
...]
/frameworks/base/media/java/android/media/
TimedText.java
113
* for Blinking Text or Highlight Text.
endChar
is the end offset
126
public int
endChar
= -1;
190
public int
endChar
= -1;
252
* specified by startChar and
endChar
.
258
* specified by startChar and
endChar
.
270
public int
endChar
= -1;
288
public int
endChar
= -1;
472
style.
endChar
= mParcel.readInt();
541
pos.
endChar
= mParcel.readInt();
561
kara.
endChar
= mParcel.readInt()
[
all
...]
/libcore/luni/src/main/java/java/math/
BigInteger.java
[
all
...]
/frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java
488
int
endChar
= nextChar;
489
while ((
endChar
< text.length()) && isFormatChar(text.charAt(
endChar
))) {
490
endChar
+= 1;
493
if ((
endChar
== nextChar) || !isWordBreak(
endChar
)) {
503
for (int index = nextChar; index <
endChar
; ++index) {
536
nextChar =
endChar
;
[
all
...]
Completed in 261 milliseconds