Searched refs:firstField (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DFieldWriter.java40 * Next field writer (see {@link ClassWriter#firstField firstField}).
115 if (cw.firstField == null) {
116 cw.firstField = this;
H A DClassWriter.java320 FieldWriter firstField; field in class:ClassWriter
652 FieldWriter fb = firstField;
741 fb = firstField;
/macosx-10.9.5/ICU-511.35/icuSources/tools/toolutil/
H A Dppucd.h145 const char *firstField();
H A Dppucd.cpp170 PreparsedUCD::firstField() { function in class:PreparsedUCD
192 firstField();
467 firstField();
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVChatRoomMember.h25 IBOutlet NSTextField *firstField; variable
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVChatRoomMember.h25 IBOutlet NSTextField *firstField; variable
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkOption.c265 int count, firstField;
296 for (firstField = 1; ; firstField = 0) {
332 if (firstField && !(newEl.flags & WILDCARD)
264 int count, firstField; local
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkOption.c281 int count, firstField, length;
312 for (firstField = 1; ; firstField = 0) {
351 if (firstField && !(newEl.flags & WILDCARD)
280 int count, firstField, length; local
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dsmpdtfmt.cpp1653 UnicodeString firstField(appendTo, beginOffset);
1654 firstField.toTitle(NULL, fLocale, U_TITLECASE_NO_LOWERCASE | U_TITLECASE_NO_BREAK_ADJUSTMENT);
1655 appendTo.replaceBetween(beginOffset, appendTo.length(), firstField);

Completed in 585 milliseconds