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

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CurrencyData.java 41 public abstract CurrencyFormatInfo getFormatInfo(String isoCode);
207 public CurrencyFormatInfo getFormatInfo(String isoCode) {
ICUCurrencyDisplayInfoProvider.java 76 * Single-item cache for getName(), getSymbol(), and getFormatInfo().
232 public CurrencyFormatInfo getFormatInfo(String isoCode) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CurrencyData.java 30 public abstract CurrencyFormatInfo getFormatInfo(String isoCode);
181 public CurrencyFormatInfo getFormatInfo(String isoCode) {
  /external/deqp/modules/gles2/functional/
es2fReadPixelsTests.cpp 66 void getFormatInfo (tcu::TextureFormat& format, GLint& glFormat, GLint& glType, int& pixelSize);
144 void ReadPixelsTest::getFormatInfo (tcu::TextureFormat& format, GLint& glFormat, GLint& glType, int& pixelSize)
181 getFormatInfo(format, glFormat, glType, pixelSize);
es2fFboCompletenessTests.cpp 323 const FormatFlags flags = m_ctx.getCoreFormats().getFormatInfo(fmt);
  /external/deqp/modules/glshared/
glsFboUtil.cpp 137 FormatFlags FormatDB::getFormatInfo (ImageFormat format) const
503 const FormatFlags flags = db.getFormatInfo(image->internalFormat);
585 const FormatFlags flags = m_formats.getFormatInfo(it->second->internalFormat);
613 const FormatFlags flags = m_formats.getFormatInfo(it->second->internalFormat);
glsFboUtil.hpp 148 FormatFlags getFormatInfo (ImageFormat format) const;
glsFboCompletenessTests.cpp 442 return db.isKnownFormat(format) && ((db.getFormatInfo(format) & feature) == feature);
  /external/deqp/modules/gles3/functional/
es3fReadPixelsTests.cpp 88 void getFormatInfo (tcu::TextureFormat& format, int& pixelSize);
204 void ReadPixelsTest::getFormatInfo (tcu::TextureFormat& format, int& pixelSize)
332 getFormatInfo(format, pixelSize);
  /external/icu/android_icu4j/src/main/java/android/icu/number/
NumberFormatterImpl.java 218 .getFormatInfo(currency.getCurrencyCode());
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
NumberFormatterImpl.java 217 .getFormatInfo(currency.getCurrencyCode());
  /external/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
ICUCurrencyDisplayInfoProvider.java 72 * Single-item cache for getName(), getSymbol(), and getFormatInfo().
228 public CurrencyFormatInfo getFormatInfo(String isoCode) {
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DecimalFormatSymbols.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
CurrencyTest.java 396 if (info_fallback.getFormatInfo("isoCode") != null) {
397 errln("Error calling getFormatInfo().");
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DecimalFormatSymbols.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
CurrencyTest.java 393 if (info_fallback.getFormatInfo("isoCode") != null) {
394 errln("Error calling getFormatInfo().");
    [all...]
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-core-0.9.8-SNAPSHOT.jar 
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 563 milliseconds