Home
last modified time | relevance | path

Searched refs:newRow (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/gm/
Dducky_yuv_blend.cpp49 auto newRow = [&] { in __anon9e22eef30102() variable
69 newRow();
73 newRow();
/third_party/icu/icu4j/perf-tests/perldriver/
DOutput.pm147 sub newRow { subroutine
347 newRow;
/third_party/icu/icu4c/source/test/perf/perldriver/
DOutput.pm149 sub newRow { subroutine
347 newRow;
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DLocaleDisplayNamesImpl.java577 … result.add(newRow(ULocale.minimizeSubtags(locale, ULocale.Minimize.FAVOR_SCRIPT), capContext)); in getUiListCompareWholeItems()
599 result.add(newRow(modified.build(), capContext)); in getUiListCompareWholeItems()
607 private UiListItem newRow(ULocale modified, DisplayContext capContext) { in newRow() method in LocaleDisplayNamesImpl
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DLocaleDisplayNamesImpl.java581 … result.add(newRow(ULocale.minimizeSubtags(locale, ULocale.Minimize.FAVOR_SCRIPT), capContext)); in getUiListCompareWholeItems()
603 result.add(newRow(modified.build(), capContext)); in getUiListCompareWholeItems()
611 private UiListItem newRow(ULocale modified, DisplayContext capContext) { in newRow() method in LocaleDisplayNamesImpl
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/
Dkatex.js8181 var newRow = funcName === "\\cr";
8184 if (!newRow) {
8196 newRow: newRow,
8203 if (group.newRow) {
Dkatex.min.js1 …de")),{type:"cr",mode:a.mode,newLine:s,newRow:o,size:i&&Ft(i,"size").value}},htmlBuilder:function(…
Dkatex.mjs8049 // same signature, we implement them as one megafunction, with newRow
8067 const newRow = funcName === "\\cr";
8070 if (!newRow) {
8082 newRow,
8090 if (group.newRow) {