/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
D | CsvData.java | 173 Diff.diff(before.getFormats(), after.getFormats()), in diff() 194 public abstract CsvTable<String> getFormats(); in getFormats() method in CsvData 230 getFormats(), in canonicalizeRangeTables()
|
D | NumberingScheme.java | 619 public abstract ImmutableMap<String, FormatSpec> getFormats(); in getFormats() method in NumberingScheme
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fFboCompletenessTests.cpp | 348 Formats colorFmts = db.getFormats(COLOR_RENDERABLE); in iterate() 349 Formats depthFmts = db.getFormats(DEPTH_RENDERABLE); in iterate() 350 Formats stencilFmts = db.getFormats(STENCIL_RENDERABLE); in iterate()
|
/third_party/node/test/parallel/ |
D | test-webcrypto-wrap-unwrap.js | 222 function getFormats(key) { function 288 getFormats(key).forEach((format) => {
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsFboCompletenessTests.cpp | 706 Formats formats = m_ctx.getCoreFormats().getFormats(formatFlag(attPoint) | in getDefaultFormat() 711 formats = m_ctx.getCtxFormats().getFormats(formatFlag(attPoint) | in getDefaultFormat() 898 const Formats& formats = m_ctx.getCoreFormats().getFormats(flags); in makeDepthAndStencil() 1004 const Formats rboFmts = m_allFormats.getFormats(ANY_FORMAT); in createRenderableTests() 1005 const Formats texFmts = m_allFormats.getFormats(ANY_FORMAT); in createRenderableTests()
|
D | glsFboUtil.hpp | 146 Formats getFormats (FormatFlags requirements) const;
|
D | glsFboUtil.cpp | 121 Formats FormatDB::getFormats (FormatFlags requirements) const in getFormats() function in deqp::gls::FboUtil::FormatDB
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tchcfmt.cpp | 92 const UnicodeString *gotFormats=form->getFormats(count); in TestSimpleExample() 111 const UnicodeString *gotFormats=form->getFormats(count); in TestSimpleExample() 243 const UnicodeString* retFormats = fileform->getFormats( retCount ); in TestComplexExample()
|
D | tmsgfmt.cpp | 1211 const Format** formats = msg.getFormats(count); in testAdopt() 1212 const Format** formatsCmp = msgCmp.getFormats(countCmp); in testAdopt() 1245 formatsChg = msg.getFormats(countChg); // tested function in testAdopt() 1272 formatsAct = msg.getFormats(countAct); in testAdopt() 1330 formatsAct = msg.getFormats(countAct); in testAdopt() 1382 formatsAct = msg.getFormats(countAct); in testAdopt()
|
D | msfmrgts.cpp | 1003 msg.getFormats(count); in TestICU12584() 1013 inner_msg.getFormats(count); in TestICU12584()
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | choicfmt.h | 360 virtual const UnicodeString* getFormats(int32_t& count) const;
|
D | msgfmt.h | 644 virtual const Format** getFormats(int32_t& count) const;
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | choicfmt.h | 360 virtual const UnicodeString* getFormats(int32_t& count) const;
|
D | msgfmt.h | 644 virtual const Format** getFormats(int32_t& count) const;
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | choicfmt.h | 360 virtual const UnicodeString* getFormats(int32_t& count) const;
|
D | msgfmt.h | 644 virtual const Format** getFormats(int32_t& count) const;
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | TestMessageFormat.java | 619 Format[] formats = msg.getFormats(); in TestAdopt() 620 Format[] formatsCmp = msgCmp.getFormats(); in TestAdopt() 649 formatsChg = msg.getFormats(); // tested function in TestAdopt() 676 formatsAct = msg.getFormats(); in TestAdopt() 734 formatsAct = msg.getFormats(); in TestAdopt() 785 formatsAct = msg.getFormats(); in TestAdopt()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TestMessageFormat.java | 616 Format[] formats = msg.getFormats(); in TestAdopt() 617 Format[] formatsCmp = msgCmp.getFormats(); in TestAdopt() 646 formatsChg = msg.getFormats(); // tested function in TestAdopt() 673 formatsAct = msg.getFormats(); in TestAdopt() 731 formatsAct = msg.getFormats(); in TestAdopt() 782 formatsAct = msg.getFormats(); in TestAdopt()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | choicfmt.cpp | 367 ChoiceFormat::getFormats(int32_t& cnt) const in getFormats() function in ChoiceFormat
|
/third_party/icu/icu4c/source/i18n/ |
D | choicfmt.cpp | 367 ChoiceFormat::getFormats(int32_t& cnt) const in getFormats() function in ChoiceFormat
|
/third_party/node/deps/icu-small/source/i18n/ |
D | choicfmt.cpp | 367 ChoiceFormat::getFormats(int32_t& cnt) const in getFormats() function in ChoiceFormat
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassUnusedClearAttachmentTests.cpp | 125 std::vector<VkFormat> getFormats (DepthStencilType type) in getFormats() function 1247 const auto dsFormats = getFormats(dsType); in createRenderPassUnusedClearAttachmentTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
D | vktRenderPassUnusedClearAttachmentTests.cpp | 125 std::vector<VkFormat> getFormats (DepthStencilType type) in getFormats() function 1247 const auto dsFormats = getFormats(dsType); in createRenderPassUnusedClearAttachmentTests()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | MessageFormat.java | 854 public Format[] getFormats() { in getFormats() method in MessageFormat
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | MessageFormat.java | 835 public Format[] getFormats() { in getFormats() method in MessageFormat
|