Searched refs:firstField (Results 1 – 10 of 10) sorted by relevance
/external/golang-protobuf/jsonpb/ |
D | jsonpb.go | 287 firstField := true 293 firstField = false 348 if !firstField { 354 firstField = false 383 if !firstField { 389 firstField = false
|
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/builders/ |
D | NodeWithMembersBuildersTest.java | 124 FieldDeclaration firstField = classDeclaration.addField(int.class, "fieldName", PRIVATE); in testGetFields() local 129 assertTrue(fields.contains(firstField)); in testGetFields()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | ppucd.cpp | 171 PreparsedUCD::firstField() { in firstField() function in PreparsedUCD 193 firstField(); in getProps() 512 firstField(); in getRangeForAlgNames()
|
D | ppucd.h | 151 const char *firstField();
|
/external/jdiff/src/jdiff/ |
D | Diff.java | 513 boolean firstField = true; // Set for first field in a class in emitDocDiffIndex() 528 firstField = true; in emitDocDiffIndex() 548 firstField = true; in emitDocDiffIndex()
|
/external/icu/icu4c/source/i18n/ |
D | smpdtfmt.cpp | 2057 UnicodeString firstField(appendTo, beginOffset); in subFormat() local 2058 …firstField.toTitle(mutableCapitalizationBrkIter, fLocale, U_TITLECASE_NO_LOWERCASE | U_TITLECASE_N… in subFormat() 2059 appendTo.replaceBetween(beginOffset, appendTo.length(), firstField); in subFormat()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | SimpleDateFormat.java | 2096 … String firstField = buf.substring(bufstart); // bufstart or beginOffset, should be the same in subFormat() local 2097 …String firstFieldTitleCase = UCharacter.toTitleCase(locale, firstField, mutableCapitalizationBrkIt… in subFormat()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | SimpleDateFormat.java | 2084 … String firstField = buf.substring(bufstart); // bufstart or beginOffset, should be the same in subFormat() local 2085 …String firstFieldTitleCase = UCharacter.toTitleCase(locale, firstField, mutableCapitalizationBrkIt… in subFormat()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 2471 static bool classofKind(Kind K) { return K >= firstField && K <= lastField; } in classofKind()
|
/external/llvm-project/clang/include/clang/AST/ |
D | Decl.h | 2984 static bool classofKind(Kind K) { return K >= firstField && K <= lastField; } in classofKind()
|