Home
last modified time | relevance | path

Searched refs:firstField (Results 1 – 10 of 10) sorted by relevance

/external/golang-protobuf/jsonpb/
Djsonpb.go287 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/
DNodeWithMembersBuildersTest.java124 FieldDeclaration firstField = classDeclaration.addField(int.class, "fieldName", PRIVATE); in testGetFields() local
129 assertTrue(fields.contains(firstField)); in testGetFields()
/external/icu/icu4c/source/tools/toolutil/
Dppucd.cpp171 PreparsedUCD::firstField() { in firstField() function in PreparsedUCD
193 firstField(); in getProps()
512 firstField(); in getRangeForAlgNames()
Dppucd.h151 const char *firstField();
/external/jdiff/src/jdiff/
DDiff.java513 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/
Dsmpdtfmt.cpp2057 UnicodeString firstField(appendTo, beginOffset); in subFormat() local
2058firstField.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/
DSimpleDateFormat.java2096 … 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/
DSimpleDateFormat.java2084 … 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/
DDecl.h2471 static bool classofKind(Kind K) { return K >= firstField && K <= lastField; } in classofKind()
/external/llvm-project/clang/include/clang/AST/
DDecl.h2984 static bool classofKind(Kind K) { return K >= firstField && K <= lastField; } in classofKind()