HomeSort by relevance Sort by last modified time
    Searched refs: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')
  /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...]
  /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...]
  /external/icu4c/extra/scrptrun/
scrptrun.h 24 UChar32 endChar;
  /libcore/luni/src/main/java/java/math/
BigInteger.java     [all...]
  /frameworks/base/core/java/com/android/internal/os/
ProcessStats.java 801 private String readFile(String file, char endChar) {
815 if (mBuffer[i] == endChar) {

Completed in 5038 milliseconds