/third_party/protobuf/src/google/protobuf/ |
H A D | extension_set.cc | 292 #define PRIMITIVE_ACCESSORS(UPPERCASE, LOWERCASE, CAMELCASE) \ 294 LOWERCASE ExtensionSet::Get##CAMELCASE(int number, LOWERCASE default_value) \ 301 return extension->LOWERCASE##_value; \ 306 LOWERCASE value, \ 318 extension->LOWERCASE##_value = value; \ 321 LOWERCASE ExtensionSet::GetRepeated##CAMELCASE(int number, int index) \ 326 return extension->repeated_##LOWERCASE##_value->Get(index); \ 330 LOWERCASE value) { \ 334 extension->repeated_##LOWERCASE##_valu [all...] |
H A D | extension_set_heavy.cc | 423 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ in SpaceUsedExcludingSelfLong() 425 total_size += sizeof(*repeated_##LOWERCASE##_value) + \ in SpaceUsedExcludingSelfLong() 426 repeated_##LOWERCASE##_value->SpaceUsedExcludingSelfLong(); \ in SpaceUsedExcludingSelfLong()
|
H A D | generated_message_reflection.cc | 255 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ in SpaceUsedLong() 257 total_size += GetRaw<RepeatedField<LOWERCASE> >(message, field) \ in SpaceUsedLong() 762 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ in FieldSize() 764 return GetRaw<RepeatedField<LOWERCASE> >(message, field).size() in FieldSize() 872 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ in ClearField() 874 MutableRaw<RepeatedField<LOWERCASE> >(message, field)->Clear(); \ in ClearField() 922 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ in RemoveLast() 924 MutableRaw<RepeatedField<LOWERCASE> >(message, field)->RemoveLast(); \ in RemoveLast() 991 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ in SwapElements() 993 MutableRaw<RepeatedField<LOWERCASE> >(messag in SwapElements() [all...] |
H A D | dynamic_message.cc | 538 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ in ~DynamicMessage() 540 reinterpret_cast<RepeatedField<LOWERCASE>*>(field_ptr) \ in ~DynamicMessage() 541 ->~RepeatedField<LOWERCASE>(); \ in ~DynamicMessage()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
H A D | UProperty.java | 228 public static final int LOWERCASE = 22; field
|
H A D | UCharacter.java | 129 * - lower: isULowercase(c) or hasBinaryProperty(c, UProperty.LOWERCASE) 6016 * <p>Same as UCharacter.hasBinaryProperty(ch, UProperty.LOWERCASE). 6023 return hasBinaryProperty(ch, UProperty.LOWERCASE); in isULowercase()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
H A D | UProperty.java | 203 public static final int LOWERCASE = 22; field
|
H A D | UCharacter.java | 129 * - lower: isULowercase(c) or hasBinaryProperty(c, UProperty.LOWERCASE) 5232 * <p>Same as UCharacter.hasBinaryProperty(ch, UProperty.LOWERCASE). 5238 return hasBinaryProperty(ch, UProperty.LOWERCASE); in isULowercase()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
H A D | UCharacterTest.java | 1847 { 0x1d7bc, UProperty.LOWERCASE, 1 }, in TestAdditionalProperties() 1848 { 0x0345, UProperty.LOWERCASE, 1 }, in TestAdditionalProperties() 1849 { 0x0030, UProperty.LOWERCASE, 0 }, in TestAdditionalProperties() 2320 case UProperty.LOWERCASE: in TestAdditionalProperties()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | UCharacterTest.java | 1852 { 0x1d7bc, UProperty.LOWERCASE, 1 }, in TestAdditionalProperties() 1853 { 0x0345, UProperty.LOWERCASE, 1 }, in TestAdditionalProperties() 1854 { 0x0030, UProperty.LOWERCASE, 0 }, in TestAdditionalProperties() 2324 case UProperty.LOWERCASE: in TestAdditionalProperties()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | UCaseProps.java | 1503 case UProperty.LOWERCASE: in hasBinaryProperty()
|
H A D | UCharacterProperty.java | 429 new CaseBinaryProperty(UProperty.LOWERCASE),
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | UCaseProps.java | 1488 case UProperty.LOWERCASE: in hasBinaryProperty()
|
H A D | UCharacterProperty.java | 417 new CaseBinaryProperty(UProperty.LOWERCASE),
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |