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

  /frameworks/base/media/mca/filterfw/java/android/filterfw/format/
PrimitiveFormat.java 29 return createFormat(FrameFormat.TYPE_BYTE, count, target);
33 return createFormat(FrameFormat.TYPE_INT16, count, target);
37 return createFormat(FrameFormat.TYPE_INT32, count, target);
41 return createFormat(FrameFormat.TYPE_FLOAT, count, target);
45 return createFormat(FrameFormat.TYPE_DOUBLE, count, target);
49 return createFormat(FrameFormat.TYPE_BYTE, target);
53 return createFormat(FrameFormat.TYPE_INT16, target);
57 return createFormat(FrameFormat.TYPE_INT32, target);
61 return createFormat(FrameFormat.TYPE_FLOAT, target);
65 return createFormat(FrameFormat.TYPE_DOUBLE, target)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NumberFormatServiceShim.java 56 Object result = delegate.createFormat(lkey.canonicalLocale(), lkey.kind());
NumberFormat.java 769 * ULocale instead of Locale. Instead of overriding createFormat(Locale, int),
832 * this method instead of createFormat(Locale, int).
838 public NumberFormat createFormat(ULocale loc, int formatType) {
839 return createFormat(loc.toLocale(), formatType);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatRegistrationTest.java 37 public NumberFormat createFormat(ULocale loc, int formatType) {
NumberFormatTest.java     [all...]
  /external/deqp/modules/egl/
teglImageFormatTests.cpp     [all...]
  /external/icu/icu4c/source/i18n/unicode/
numfmt.h     [all...]
  /external/icu/icu4c/source/test/intltest/
nmfmapts.cpp 272 virtual NumberFormat* createFormat(const Locale& /* loc */, UNumberFormatStyle formatType)
  /external/icu/icu4c/source/i18n/
numfmt.cpp 889 UObject* result = _delegate->createFormat(loc, (UNumberFormatStyle)kind);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ULocaleTest.java 131 public NumberFormat createFormat(ULocale loc, int formatType) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 2733 milliseconds