Home
last modified time | relevance | path

Searched refs:newFormat (Results 1 – 19 of 19) sorted by relevance

/external/opencv3/modules/cudacodec/src/
Dvideo_parser.cpp110 FormatInfo newFormat; in HandleVideoSequence() local
112 newFormat.codec = static_cast<Codec>(format->codec); in HandleVideoSequence()
113 newFormat.chromaFormat = static_cast<ChromaFormat>(format->chroma_format); in HandleVideoSequence()
114 newFormat.width = format->coded_width; in HandleVideoSequence()
115 newFormat.height = format->coded_height; in HandleVideoSequence()
119 thiz->videoDecoder_->create(newFormat); in HandleVideoSequence()
/external/messageformat/java/com/ibm/icu/simple/
DMessageFormat.java644 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) { in setFormatByArgumentIndex() argument
652 setCustomArgStartFormat(partIndex, newFormat); in setFormatByArgumentIndex()
676 public void setFormatByArgumentName(String argumentName, Format newFormat) { in setFormatByArgumentName() argument
683 setCustomArgStartFormat(partIndex, newFormat); in setFormatByArgumentName()
706 public void setFormat(int formatElementIndex, Format newFormat) { in setFormat() argument
710 setCustomArgStartFormat(partIndex, newFormat); in setFormat()
2098 Format newFormat = null; in createAppropriateFormat() local
2104 newFormat = NumberFormat.getInstance(locale_); in createAppropriateFormat()
2107 newFormat = NumberFormat.getCurrencyInstance(locale_); in createAppropriateFormat()
2110 newFormat = NumberFormat.getPercentInstance(locale_); in createAppropriateFormat()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessageFormat.java687 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) { in setFormatByArgumentIndex() argument
695 setCustomArgStartFormat(partIndex, newFormat); in setFormatByArgumentIndex()
719 public void setFormatByArgumentName(String argumentName, Format newFormat) { in setFormatByArgumentName() argument
726 setCustomArgStartFormat(partIndex, newFormat); in setFormatByArgumentName()
749 public void setFormat(int formatElementIndex, Format newFormat) { in setFormat() argument
753 setCustomArgStartFormat(partIndex, newFormat); in setFormat()
2183 Format newFormat = null; in createAppropriateFormat() local
2189 newFormat = NumberFormat.getInstance(ulocale); in createAppropriateFormat()
2192 newFormat = NumberFormat.getCurrencyInstance(ulocale); in createAppropriateFormat()
2195 newFormat = NumberFormat.getPercentInstance(ulocale); in createAppropriateFormat()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DMessageFormat.java672 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) { in setFormatByArgumentIndex() argument
680 setCustomArgStartFormat(partIndex, newFormat); in setFormatByArgumentIndex()
703 public void setFormatByArgumentName(String argumentName, Format newFormat) { in setFormatByArgumentName() argument
710 setCustomArgStartFormat(partIndex, newFormat); in setFormatByArgumentName()
732 public void setFormat(int formatElementIndex, Format newFormat) { in setFormat() argument
736 setCustomArgStartFormat(partIndex, newFormat); in setFormat()
2139 Format newFormat = null; in createAppropriateFormat() local
2145 newFormat = NumberFormat.getInstance(ulocale); in createAppropriateFormat()
2148 newFormat = NumberFormat.getCurrencyInstance(ulocale); in createAppropriateFormat()
2151 newFormat = NumberFormat.getPercentInstance(ulocale); in createAppropriateFormat()
[all …]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DMessageFormat.java692 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) { in setFormatByArgumentIndex() argument
693 messageFormat.setFormatByArgumentIndex(argumentIndex, newFormat); in setFormatByArgumentIndex()
738 public void setFormat(int formatElementIndex, Format newFormat) { in setFormat() argument
739 messageFormat.setFormat(formatElementIndex, newFormat); in setFormat()
/external/icu/icu4c/source/i18n/
Dmsgfmt.cpp657 Format* newFormat = NULL; in setFormats() local
659 newFormat = newFormats[formatNumber]->clone(); in setFormats()
660 if (newFormat == NULL) { in setFormats()
664 setCustomArgStartFormat(partIndex, newFormat, status); in setFormats()
677 MessageFormat::adoptFormat(int32_t n, Format *newFormat) { in adoptFormat() argument
678 LocalPointer<Format> p(newFormat); in adoptFormat()
733 MessageFormat::setFormat(int32_t n, const Format& newFormat) { in setFormat() argument
740 Format* new_format = newFormat.clone(); in setFormat()
777 const Format& newFormat, in setFormat() argument
790 Format* new_format = newFormat.clone(); in setFormat()
[all …]
Dsmpdtfmt.cpp1875 const SharedNumberFormat *newFormat = createSharedNumberFormat(fmt.orphan()); in adoptNumberFormat() local
1876 if (newFormat == NULL) { in adoptNumberFormat()
1886 newFormat->deleteIfZeroRefCount(); in adoptNumberFormat()
1892 newFormat, fSharedNumberFormatters[patternCharIndex]); in adoptNumberFormat()
1894 newFormat->deleteIfZeroRefCount(); in adoptNumberFormat()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateTimeGeneratorTest.java549 SimpleDateFormat newFormat = new SimpleDateFormat(newPattern, locales[i]); in TestReplacingZoneString() local
550 newFormat.setTimeZone(testTimeZone); in TestReplacingZoneString()
551 String formatted = newFormat.format(testDate); in TestReplacingZoneString()
554 newFormat.parse(formatted, calendar, parsePosition); in TestReplacingZoneString()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateTimeGeneratorTest.java545 SimpleDateFormat newFormat = new SimpleDateFormat(newPattern, locales[i]); in TestReplacingZoneString() local
546 newFormat.setTimeZone(testTimeZone); in TestReplacingZoneString()
547 String formatted = newFormat.format(testDate); in TestReplacingZoneString()
550 newFormat.parse(formatted, calendar, parsePosition); in TestReplacingZoneString()
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberUtil.java1606 NumberFormat newFormat = new NumberFormat();
1607 newFormat.mergeFrom(formattingPattern);
1609 newFormat.setPattern("(\\d+)(.*)");
1611 newFormat.setFormat("$1$2");
1617 return formatNsnUsingPattern(rawInput, newFormat, PhoneNumberFormat.NATIONAL);
/external/owasp/sanitizer/tools/findbugs/lib/
Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/guice/extensions/struts2/lib/
Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0. ...
/external/robolectric/v3/runtime/
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...