HomeSort by relevance Sort by last modified time
    Searched refs:TT_UNKNOWN (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/third_party/nspr/
prtime.cc 472 TT_UNKNOWN,
522 TIME_TOKEN dotw = TT_UNKNOWN;
523 TIME_TOKEN month = TT_UNKNOWN;
524 TIME_TOKEN zone = TT_UNKNOWN;
551 if (month == TT_UNKNOWN &&
555 else if (zone == TT_UNKNOWN &&
559 else if (month == TT_UNKNOWN &&
565 if (zone == TT_UNKNOWN &&
571 if (zone == TT_UNKNOWN &&
575 else if (zone == TT_UNKNOWN &
    [all...]
  /libcore/luni/src/main/java/java/io/
StreamTokenizer.java 63 private static final int TT_UNKNOWN = -4;
79 public int ttype = TT_UNKNOWN;
257 if (ttype != TT_UNKNOWN) {
616 if (ttype == TT_UNKNOWN || tokenTypes[ttype] == TOKEN_QUOTE) {

Completed in 43 milliseconds