Home
last modified time | relevance | path

Searched refs:LOWERCASE (Results 1 - 15 of 15) sorted by relevance

/third_party/protobuf/src/google/protobuf/
H A Dextension_set.cc292 #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 Dextension_set_heavy.cc423 #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 Dgenerated_message_reflection.cc255 #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 Ddynamic_message.cc538 #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 DUProperty.java228 public static final int LOWERCASE = 22; field
H A DUCharacter.java129 * - 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 DUProperty.java203 public static final int LOWERCASE = 22; field
H A DUCharacter.java129 * - 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 DUCharacterTest.java1847 { 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 DUCharacterTest.java1852 { 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 DUCaseProps.java1503 case UProperty.LOWERCASE: in hasBinaryProperty()
H A DUCharacterProperty.java429 new CaseBinaryProperty(UProperty.LOWERCASE),
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DUCaseProps.java1488 case UProperty.LOWERCASE: in hasBinaryProperty()
H A DUCharacterProperty.java417 new CaseBinaryProperty(UProperty.LOWERCASE),
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 52 milliseconds