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.java228 public static final int LOWERCASE = 22; field
DUCharacter.java5752 return hasBinaryProperty(ch, UProperty.LOWERCASE); in isULowercase()
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUProperty.java203 public static final int LOWERCASE = 22; field
DUCharacter.java5126 return hasBinaryProperty(ch, UProperty.LOWERCASE); in isULowercase()
/external/javapoet/src/main/java/com/squareup/javapoet/
DCodeBlock.java68 private static final Pattern LOWERCASE = Pattern.compile("[a-z]+[\\w_]*"); field in CodeBlock
185 checkArgument(LOWERCASE.matcher(argument).matches(), in addNamed()
/external/u-boot/scripts/dtc/
Dchecks.c278 #define LOWERCASE "abcdefghijklmnopqrstuvwxyz" macro
281 #define PROPNODECHARS LOWERCASE UPPERCASE DIGITS ",._+*#?-"
282 #define PROPNODECHARSSTRICT LOWERCASE UPPERCASE DIGITS ",-"
661 if (strspn(prop->name, LOWERCASE DIGITS "-") != strlen(prop->name)) in check_alias_paths()
/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.java1819 { 0x1d7bc, UProperty.LOWERCASE, 1 }, in TestAdditionalProperties()
1820 { 0x0345, UProperty.LOWERCASE, 1 }, in TestAdditionalProperties()
1821 { 0x0030, UProperty.LOWERCASE, 0 }, in TestAdditionalProperties()
2292 case UProperty.LOWERCASE: in TestAdditionalProperties()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterTest.java1816 { 0x1d7bc, UProperty.LOWERCASE, 1 }, in TestAdditionalProperties()
1817 { 0x0345, UProperty.LOWERCASE, 1 }, in TestAdditionalProperties()
1818 { 0x0030, UProperty.LOWERCASE, 0 }, in TestAdditionalProperties()
2289 case UProperty.LOWERCASE: in TestAdditionalProperties()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCaseProps.java1488 case UProperty.LOWERCASE: in hasBinaryProperty()
DUCharacterProperty.java1149 new CaseBinaryProperty(UProperty.LOWERCASE),
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCaseProps.java1483 case UProperty.LOWERCASE: in hasBinaryProperty()
DUCharacterProperty.java1148 new CaseBinaryProperty(UProperty.LOWERCASE),
/external/icu/icu4j/tools/build/
Dicu4j55.api3.gz
Dicu4j56.api3.gz12;ICU4J 56.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j57.api3.gz
Dicu4j54.api3.gz
Dicu4j59.api3.gz
Dicu4j58.api3.gz

12