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

  /frameworks/base/core/java/android/util/
TimeUtils.java 158 static private int printField(char[] formatStr, int amt, char suffix, int pos,
163 formatStr[pos] = (char)(dig + '0');
170 formatStr[pos] = (char)(dig + '0');
175 formatStr[pos] = (char)(amt + '0');
177 formatStr[pos] = suffix;
188 char[] formatStr = sFormatStr;
194 formatStr[pos] = ' ';
196 formatStr[pos] = '0';
234 formatStr[pos] = ' ';
240 formatStr[pos] = prefix
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
tmsgfmt.cpp 749 //UnicodeString formatStr = "At {1,time} on {1,date}, you made a {2} of {0,number,currency}.";
750 UnicodeString formatStr = "At <time> on {1,date}, you made a {2} of {0,number,currency}.";
766 MessageFormat msg( formatStr, err);
795 msg.applyPattern( formatStr, err);
834 //UnicodeString formatStr = "At {1,time} on {1,date}, you made a {2} of {0,number,currency}.";
835 UnicodeString formatStr = "On {0,date}, it began.";
839 MessageFormat msg( formatStr, err);
    [all...]
numfmtst.cpp     [all...]
  /external/icu4c/test/intltest/
tmsgfmt.cpp     [all...]
numfmtst.cpp     [all...]
  /cts/tools/host/src/com/android/cts/
HostUtils.java 278 final String formatStr = "%4d" + dateSeparator + "%02d" + dateSeparator + "%02d"
280 fmt.format(formatStr, year, month, date, hour, min, sec);
  /external/jhead/
jhead.h 244 extern char* formatStr(int format);
gpsinfo.c 171 printf("GPS tag %x format %s #components %d componentsize %d bytecount %d", Tag, formatStr(Format), Components, ComponentSize,
exif.c     [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]

Completed in 271 milliseconds