Searched defs:formatStr (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DCommon.h87 const char *formatStr = std::numeric_limits<T>::is_signed ? "%d" : "%u"; local
88 snprintf(buffer, sizeof(buffer), formatStr, i);
/external/chromium_org/third_party/icu/source/i18n/
H A Dcompactdecimalformat.cpp157 static int32_t populatePrefixSuffix(const char* variant, int32_t log10Value, const UnicodeString& formatStr, UHashtable* result, UErrorCode& status);
723 UnicodeString formatStr(false, formatStrP, resLen);
728 variant, log10Value, formatStr, result->unitsByVariant, status);
760 // formatStr is the format string from which the prefix and suffix are
762 // populatePrefixSuffix returns the number of 0's found in formatStr
764 // In the special case that formatStr contains only spaces for prefix
767 const char* variant, int32_t log10Value, const UnicodeString& formatStr, UHashtable* result, UErrorCode& status) {
771 int32_t firstIdx = formatStr.indexOf(kZero, LENGTHOF(kZero), 0);
777 int32_t lastIdx = formatStr.lastIndexOf(kZero, LENGTHOF(kZero), firstIdx);
783 unit->prefix = formatStr
766 populatePrefixSuffix( const char* variant, int32_t log10Value, const UnicodeString& formatStr, UHashtable* result, UErrorCode& status) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dcompactdecimalformat.cpp157 static int32_t populatePrefixSuffix(const char* variant, int32_t log10Value, const UnicodeString& formatStr, UHashtable* result, UErrorCode& status);
723 UnicodeString formatStr(false, formatStrP, resLen);
728 variant, log10Value, formatStr, result->unitsByVariant, status);
760 // formatStr is the format string from which the prefix and suffix are
762 // populatePrefixSuffix returns the number of 0's found in formatStr
764 // In the special case that formatStr contains only spaces for prefix
767 const char* variant, int32_t log10Value, const UnicodeString& formatStr, UHashtable* result, UErrorCode& status) {
771 int32_t firstIdx = formatStr.indexOf(kZero, LENGTHOF(kZero), 0);
777 int32_t lastIdx = formatStr.lastIndexOf(kZero, LENGTHOF(kZero), firstIdx);
783 unit->prefix = formatStr
766 populatePrefixSuffix( const char* variant, int32_t log10Value, const UnicodeString& formatStr, UHashtable* result, UErrorCode& status) argument
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtmsgfmt.cpp984 //UnicodeString formatStr = "At {1,time} on {1,date}, you made a {2} of {0,number,currency}.";
985 UnicodeString formatStr = "At <time> on {1,date}, you made a {2} of {0,number,currency}."; local
1001 MessageFormat msg( formatStr, err);
1030 msg.applyPattern( formatStr, err);
1069 //UnicodeString formatStr = "At {1,time} on {1,date}, you made a {2} of {0,number,currency}.";
1070 UnicodeString formatStr = "On {0,date}, it began."; local
1074 MessageFormat msg( formatStr, err);
1192 UnicodeString formatStr("{0,date},{1},{2,number}", "");
1195 MessageFormat msg( formatStr, err);
1196 MessageFormat msgCmp( formatStr, er
[all...]
H A Dnumfmtst.cpp1471 const char *formatStr = "*x#,###,###,##0.0#;*x(###,###,##0.0#)"; local
1472 expect2(new DecimalFormat(formatStr, US, status),
1474 expect2(new DecimalFormat(formatStr, US, status),
1476 expect2(new DecimalFormat(formatStr, US, status),
1478 expect2(new DecimalFormat(formatStr, US, status),
1480 expect2(new DecimalFormat(formatStr, US, status),
1482 expect2(new DecimalFormat(formatStr, US, status),
1484 expect2(new DecimalFormat(formatStr, US, status),
1486 expect2(new DecimalFormat(formatStr, US, status),
1489 expect2(new DecimalFormat(formatStr, U
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtmsgfmt.cpp984 //UnicodeString formatStr = "At {1,time} on {1,date}, you made a {2} of {0,number,currency}.";
985 UnicodeString formatStr = "At <time> on {1,date}, you made a {2} of {0,number,currency}."; local
1001 MessageFormat msg( formatStr, err);
1030 msg.applyPattern( formatStr, err);
1069 //UnicodeString formatStr = "At {1,time} on {1,date}, you made a {2} of {0,number,currency}.";
1070 UnicodeString formatStr = "On {0,date}, it began."; local
1074 MessageFormat msg( formatStr, err);
1192 UnicodeString formatStr("{0,date},{1},{2,number}", "");
1195 MessageFormat msg( formatStr, err);
1196 MessageFormat msgCmp( formatStr, er
[all...]
H A Dnumfmtst.cpp1475 const char *formatStr = "*x#,###,###,##0.0#;*x(###,###,##0.0#)"; local
1476 expect2(new DecimalFormat(formatStr, US, status),
1478 expect2(new DecimalFormat(formatStr, US, status),
1480 expect2(new DecimalFormat(formatStr, US, status),
1482 expect2(new DecimalFormat(formatStr, US, status),
1484 expect2(new DecimalFormat(formatStr, US, status),
1486 expect2(new DecimalFormat(formatStr, US, status),
1488 expect2(new DecimalFormat(formatStr, US, status),
1490 expect2(new DecimalFormat(formatStr, US, status),
1493 expect2(new DecimalFormat(formatStr, U
[all...]
/external/jhead/
H A Dexif.c1262 printf("processing component %s format %s", curElement, formatStr(format));
1311 char* formatStr(int format) { function
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 220 milliseconds