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/icu/icu4c/source/i18n/
H A Ddtitvinf.cpp406 DateIntervalInfo::stringNumeric(int32_t fieldWidth, int32_t anotherFieldWidth, argument
409 if ( (fieldWidth <= 2 && anotherFieldWidth > 2) ||
410 (fieldWidth > 2 && anotherFieldWidth <= 2 )) {
508 int32_t fieldWidth = skeletonFieldWidth[i]; local
509 if ( inputFieldWidth == fieldWidth ) {
515 } else if ( fieldWidth == 0 ) {
518 } else if (stringNumeric(inputFieldWidth, fieldWidth,
522 distance += (inputFieldWidth > fieldWidth) ?
523 (inputFieldWidth - fieldWidth) :
524 (fieldWidth
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateIntervalInfo.java921 * @param fieldWidth one field width
927 private static boolean stringNumeric(int fieldWidth, argument
931 if ( fieldWidth <= 2 && anotherFieldWidth > 2 ||
932 fieldWidth > 2 && anotherFieldWidth <= 2 ) {
990 int fieldWidth = skeletonFieldWidth[i];
991 if ( inputFieldWidth == fieldWidth ) {
997 } else if ( fieldWidth == 0 ) {
1000 } else if (stringNumeric(inputFieldWidth, fieldWidth,
1004 distance += Math.abs(inputFieldWidth - 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/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DTabber.java93 public Tabber add(int fieldWidth, byte type) { argument
95 stops.add(new Integer(last + 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 272 milliseconds