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

  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedInputStream.java 82 lastTag = 0;
86 lastTag = readRawVarint32();
87 if (WireFormat.getTagFieldNumber(lastTag) == 0) {
92 return lastTag;
105 if (lastTag != value) {
484 private int lastTag;
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedInputStreamMicro.java 80 lastTag = 0;
84 lastTag = readRawVarint32();
85 if (lastTag == 0) {
89 return lastTag;
102 if (lastTag != value) {
440 private int lastTag;
  /external/chromium/third_party/icu/source/common/
rbbi.cpp 597 int32_t lastTag = 0;
610 lastTag = fLastRuleStatusIndex;
624 fLastRuleStatusIndex = lastTag; // for use by getRuleStatus()
    [all...]
  /external/icu4c/common/
rbbi.cpp 599 int32_t lastTag = 0;
612 lastTag = fLastRuleStatusIndex;
626 fLastRuleStatusIndex = lastTag; // for use by getRuleStatus()
    [all...]

Completed in 43 milliseconds