HomeSort by relevance Sort by last modified time
    Searched full:formatters (Results 1 - 25 of 205) sorted by null

1 2 3 4 5 6 7 8 9

  /external/icu4c/i18n/
tmutfmt.cpp 497 MessageFormat** formatters = (MessageFormat**)countToPatterns->get(pluralCount); local
498 if (formatters == NULL) {
499 formatters = (MessageFormat**)uprv_malloc(kTotal*sizeof(MessageFormat*));
500 formatters[kFull] = NULL;
501 formatters[kAbbreviate] = NULL;
502 countToPatterns->put(pluralCount, formatters, err);
504 uprv_free(formatters);
508 //delete formatters[style];
509 formatters[style] = messageFormat;
574 MessageFormat** formatters = (MessageFormat**)countToPatterns->get(pluralCount) local
632 MessageFormat** formatters = (MessageFormat**)countToPatterns->get(srcPluralCount); local
678 MessageFormat** formatters = (MessageFormat**)countToPatterns->get(srcPluralCount); local
707 MessageFormat** formatters = (MessageFormat**)countToPatterns->get(srcPluralCount); local
    [all...]
reldtfmt.h 189 * date and time formatters associated with this object.
  /external/icu4c/io/
locbund.h 39 * Initialize a ULocaleBundle, initializing all formatters to 0.
48 * Create a new ULocaleBundle, initializing all formatters to 0.
uprintf.h 75 ULocaleBundle fBundle; /* formatters */
ufile.h 53 ULocaleBundle fBundle; /* formatters */
  /external/webkit/Source/WebCore/manual-tests/inspector/
console-dir.html 26 console.log("\nTesting console.log's %o and %O formatters:");
  /external/chromium/chrome/common/
time_format.cc 266 const std::vector<icu::PluralFormat*>& formatters = local
275 time_string = formatters[0]->format(number, error);
281 time_string = formatters[1]->format(number, error);
287 time_string = formatters[2]->format(number, error);
293 time_string = formatters[3]->format(number, error);
  /libcore/dalvik/src/main/java/dalvik/annotation/
TestTarget.java 48 * operators,...), formatters (DecimalFormat, DateFormat, ChoiceFormat,
  /external/webkit/Source/WebCore/inspector/front-end/
ExtensionAPISchema.json 299 "description": "A value returned from one of the formatters (an URL, code snippet etc), to be passed to createResult or addChild"
343 "description": "Either string or formatted values returned by one of AuditResult formatters (url, snippet etc)"
412 "description": "Either string or formatted values returned by one of AuditResult formatters (url, snippet etc)"
DOMBreakpointsSidebarPane.js 125 var formatters = {
137 WebInspector.formatLocalized(message, substitutions, formatters, "", append);
ConsoleView.js     [all...]
utilities.js 910 String.format = function(format, substitutions, formatters, initialValue, append)
957 if (!(token.specifier in formatters)) {
964 result = append(result, formatters[token.specifier](substitutions[token.substitutionIndex], token));
  /external/icu4c/i18n/unicode/
unum.h 107 * formatters.
696 * formatter does not understand the attribute, the call is ignored. Rule-based formatters only understand
770 * The default rule set. This is only available with rule-based formatters.
775 * The public rule sets. This is only available with rule-based formatters.
787 * Rule-based formatters only understand UNUM_DEFAULT_RULESET and UNUM_PUBLIC_RULESETS.
810 * An example of a text attribute is the suffix for positive numbers. Rule-based formatters
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
csharp.php 133 'System.Runtime.Serialization.Formatters',
134 'System.Runtime.Serialization.Formatters.Binary',
  /external/icu4c/common/unicode/
parsepos.h 137 * Set the index at which a parse error occurred. Formatters
  /external/webkit/Source/JavaScriptCore/assembler/
X86Assembler.h     [all...]
  /external/markdown/markdown/extensions/
codehilite.py 81 from pygments.formatters import HtmlFormatter
  /external/chromium/chrome/browser/debugger/
devtools_window.cc 386 // locale specific formatters (e.g., use , instead of . in German).
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
pretty-print.h 84 that the text formatters don't need to know which phase we're in. */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
pretty-print.h 84 that the text formatters don't need to know which phase we're in. */
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
pretty-print.h 84 that the text formatters don't need to know which phase we're in. */
  /external/bison/doc/
fdl.texi 87 drawing editor, and that is suitable for input to text formatters or
89 to text formatters. A copy made in an otherwise Transparent file
  /external/valgrind/main/
COPYING.DOCS 80 drawing editor, and that is suitable for input to text formatters or
82 to text formatters. A copy made in an otherwise Transparent file
  /ndk/sources/host-tools/sed-4.2.1/
COPYING.DOC 80 drawing editor, and that is suitable for input to text formatters or
82 to text formatters. A copy made in an otherwise Transparent file
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-run.1 179 \" drawing editor, and that is suitable for input to text formatters or
181 \" to text formatters. A copy made in an otherwise Transparent file

Completed in 1339 milliseconds

1 2 3 4 5 6 7 8 9