Searched defs:fieldWidth (Results 1 - 5 of 5) sorted by relevance

/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/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 68 milliseconds