Home
last modified time | relevance | path

Searched refs:LOWERCASE (Results 1 – 25 of 28) sorted by relevance

12

/third_party/protobuf/src/google/protobuf/
Dextension_set.cc292 #define PRIMITIVE_ACCESSORS(UPPERCASE, LOWERCASE, CAMELCASE) \ argument
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##_value->Set(index, value); \
338 LOWERCASE value, \
[all …]
Dextension_set_heavy.cc423 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ in SpaceUsedExcludingSelfLong() argument
425 total_size += sizeof(*repeated_##LOWERCASE##_value) + \ in SpaceUsedExcludingSelfLong()
426 repeated_##LOWERCASE##_value->SpaceUsedExcludingSelfLong(); \ in SpaceUsedExcludingSelfLong()
Ddynamic_message.cc538 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ in ~DynamicMessage() argument
540 reinterpret_cast<RepeatedField<LOWERCASE>*>(field_ptr) \ in ~DynamicMessage()
541 ->~RepeatedField<LOWERCASE>(); \ in ~DynamicMessage()
Dgenerated_message_reflection.cc255 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ in SpaceUsedLong() argument
257 total_size += GetRaw<RepeatedField<LOWERCASE> >(message, field) \ in SpaceUsedLong()
762 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ in FieldSize() argument
764 return GetRaw<RepeatedField<LOWERCASE> >(message, field).size() in FieldSize()
872 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ in ClearField() argument
874 MutableRaw<RepeatedField<LOWERCASE> >(message, field)->Clear(); \ in ClearField()
922 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ in RemoveLast() argument
924 MutableRaw<RepeatedField<LOWERCASE> >(message, field)->RemoveLast(); \ in RemoveLast()
991 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ in SwapElements() argument
993 MutableRaw<RepeatedField<LOWERCASE> >(message, field) \ in SwapElements()
/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/
Dproperty_bool.rs44 ("Lowercase", LOWERCASE),
7630 pub const LOWERCASE: &'static [(char, char)] = &[ constant
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
DUProperty.java203 public static final int LOWERCASE = 22; field
DUCharacter.java5238 return hasBinaryProperty(ch, UProperty.LOWERCASE); in isULowercase()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUProperty.java228 public static final int LOWERCASE = 22; field
DUCharacter.java6023 return hasBinaryProperty(ch, UProperty.LOWERCASE); in isULowercase()
/third_party/curl/packages/vms/
Dcompare_curl_source.com255 $ ref_fname = f$edit(ref_fname, "LOWERCASE")
Dconfig_h.com1279 $ keysym = f$edit(key2d,"LOWERCASE")
1287 $ keysym = f$edit(keysym,"LOWERCASE")
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
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/
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/
DUCaseProps.java1503 case UProperty.LOWERCASE: in hasBinaryProperty()
DUCharacterProperty.java429 new CaseBinaryProperty(UProperty.LOWERCASE),
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUCaseProps.java1488 case UProperty.LOWERCASE: in hasBinaryProperty()
DUCharacterProperty.java417 new CaseBinaryProperty(UProperty.LOWERCASE),
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt6488 LOWERCASE
/third_party/icu/icu4j/tools/build/
Dicu4j63.api3.gz12;ICU4J 63.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j65.api3.gz
Dicu4j66.api3.gz12;ICU4J 66.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j68.api3.gz12;ICU4J 68.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j64.api3.gz
Dicu4j69.api3.gz
Dicu4j67.api3.gz12;ICU4J 67.1;; 2ST@3.6;PB;NS;NF;NS; ...

12