Searched refs:newRow (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/gm/ |
D | ducky_yuv_blend.cpp | 49 auto newRow = [&] { in __anon9e22eef30102() variable 69 newRow(); 73 newRow();
|
/third_party/icu/icu4j/perf-tests/perldriver/ |
D | Output.pm | 147 sub newRow { subroutine 347 newRow;
|
/third_party/icu/icu4c/source/test/perf/perldriver/ |
D | Output.pm | 149 sub newRow { subroutine 347 newRow;
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | LocaleDisplayNamesImpl.java | 577 … 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/ |
D | LocaleDisplayNamesImpl.java | 581 … 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/ |
D | katex.js | 8181 var newRow = funcName === "\\cr"; 8184 if (!newRow) { 8196 newRow: newRow, 8203 if (group.newRow) {
|
D | katex.min.js | 1 …de")),{type:"cr",mode:a.mode,newLine:s,newRow:o,size:i&&Ft(i,"size").value}},htmlBuilder:function(…
|
D | katex.mjs | 8049 // same signature, we implement them as one megafunction, with newRow 8067 const newRow = funcName === "\\cr"; 8070 if (!newRow) { 8082 newRow, 8090 if (group.newRow) {
|