HomeSort by relevance Sort by last modified time
    Searched refs:formatStr (Results 1 - 25 of 39) sorted by null

1 2

  /frameworks/support/v4/java/android/support/v4/util/
TimeUtils.java 51 static private int printField(char[] formatStr, int amt, char suffix, int pos,
57 formatStr[pos] = (char)(dig + '0');
63 formatStr[pos] = (char)(dig + '0');
67 formatStr[pos] = (char)(amt + '0');
69 formatStr[pos] = suffix;
80 char[] formatStr = sFormatStr;
86 formatStr[pos] = ' ';
88 formatStr[pos] = '0';
126 formatStr[pos] = ' ';
132 formatStr[pos] = prefix
    [all...]
  /frameworks/base/core/java/android/util/
TimeUtils.java 266 static private int printField(char[] formatStr, int amt, char suffix, int pos,
272 formatStr[pos] = (char)(dig + '0');
278 formatStr[pos] = (char)(dig + '0');
282 formatStr[pos] = (char)(amt + '0');
284 formatStr[pos] = suffix;
295 char[] formatStr = sFormatStr;
301 formatStr[pos++] = ' ';
303 formatStr[pos] = '0';
345 formatStr[pos] = ' ';
351 formatStr[pos] = prefix
    [all...]
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Common/
esUtil.c 261 void ESUTIL_API esLogMessage ( const char *formatStr, ... )
266 va_start ( params, formatStr );
267 vsprintf_s ( buf, sizeof(buf), formatStr, params );
esUtil.h 168 /// \param formatStr Format string for error log.
170 void ESUTIL_API esLogMessage ( const char *formatStr, ... );
  /development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
WeatherWidgetService.java 84 final String formatStr = mContext.getResources().getString(R.string.item_format_string);
87 rv.setTextViewText(R.id.widget_item, String.format(formatStr, temp, day));
WeatherWidgetProvider.java 145 final String formatStr = ctx.getResources().getString(R.string.toast_format_string);
146 Toast.makeText(ctx, String.format(formatStr, day), Toast.LENGTH_SHORT).show();
196 String formatStr = context.getResources().getString(R.string.header_format_string);
197 String header = String.format(formatStr, temp,
  /external/chromium_org/third_party/icu/source/test/intltest/
tmsgfmt.cpp     [all...]
numfmtst.cpp     [all...]
  /external/icu4c/i18n/
compactdecimalformat.cpp 157 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.tempSubString(0, firstIdx)
    [all...]
  /external/icu4c/test/intltest/
tmsgfmt.cpp     [all...]
numfmtst.cpp     [all...]
  /external/jhead/
gpsinfo.c 169 printf("GPS tag %x format %s #components %d componentsize %d bytecount %d", Tag, formatStr(Format), Components, ComponentSize,
jhead.h 255 extern char* formatStr(int format);
exif.c     [all...]
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 307 void printOverlapLine(size_t indent, const string formatStr,
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib2/libs/
android-support-v4.jar 

Completed in 989 milliseconds

1 2