HomeSort by relevance Sort by last modified time
    Searched full:formatter (Results 176 - 200 of 397) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
pretty-print.h 57 of the formatter. */
132 A client-supplied formatter returns true if everything goes well,
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
pretty-print.h 57 of the formatter. */
132 A client-supplied formatter returns true if everything goes well,
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
pretty-print.h 57 of the formatter. */
132 A client-supplied formatter returns true if everything goes well,
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
Log.java 352 SimpleDateFormat formatter = new SimpleDateFormat("hh:mm:ss"); local
353 return String.format("%s %c/%s: %s\n", formatter.format(new Date()),
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-resource-browser.js 174 * 'a, b and c', with an optional item formatter/wrapper function.
  /development/samples/ApiDemos/src/com/example/android/apis/appwidget/
ExampleAppWidgetProvider.java 106 // string is filled in using java.util.Formatter-style format strings.
  /external/android-mock/
build.xml 79 <formatter type="xml"/>
  /external/apache-http/src/org/apache/http/impl/
AbstractHttpServerConnection.java 110 // override in derived class to specify a line formatter
  /external/apache-http/src/org/apache/http/message/
LineFormatter.java 51 * The formatted lines are returned in memory, the formatter does not depend
  /external/icu4c/i18n/unicode/
decimfmt.h 151 * changes. Some special characters affect the behavior of the formatter by
160 * patterns use the corresponding characters taken from this formatter's
355 * <p>For currency parsing, the formatter is able to parse every currency
356 * style formats no matter which style the formatter is constructed with.
357 * For example, a formatter instance gotten from
445 * <li>When using scientific notation, the formatter controls the
472 * described above. When a formatter is using significant digits
474 * directly, and the formatter settings for these counts are ignored.
475 * Instead, the formatter uses however many integer and fraction
635 * threads should not access one formatter concurrently
    [all...]
  /external/icu4c/samples/cal/
cal.c 438 /* Open a formatter with a month and year only pattern */
482 /* Open the formatter */
561 /* Open a formatter with a month and year only pattern */
594 /* Open the formatter */
  /external/icu4c/samples/datefmt/
README.TXT 58 the date formatter.
  /external/icu4c/test/cintltst/
cdtrgtst.c 276 UDateFormat *formatter, *fmt; local
288 formatter = udat_open(UDAT_IGNORE,UDAT_IGNORE,"en_US",tzID,-1,pattern, u_strlen(pattern), &status);
290 myDate = udat_parse(formatter, dateString, u_strlen(dateString), &pos, &status);
310 udat_close(formatter);
cmsgtst.c 181 UMessageFormat formatter = umsg_open(testCasePatterns[0],patternLength,"en_US",NULL,&ec); local
197 umsg_applyPattern(formatter,testCasePatterns[i],patternLength,&parseError,&ec);
203 resultLength = umsg_format(formatter,result,resultLength,&ec,1,3456.00,d1);
207 resultLength = umsg_format(formatter,result,resultLength+2,&ec,1,3456.00,d1);
237 umsg_parse(formatter,result,resultLength,&count,&ec,one,two,d2);
249 umsg_parse(formatter,result,resultLength,&count,&ec,&one,&two,&d2);
258 umsg_close(formatter);
    [all...]
  /external/icu4c/test/intltest/
caltztst.cpp 52 fgDateFormat = 0; // We have exclusive right to this formatter.
  /external/nist-sip/java/gov/nist/javax/sip/message/
MessageObject.java 161 * Formatter with a given starting indentation (for nested structs).
  /external/webkit/Source/WebCore/inspector/front-end/
ScriptFormatter.js 178 console.warn("Error in script formatter worker:", event);
  /external/webkit/Tools/Scripts/
add-include 30 my $headerPattern = '[\"<][A-Za-z][A-Za-z0-9_/]+(\.h)?[\">]'; # " Make Xcode formatter happy.
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerSubtype.java 125 * display name by the formatter. If there is not, this method simply returns the string
  /libcore/luni/src/test/java/libcore/java/util/
FormatterTest.java 107 // BigDecimal or Formatter.)
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaByDayAdapter.java 37 import java.util.Formatter;
54 // Note: Formatter is not thread safe. Fine for now as it is only used by the main thread.
55 private Formatter mFormatter;
79 mFormatter = new Formatter(mStringBuilder, Locale.getDefault());
  /packages/apps/Contacts/res/values/
attrs.xml 17 <!-- Maps a contact kind or mime-type to a RemoteViews XML formatter -->
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlFormatPreferences.java 29 * Formatting preferences used by the Android XML formatter.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
EditorsPage.java 74 // Add a listener which fires whenever the checkbox for the custom formatter
  /external/icu4c/i18n/
rbnf.cpp     [all...]

Completed in 1583 milliseconds

1 2 3 4 5 6 78 91011>>