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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc162 int fieldWidth;
206 p = parse_number(p, &dir->fieldWidth);
208 if (dir->fieldWidth <= 0) // Width if at all must be non-zero
287 if (dir->fieldWidth == 0) {
292 return (dir->fieldWidth + needsTerminator) * charSize;
349 int fieldWidth;
408 p = maybe_parse_number_or_star(p, &dir->fieldWidth,
/external/chromium_org/third_party/icu/source/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...]
/external/icu/icu4c/source/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...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddtitvinf.h433 * @param fieldWidth one field width
439 static UBool U_EXPORT2 stringNumeric(int32_t fieldWidth,
/external/icu/icu4c/source/i18n/unicode/
H A Ddtitvinf.h433 * @param fieldWidth one field width
439 static UBool U_EXPORT2 stringNumeric(int32_t fieldWidth,
/external/mdnsresponder/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
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c2861 unsigned int fieldWidth; member in struct:mDNSprintf_format
2908 F.fieldWidth = (unsigned int)f;
2914 F.fieldWidth = (10 * F.fieldWidth) + (c - '0');
2951 F.precision = F.fieldWidth;
2968 if (F.zeroPad) F.precision = F.fieldWidth;
3025 F.precision = F.fieldWidth;
3114 if (i < F.fieldWidth && !F.leftJustify) // Pad on the left
3118 } while (i < --F.fieldWidth);
3131 for (; i < F.fieldWidth;
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 209 milliseconds