Home
last modified time | relevance | path

Searched refs:formatType (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/test/intltest/
Dnmfmapts.cpp272 virtual NumberFormat* createFormat(const Locale& /* loc */, UNumberFormatStyle formatType) in createFormat() argument
274 if (formatType == UNUM_CURRENCY) { in createFormat()
/external/icu4c/i18n/unicode/
Dnumfmt.h797 virtual NumberFormat* createFormat(const Locale& loc, UNumberFormatStyle formatType) = 0;
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtscmain.cpp1653 PVMFFormatType formatType(aPortConfig->get_str()); in DoRequestPort() local
1654 if (formatType.isFile()) in DoRequestPort()
/external/opencore/engines/player/src/
Dpv_player_engine.cpp5627 PVMFFormatType * formatType = nodeCapability.iInputFormatCapability.begin(); in DoChangePlaybackPosition() local
5629 if (formatType != NULL) in DoChangePlaybackPosition()
5631 if ((pv_mime_strcmp((char*)formatType->getMIMEStrPtr(), PVMF_MIME_MPEG4FF)) == 0) in DoChangePlaybackPosition()
7927 PVMFFormatType * formatType = nodeCapability.iInputFormatCapability.begin(); in DoSourceNodeQueryDataSourcePosition() local
7929 if (formatType != NULL) in DoSourceNodeQueryDataSourcePosition()
7931 if ((pv_mime_strcmp((char*)formatType->getMIMEStrPtr(), PVMF_MIME_MPEG4FF)) == 0) in DoSourceNodeQueryDataSourcePosition()
13022 PVMFFormatType * formatType = nodeCapability.iInputFormatCapability.begin(); in HandleSourceNodeQueryDataSourcePosition() local
13024 if (formatType != NULL) in HandleSourceNodeQueryDataSourcePosition()
13026 if ((pv_mime_strcmp((char*)formatType->getMIMEStrPtr(), PVMF_MIME_MPEG4FF)) == 0) in HandleSourceNodeQueryDataSourcePosition()
13730 PVMFFormatType * formatType = nodeCapability.iInputFormatCapability.begin(); in HandleSourceNodeQueryDataSourcePositionDuringPlayback() local
[all …]