OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:endChar
(Results
1 - 5
of
5
) sorted by null
/external/webkit/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
;
/external/opencore/fileformats/mp4/composer/include/
textsampledescinfo.h
43
endChar
= 0;
69
endChar
= info.
endChar
;
122
uint16
endChar
;
/dalvik/libcore/math/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 759 milliseconds