Searched refs:fieldWidth (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcssmdates.cpp175 void CssmUniformDate::setFromString(const char *src, const char *format, size_t fieldWidth) argument
179 assert(fieldWidth < sizeof(str));
182 memcpy(str, src, fieldWidth);
183 str[fieldWidth] = '\0';
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcssmdates.cpp175 void CssmUniformDate::setFromString(const char *src, const char *format, size_t fieldWidth) argument
179 assert(fieldWidth < sizeof(str));
182 memcpy(str, src, fieldWidth);
183 str[fieldWidth] = '\0';
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Ddtitvinf.cpp404 DateIntervalInfo::stringNumeric(int32_t fieldWidth, int32_t anotherFieldWidth, argument
407 if ( (fieldWidth <= 2 && anotherFieldWidth > 2) ||
408 (fieldWidth > 2 && anotherFieldWidth <= 2 )) {
506 int32_t fieldWidth = skeletonFieldWidth[i]; local
507 if ( inputFieldWidth == fieldWidth ) {
513 } else if ( fieldWidth == 0 ) {
516 } else if (stringNumeric(inputFieldWidth, fieldWidth,
520 distance += (inputFieldWidth > fieldWidth) ?
521 (inputFieldWidth - fieldWidth) :
522 (fieldWidth
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Ddtitvinf.h433 * @param fieldWidth one field width
439 static UBool U_EXPORT2 stringNumeric(int32_t fieldWidth,
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A DDebugServices.c1200 unsigned int fieldWidth; member in struct:DebugSNPrintF_format
1246 F.fieldWidth = (unsigned int)f;
1252 F.fieldWidth = (10 * F.fieldWidth) + (c - '0');
1335 F.precision = F.fieldWidth;
1586 if (i < F.fieldWidth && !F.leftJustify) // Pad on the left
1590 } while (i < --F.fieldWidth);
1598 for (; i < F.fieldWidth; i++) // Pad on the right
/macosx-10.10/mDNSResponder-561.1.1/mDNSCore/
H A DDNSCommon.c4027 unsigned int fieldWidth; member in struct:mDNSprintf_format
4074 F.fieldWidth = (unsigned int)f;
4080 F.fieldWidth = (10 * F.fieldWidth) + (c - '0');
4117 F.precision = F.fieldWidth;
4134 if (F.zeroPad) F.precision = F.fieldWidth;
4191 F.precision = F.fieldWidth;
4280 if (i < F.fieldWidth && !F.leftJustify) // Pad on the left
4284 } while (i < --F.fieldWidth);
4297 for (; i < F.fieldWidth;
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/support/
H A Dtexi2html1519 use vars qw($fieldWidth $opt $VERSION);
1530 $fieldWidth = 20;
1548 print 'Option', ' ' x ($fieldWidth - length('Option') ), "Value\n";
1552 print "-$_", ' ' x ($fieldWidth - (1 + length) ), "${$self->{'opt'} }{$_}\n";

Completed in 208 milliseconds