Searched refs:fieldWidth (Results 1 – 10 of 10) sorted by relevance
406 DateIntervalInfo::stringNumeric(int32_t fieldWidth, int32_t anotherFieldWidth, in stringNumeric() argument409 if ( (fieldWidth <= 2 && anotherFieldWidth > 2) || in stringNumeric()410 (fieldWidth > 2 && anotherFieldWidth <= 2 )) { in stringNumeric()508 int32_t fieldWidth = skeletonFieldWidth[i]; in getBestSkeleton() local509 if ( inputFieldWidth == fieldWidth ) { in getBestSkeleton()515 } else if ( fieldWidth == 0 ) { in getBestSkeleton()518 } else if (stringNumeric(inputFieldWidth, fieldWidth, in getBestSkeleton()522 distance += (inputFieldWidth > fieldWidth) ? in getBestSkeleton()523 (inputFieldWidth - fieldWidth) : in getBestSkeleton()524 (fieldWidth - inputFieldWidth); in getBestSkeleton()
921 private static boolean stringNumeric(int fieldWidth, in stringNumeric() argument925 if ( fieldWidth <= 2 && anotherFieldWidth > 2 || in stringNumeric()926 fieldWidth > 2 && anotherFieldWidth <= 2 ) { in stringNumeric()984 int fieldWidth = skeletonFieldWidth[i]; in getBestSkeleton() local985 if ( inputFieldWidth == fieldWidth ) { in getBestSkeleton()991 } else if ( fieldWidth == 0 ) { in getBestSkeleton()994 } else if (stringNumeric(inputFieldWidth, fieldWidth, in getBestSkeleton()998 distance += Math.abs(inputFieldWidth - fieldWidth); in getBestSkeleton()
942 private static boolean stringNumeric(int fieldWidth, in stringNumeric() argument946 if ( fieldWidth <= 2 && anotherFieldWidth > 2 || in stringNumeric()947 fieldWidth > 2 && anotherFieldWidth <= 2 ) { in stringNumeric()1005 int fieldWidth = skeletonFieldWidth[i]; in getBestSkeleton() local1006 if ( inputFieldWidth == fieldWidth ) { in getBestSkeleton()1012 } else if ( fieldWidth == 0 ) { in getBestSkeleton()1015 } else if (stringNumeric(inputFieldWidth, fieldWidth, in getBestSkeleton()1019 distance += Math.abs(inputFieldWidth - fieldWidth); in getBestSkeleton()
163 int fieldWidth;207 p = parse_number(p, &dir->fieldWidth);209 if (dir->fieldWidth <= 0) // Width if at all must be non-zero288 if (dir->fieldWidth == 0) {293 return (dir->fieldWidth + needsTerminator) * charSize;350 int fieldWidth;409 p = maybe_parse_number_or_star(p, &dir->fieldWidth,
94 public Tabber add(int fieldWidth, byte type) { in add() argument96 stops.add(new Integer(last + fieldWidth)); in add()
93 public Tabber add(int fieldWidth, byte type) { in add() argument95 stops.add(new Integer(last + fieldWidth)); in add()
440 static UBool U_EXPORT2 stringNumeric(int32_t fieldWidth,
1200 unsigned int fieldWidth; in DebugSNPrintFVAList() member1246 F.fieldWidth = (unsigned int)f; in DebugSNPrintFVAList()1252 F.fieldWidth = (10 * F.fieldWidth) + (c - '0'); in DebugSNPrintFVAList()1335 F.precision = F.fieldWidth; in DebugSNPrintFVAList()1586 if (i < F.fieldWidth && !F.leftJustify) // Pad on the left in DebugSNPrintFVAList()1590 } while (i < --F.fieldWidth); in DebugSNPrintFVAList()1598 for (; i < F.fieldWidth; i++) // Pad on the right in DebugSNPrintFVAList()
2861 unsigned int fieldWidth; member2908 F.fieldWidth = (unsigned int)f; in mDNS_vsnprintf()2914 F.fieldWidth = (10 * F.fieldWidth) + (c - '0'); in mDNS_vsnprintf()2951 F.precision = F.fieldWidth; in mDNS_vsnprintf()2968 if (F.zeroPad) F.precision = F.fieldWidth; in mDNS_vsnprintf()3025 F.precision = F.fieldWidth; in mDNS_vsnprintf()3114 if (i < F.fieldWidth && !F.leftJustify) // Pad on the left in mDNS_vsnprintf()3118 } while (i < --F.fieldWidth); in mDNS_vsnprintf()3131 for (; i < F.fieldWidth; i++) // Pad on the right in mDNS_vsnprintf()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...