Home
last modified time | relevance | path

Searched refs:makeTag (Results 1 - 25 of 37) sorted by relevance

12

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DAffixUtils.java508 return makeTag(offset + count, TYPE_MINUS_SIGN, STATE_BASE, 0); in nextToken()
510 return makeTag(offset + count, TYPE_PLUS_SIGN, STATE_BASE, 0); in nextToken()
512 return makeTag(offset + count, TYPE_APPROXIMATELY_SIGN, STATE_BASE, 0); in nextToken()
514 return makeTag(offset + count, TYPE_PERCENT, STATE_BASE, 0); in nextToken()
516 return makeTag(offset + count, TYPE_PERMILLE, STATE_BASE, 0); in nextToken()
523 return makeTag(offset + count, TYPE_CODEPOINT, STATE_BASE, cp); in nextToken()
528 return makeTag(offset + count, TYPE_CODEPOINT, STATE_BASE, cp); in nextToken()
530 return makeTag(offset + count, TYPE_CODEPOINT, STATE_INSIDE_QUOTE, cp); in nextToken()
539 return makeTag(offset + count, TYPE_CODEPOINT, STATE_INSIDE_QUOTE, cp); in nextToken()
543 return makeTag(offse in nextToken()
689 private static long makeTag(int offset, int type, int state, int cp) { makeTag() method in AffixUtils
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DAffixUtils.java511 return makeTag(offset + count, TYPE_MINUS_SIGN, STATE_BASE, 0); in nextToken()
513 return makeTag(offset + count, TYPE_PLUS_SIGN, STATE_BASE, 0); in nextToken()
515 return makeTag(offset + count, TYPE_PERCENT, STATE_BASE, 0); in nextToken()
517 return makeTag(offset + count, TYPE_PERMILLE, STATE_BASE, 0); in nextToken()
524 return makeTag(offset + count, TYPE_CODEPOINT, STATE_BASE, cp); in nextToken()
529 return makeTag(offset + count, TYPE_CODEPOINT, STATE_BASE, cp); in nextToken()
531 return makeTag(offset + count, TYPE_CODEPOINT, STATE_INSIDE_QUOTE, cp); in nextToken()
540 return makeTag(offset + count, TYPE_CODEPOINT, STATE_INSIDE_QUOTE, cp); in nextToken()
544 return makeTag(offset + count, TYPE_CODEPOINT, STATE_INSIDE_QUOTE, cp); in nextToken()
557 return makeTag(offse in nextToken()
690 private static long makeTag(int offset, int type, int state, int cp) { makeTag() method in AffixUtils
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_affixutils.cpp297 return makeTag(offset + count, TYPE_MINUS_SIGN, STATE_BASE, 0); in nextToken()
299 return makeTag(offset + count, TYPE_PLUS_SIGN, STATE_BASE, 0); in nextToken()
301 return makeTag(offset + count, TYPE_APPROXIMATELY_SIGN, STATE_BASE, 0); in nextToken()
303 return makeTag(offset + count, TYPE_PERCENT, STATE_BASE, 0); in nextToken()
305 return makeTag(offset + count, TYPE_PERMILLE, STATE_BASE, 0); in nextToken()
312 return makeTag(offset + count, TYPE_CODEPOINT, STATE_BASE, cp); in nextToken()
317 return makeTag(offset + count, TYPE_CODEPOINT, STATE_BASE, cp); in nextToken()
319 return makeTag(offset + count, TYPE_CODEPOINT, STATE_INSIDE_QUOTE, cp); in nextToken()
328 return makeTag(offset + count, TYPE_CODEPOINT, STATE_INSIDE_QUOTE, cp); in nextToken()
332 return makeTag(offse in nextToken()
[all...]
H A Dnumber_affixutils.h231 static inline AffixTag makeTag(int32_t offset, AffixPatternType type, AffixPatternState state, in makeTag() function in number::impl::AffixUtils
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_affixutils.cpp297 return makeTag(offset + count, TYPE_MINUS_SIGN, STATE_BASE, 0); in nextToken()
299 return makeTag(offset + count, TYPE_PLUS_SIGN, STATE_BASE, 0); in nextToken()
301 return makeTag(offset + count, TYPE_APPROXIMATELY_SIGN, STATE_BASE, 0); in nextToken()
303 return makeTag(offset + count, TYPE_PERCENT, STATE_BASE, 0); in nextToken()
305 return makeTag(offset + count, TYPE_PERMILLE, STATE_BASE, 0); in nextToken()
312 return makeTag(offset + count, TYPE_CODEPOINT, STATE_BASE, cp); in nextToken()
317 return makeTag(offset + count, TYPE_CODEPOINT, STATE_BASE, cp); in nextToken()
319 return makeTag(offset + count, TYPE_CODEPOINT, STATE_INSIDE_QUOTE, cp); in nextToken()
328 return makeTag(offset + count, TYPE_CODEPOINT, STATE_INSIDE_QUOTE, cp); in nextToken()
332 return makeTag(offse in nextToken()
[all...]
H A Dnumber_affixutils.h231 static inline AffixTag makeTag(int32_t offset, AffixPatternType type, AffixPatternState state, in makeTag() function in number::impl::AffixUtils
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_affixutils.cpp295 return makeTag(offset + count, TYPE_MINUS_SIGN, STATE_BASE, 0); in nextToken()
297 return makeTag(offset + count, TYPE_PLUS_SIGN, STATE_BASE, 0); in nextToken()
299 return makeTag(offset + count, TYPE_PERCENT, STATE_BASE, 0); in nextToken()
301 return makeTag(offset + count, TYPE_PERMILLE, STATE_BASE, 0); in nextToken()
308 return makeTag(offset + count, TYPE_CODEPOINT, STATE_BASE, cp); in nextToken()
313 return makeTag(offset + count, TYPE_CODEPOINT, STATE_BASE, cp); in nextToken()
315 return makeTag(offset + count, TYPE_CODEPOINT, STATE_INSIDE_QUOTE, cp); in nextToken()
324 return makeTag(offset + count, TYPE_CODEPOINT, STATE_INSIDE_QUOTE, cp); in nextToken()
328 return makeTag(offset + count, TYPE_CODEPOINT, STATE_INSIDE_QUOTE, cp); in nextToken()
341 return makeTag(offse in nextToken()
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnknownFieldSetLiteSchema.java53 fields.storeField(WireFormat.makeTag(number, WireFormat.WIRETYPE_VARINT), value); in addVarint()
58 fields.storeField(WireFormat.makeTag(number, WireFormat.WIRETYPE_FIXED32), value); in addFixed32()
63 fields.storeField(WireFormat.makeTag(number, WireFormat.WIRETYPE_FIXED64), value); in addFixed64()
68 fields.storeField(WireFormat.makeTag(number, WireFormat.WIRETYPE_LENGTH_DELIMITED), value); in addLengthDelimited()
73 fields.storeField(WireFormat.makeTag(number, WireFormat.WIRETYPE_START_GROUP), subFieldSet); in addGroup()
H A DWireFormat.java76 static int makeTag(final int fieldNumber, final int wireType) { in makeTag() method in WireFormat
178 static final int MESSAGE_SET_ITEM_TAG = makeTag(MESSAGE_SET_ITEM, WIRETYPE_START_GROUP);
179 static final int MESSAGE_SET_ITEM_END_TAG = makeTag(MESSAGE_SET_ITEM, WIRETYPE_END_GROUP);
180 static final int MESSAGE_SET_TYPE_ID_TAG = makeTag(MESSAGE_SET_TYPE_ID, WIRETYPE_VARINT);
182 makeTag(MESSAGE_SET_MESSAGE, WIRETYPE_LENGTH_DELIMITED);
H A DMapEntryLite.java181 if (tag == WireFormat.makeTag(KEY_FIELD_NUMBER, metadata.keyType.getWireType())) { in parseEntry()
183 } else if (tag == WireFormat.makeTag(VALUE_FIELD_NUMBER, metadata.valueType.getWireType())) { in parseEntry()
211 if (tag == WireFormat.makeTag(KEY_FIELD_NUMBER, metadata.keyType.getWireType())) { in parseInto()
213 } else if (tag == WireFormat.makeTag(VALUE_FIELD_NUMBER, metadata.valueType.getWireType())) { in parseInto()
H A DCodedInputStream.java659 WireFormat.makeTag(WireFormat.getTagFieldNumber(tag), WireFormat.WIRETYPE_END_GROUP)); in skipField()
700 WireFormat.makeTag( in skipField()
834 checkLastTagWas(WireFormat.makeTag(fieldNumber, WireFormat.WIRETYPE_END_GROUP)); in readGroup()
850 checkLastTagWas(WireFormat.makeTag(fieldNumber, WireFormat.WIRETYPE_END_GROUP)); in readGroup()
1373 WireFormat.makeTag(WireFormat.getTagFieldNumber(tag), WireFormat.WIRETYPE_END_GROUP)); in skipField()
1414 WireFormat.makeTag( in skipField()
1553 checkLastTagWas(WireFormat.makeTag(fieldNumber, WireFormat.WIRETYPE_END_GROUP)); in readGroup()
1569 checkLastTagWas(WireFormat.makeTag(fieldNumber, WireFormat.WIRETYPE_END_GROUP)); in readGroup()
2100 WireFormat.makeTag(WireFormat.getTagFieldNumber(tag), WireFormat.WIRETYPE_END_GROUP)); in skipField()
2141 WireFormat.makeTag( in skipField()
[all...]
H A DUnknownFieldSetLite.java436 input.checkLastTagWas(WireFormat.makeTag(fieldNumber, WireFormat.WIRETYPE_END_GROUP)); in mergeFieldFrom()
458 storeField(WireFormat.makeTag(fieldNumber, WireFormat.WIRETYPE_VARINT), (long) value); in mergeVarintField()
474 storeField(WireFormat.makeTag(fieldNumber, WireFormat.WIRETYPE_LENGTH_DELIMITED), value); in mergeLengthDelimitedField()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DProto2ExtensionLookupSchemaTest.java87 WireFormat.makeTag(Proto2Message.FIELD_ENUM_13_FIELD_NUMBER, WireFormat.WIRETYPE_VARINT), in testUnknownEnum()
90 WireFormat.makeTag( in testUnknownEnum()
94 WireFormat.makeTag( in testUnknownEnum()
98 WireFormat.makeTag( in testUnknownEnum()
114 WireFormat.makeTag( in testUnknownEnum()
H A DAbstractProto2SchemaTest.java141 WireFormat.makeTag(Proto2Message.FIELD_ENUM_13_FIELD_NUMBER, WireFormat.WIRETYPE_VARINT), in unknownEnum()
144 WireFormat.makeTag( in unknownEnum()
148 WireFormat.makeTag( in unknownEnum()
152 WireFormat.makeTag( in unknownEnum()
168 WireFormat.makeTag( in unknownEnum()
H A DAbstractProto2LiteSchemaTest.java146 WireFormat.makeTag( in unknownEnum()
150 WireFormat.makeTag( in unknownEnum()
154 WireFormat.makeTag( in unknownEnum()
158 WireFormat.makeTag( in unknownEnum()
174 WireFormat.makeTag( in unknownEnum()
H A DWireFormatLiteTest.java553 (byte) WireFormat.makeTag(1, 6), in testParserRejectInvalidTag()
554 (byte) WireFormat.makeTag(1, 7), in testParserRejectInvalidTag()
556 (byte) WireFormat.makeTag(0, WireFormat.WIRETYPE_VARINT), in testParserRejectInvalidTag()
566 (byte) WireFormat.makeTag(1, WireFormat.WIRETYPE_START_GROUP), in testParserRejectInvalidTag()
569 (byte) WireFormat.makeTag(1, WireFormat.WIRETYPE_END_GROUP), in testParserRejectInvalidTag()
595 (byte) WireFormat.makeTag(4, WireFormat.WIRETYPE_START_GROUP), in testParserRejectInvalidTag()
598 (byte) WireFormat.makeTag(4, WireFormat.WIRETYPE_END_GROUP), in testParserRejectInvalidTag()
606 (byte) WireFormat.makeTag(1, WireFormat.WIRETYPE_LENGTH_DELIMITED), 2, invalidTag, 0, in testParserRejectInvalidTag()
613 int startTag = WireFormat.makeTag(16, WireFormat.WIRETYPE_START_GROUP); in testUnmatchedGroupTag()
628 (byte) WireFormat.makeTag( in testUnmatchedGroupTag()
[all...]
H A DCodedInputStreamTest.java519 int tag = WireFormat.makeTag(1, WireFormat.WIRETYPE_LENGTH_DELIMITED); in testReadMaliciouslyLargeBlob()
717 int tag = WireFormat.makeTag(1, WireFormat.WIRETYPE_LENGTH_DELIMITED); in testRefillBufferWithCorrectSize()
764 int tag = WireFormat.makeTag(1, WireFormat.WIRETYPE_LENGTH_DELIMITED); in testCurrentLimitExceeded()
816 int tag = WireFormat.makeTag(1, WireFormat.WIRETYPE_LENGTH_DELIMITED); in testReadString()
842 int tag = WireFormat.makeTag(1, WireFormat.WIRETYPE_LENGTH_DELIMITED); in testReadStringRequireUtf8()
865 int tag = WireFormat.makeTag(1, WireFormat.WIRETYPE_LENGTH_DELIMITED); in testReadStringInvalidUtf8()
888 int tag = WireFormat.makeTag(1, WireFormat.WIRETYPE_LENGTH_DELIMITED); in testReadStringRequireUtf8InvalidUtf8()
1169 input.skipField(WireFormat.makeTag(1, WireFormat.WIRETYPE_VARINT)); in testSkipInvalidVarint_FastPath()
1183 input.skipField(WireFormat.makeTag(1, WireFormat.WIRETYPE_VARINT)); in testSkipInvalidVarint_SlowPath()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DLanguageData.java49 public String makeTag() in makeTag() method in LanguageData.Record
51 return TagUtilities.makeTag(tag); in makeTag()
172 public String makeTag(int value) in makeTag() method in LanguageData
178 return languages[value - minLanguage].makeTag(); in makeTag()
H A DTagValueData.java24 abstract public String makeTag(int value); in makeTag() method in TagValueData
H A DTagUtilities.java26 public static String makeTag(String tag) in makeTag() method in TagUtilities
H A DScriptData.java214 public String makeTag(int value) in makeTag() method in ScriptData
219 return TagUtilities.makeTag(tag); in makeTag()
H A DOpenTypeTagBuilder.java225 "_TAG = " + TagUtilities.makeTag(tag) + "UL" + in dumpTags()
H A DScriptTagModuleWriter.java30 output.print(data.makeTag(value)); in writeTagValueHeader()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBWire.php396 public static function makeTag($number, $type) function
403 $tag = self::makeTag($field->getNumber(), $field->getType());
516 self::makeTag(
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DCodedInputStreamTest.java359 public int makeTag(int number, int tag) { in makeTag() method in CodedInputStreamTest
367 int tag = makeTag(1, WireFormat.WIRETYPE_LENGTH_DELIMITED); in testReadMaliciouslyLargeBlob()
433 int tag = makeTag(1, WireFormat.WIRETYPE_LENGTH_DELIMITED); in testReadInvalidUtf8()

Completed in 17 milliseconds

12