Home
last modified time | relevance | path

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

12

/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
DTypeNameClassifier.java40 case LOWERCASE: in START()
57 case LOWERCASE: in TYPE()
90 case LOWERCASE: in AMBIGUOUS()
143 LOWERCASE, enumConstant
169 return hasUppercase ? LOWER_CAMEL : LOWERCASE; in from()
/external/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.cc426 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ in SpaceUsedExcludingSelfLong() argument
428 total_size += sizeof(*repeated_##LOWERCASE##_value) + \ in SpaceUsedExcludingSelfLong()
429 repeated_##LOWERCASE##_value->SpaceUsedExcludingSelfLong(); \ in SpaceUsedExcludingSelfLong()
530 #define HANDLE_TYPE(UPPERCASE, CAMELCASE, LOWERCASE) \ in InternalSerializeFieldWithCachedSizesToArray() argument
532 for (int i = 0; i < repeated_##LOWERCASE##_value->size(); i++) { \ in InternalSerializeFieldWithCachedSizesToArray()
534 repeated_##LOWERCASE##_value->Get(i), target); \ in InternalSerializeFieldWithCachedSizesToArray()
563 #define HANDLE_TYPE(UPPERCASE, CAMELCASE, LOWERCASE) \ in InternalSerializeFieldWithCachedSizesToArray() argument
565 for (int i = 0; i < repeated_##LOWERCASE##_value->size(); i++) { \ in InternalSerializeFieldWithCachedSizesToArray()
567 number, repeated_##LOWERCASE##_value->Get(i), target); \ in InternalSerializeFieldWithCachedSizesToArray()
588 #define HANDLE_TYPE(UPPERCASE, CAMELCASE, LOWERCASE) \ in InternalSerializeFieldWithCachedSizesToArray() argument
[all …]
Dgenerated_message_reflection.cc256 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ in SpaceUsedLong() argument
258 total_size += GetRaw<RepeatedField<LOWERCASE> >(message, field) \ in SpaceUsedLong()
753 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ in FieldSize() argument
755 return GetRaw<RepeatedField<LOWERCASE> >(message, field).size() in FieldSize()
862 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ in ClearField() argument
864 MutableRaw<RepeatedField<LOWERCASE> >(message, field)->Clear(); \ in ClearField()
911 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ in RemoveLast() argument
913 MutableRaw<RepeatedField<LOWERCASE> >(message, field)->RemoveLast(); \ in RemoveLast()
978 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ in SwapElements() argument
980 MutableRaw<RepeatedField<LOWERCASE> >(message, field) \ in SwapElements()
Ddynamic_message.cc513 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ in ~DynamicMessage() argument
515 reinterpret_cast<RepeatedField<LOWERCASE>*>(field_ptr) \ in ~DynamicMessage()
516 ->~RepeatedField<LOWERCASE>(); \ in ~DynamicMessage()
/external/google-java-format/core/src/test/java/com/google/googlejavaformat/java/
DTypeNameClassifierTest.java35 assertThat(JavaCaseFormat.from("com")).isEqualTo(JavaCaseFormat.LOWERCASE); in caseFormat()
40 assertThat(JavaCaseFormat.from("com_$")).isEqualTo(JavaCaseFormat.LOWERCASE); in caseFormat()
43 assertThat(JavaCaseFormat.from("a_$")).isEqualTo(JavaCaseFormat.LOWERCASE); in caseFormat()
44 assertThat(JavaCaseFormat.from("_")).isEqualTo(JavaCaseFormat.LOWERCASE); in caseFormat()
/external/rust/crates/regex-syntax/src/unicode_tables/
Dproperty_bool.rs44 ("Lowercase", LOWERCASE),
7350 pub const LOWERCASE: &'static [(char, char)] = &[ constant
/external/libtextclassifier/native/utils/
Dnormalization.fbs23 LOWERCASE = 1,
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUProperty.java203 public static final int LOWERCASE = 22; field
DUCharacter.java5222 return hasBinaryProperty(ch, UProperty.LOWERCASE); in isULowercase()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUProperty.java228 public static final int LOWERCASE = 22; field
DUCharacter.java5849 return hasBinaryProperty(ch, UProperty.LOWERCASE); in isULowercase()
/external/llvm-project/llvm/test/tools/llvm-ar/
Dnon-windows-name-case.test23 # RUN: llvm-ar dTP %t/thin-archive.a %t/LOWERCASE/FILE.TXT
Dwindows-name-case.test26 # RUN: llvm-ar dTP %t/thin-archive.a %t/LOWERCASE/FILE.TXT
/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/dtc/
Dchecks.c297 #define LOWERCASE "abcdefghijklmnopqrstuvwxyz" macro
300 #define PROPNODECHARS LOWERCASE UPPERCASE DIGITS ",._+*#?-"
301 #define PROPNODECHARSSTRICT LOWERCASE UPPERCASE DIGITS ",-"
704 if (strspn(prop->name, LOWERCASE DIGITS "-") != strlen(prop->name)) in check_alias_paths()
/external/curl/packages/vms/
Dcompare_curl_source.com256 $ ref_fname = f$edit(ref_fname, "LOWERCASE")
Dconfig_h.com1296 $ keysym = f$edit(key2d,"LOWERCASE")
1304 $ keysym = f$edit(keysym,"LOWERCASE")
/external/icu/android_icu4j/src/main/tests/android/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()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterTest.java1844 { 0x1d7bc, UProperty.LOWERCASE, 1 }, in TestAdditionalProperties()
1845 { 0x0345, UProperty.LOWERCASE, 1 }, in TestAdditionalProperties()
1846 { 0x0030, UProperty.LOWERCASE, 0 }, in TestAdditionalProperties()
2317 case UProperty.LOWERCASE: in TestAdditionalProperties()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCaseProps.java1503 case UProperty.LOWERCASE: in hasBinaryProperty()
DUCharacterProperty.java416 new CaseBinaryProperty(UProperty.LOWERCASE),
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCaseProps.java1508 case UProperty.LOWERCASE: in hasBinaryProperty()
DUCharacterProperty.java417 new CaseBinaryProperty(UProperty.LOWERCASE),
/external/antlr/runtime/ActionScript/project/lib/
DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/ ...

12