Home
last modified time | relevance | path

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

12

/external/protobuf/src/google/protobuf/
Dextension_set.cc264 #define PRIMITIVE_ACCESSORS(UPPERCASE, LOWERCASE, CAMELCASE) \ argument
266 LOWERCASE ExtensionSet::Get##CAMELCASE(int number, \
267 LOWERCASE default_value) const { \
273 return iter->second.LOWERCASE##_value; \
278 LOWERCASE value, \
289 extension->LOWERCASE##_value = value; \
292 LOWERCASE ExtensionSet::GetRepeated##CAMELCASE(int number, int index) const { \
296 return iter->second.repeated_##LOWERCASE##_value->Get(index); \
300 int number, int index, LOWERCASE value) { \
304 iter->second.repeated_##LOWERCASE##_value->Set(index, value); \
[all …]
Dextension_set_heavy.cc340 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ in SpaceUsedExcludingSelf() argument
342 total_size += sizeof(*repeated_##LOWERCASE##_value) + \ in SpaceUsedExcludingSelf()
343 repeated_##LOWERCASE##_value->SpaceUsedExcludingSelf();\ in SpaceUsedExcludingSelf()
423 #define HANDLE_TYPE(UPPERCASE, CAMELCASE, LOWERCASE) \ in SerializeFieldWithCachedSizesToArray() argument
425 for (int i = 0; i < repeated_##LOWERCASE##_value->size(); i++) { \ in SerializeFieldWithCachedSizesToArray()
427 repeated_##LOWERCASE##_value->Get(i), target); \ in SerializeFieldWithCachedSizesToArray()
456 #define HANDLE_TYPE(UPPERCASE, CAMELCASE, LOWERCASE) \ in SerializeFieldWithCachedSizesToArray() argument
458 for (int i = 0; i < repeated_##LOWERCASE##_value->size(); i++) { \ in SerializeFieldWithCachedSizesToArray()
460 repeated_##LOWERCASE##_value->Get(i), target); \ in SerializeFieldWithCachedSizesToArray()
Dgenerated_message_reflection.cc295 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ in SpaceUsed() argument
297 total_size += GetRaw<RepeatedField<LOWERCASE> >(message, field) \ in SpaceUsed()
773 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ in FieldSize() argument
775 return GetRaw<RepeatedField<LOWERCASE> >(message, field).size() in FieldSize()
868 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ in ClearField() argument
870 MutableRaw<RepeatedField<LOWERCASE> >(message, field)->Clear(); \ in ClearField()
920 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ in RemoveLast() argument
922 MutableRaw<RepeatedField<LOWERCASE> >(message, field)->RemoveLast(); \ in RemoveLast()
990 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ in SwapElements() argument
992 MutableRaw<RepeatedField<LOWERCASE> >(message, field) \ in SwapElements()
Ddynamic_message.cc474 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ in ~DynamicMessage() argument
476 reinterpret_cast<RepeatedField<LOWERCASE>*>(field_ptr) \ in ~DynamicMessage()
477 ->~RepeatedField<LOWERCASE>(); \ in ~DynamicMessage()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUProperty.java229 public static final int LOWERCASE = 22; field
DUCharacter.java5644 return hasBinaryProperty(ch, UProperty.LOWERCASE); in isULowercase()
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUProperty.java204 public static final int LOWERCASE = 22; field
DUCharacter.java5022 return hasBinaryProperty(ch, UProperty.LOWERCASE); in isULowercase()
/external/dtc/
Dchecks.c237 #define LOWERCASE "abcdefghijklmnopqrstuvwxyz" macro
240 #define PROPNODECHARS LOWERCASE UPPERCASE DIGITS ",._+*#?-"
241 #define PROPNODECHARSSTRICT LOWERCASE UPPERCASE DIGITS ",-"
/external/curl/packages/vms/
Dcompare_curl_source.com256 $ ref_fname = f$edit(ref_fname, "LOWERCASE")
Dconfig_h.com1331 $ keysym = f$edit(key2d,"LOWERCASE")
1339 $ keysym = f$edit(keysym,"LOWERCASE")
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUCharacterTest.java1813 { 0x1d7bc, UProperty.LOWERCASE, 1 }, in TestAdditionalProperties()
1814 { 0x0345, UProperty.LOWERCASE, 1 }, in TestAdditionalProperties()
1815 { 0x0030, UProperty.LOWERCASE, 0 }, in TestAdditionalProperties()
2275 case UProperty.LOWERCASE: in TestAdditionalProperties()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterTest.java1812 { 0x1d7bc, UProperty.LOWERCASE, 1 }, in TestAdditionalProperties()
1813 { 0x0345, UProperty.LOWERCASE, 1 }, in TestAdditionalProperties()
1814 { 0x0030, UProperty.LOWERCASE, 0 }, in TestAdditionalProperties()
2274 case UProperty.LOWERCASE: in TestAdditionalProperties()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCaseProps.java1286 case UProperty.LOWERCASE: in hasBinaryProperty()
DUCharacterProperty.java282 new CaseBinaryProperty(UProperty.LOWERCASE),
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCaseProps.java1290 case UProperty.LOWERCASE: in hasBinaryProperty()
DUCharacterProperty.java283 new CaseBinaryProperty(UProperty.LOWERCASE),
/external/icu/tools/srcgen/resources/
Dreplacements.txt82 * - lower: isULowercase(c) or hasBinaryProperty(c, UProperty.LOWERCASE)
/external/icu/icu4j/tools/build/
Dicu4j48.api3.gz
Dicu4j50.api3.gz12;ICU4J 50.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j51.api3.gz
Dicu4j52.api3.gz
Dicu4j49.api3.gz
Dicu4j53.api3.gz
Dicu4j57.api3.gz

12