/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_ipv6_event.cpp | 126 int rtl = static_cast<int>(RTM_PAYLOAD(nlh)); in parseNewneighMessage() local 127 while (RTA_OK(rta, rtl)) { in parseNewneighMessage() 141 rta = RTA_NEXT(rta, rtl); in parseNewneighMessage() 176 int rtl = static_cast<int>(IFA_PAYLOAD(nlh)); in handleKernelEvent() local 177 while (rtl && RTA_OK(rth, rtl)) { in handleKernelEvent() 179 rth = RTA_NEXT(rth, rtl); in handleKernelEvent() 183 rth = RTA_NEXT(rth, rtl); in handleKernelEvent()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-common-attributes.md | 18 | dir | string | auto | 否 | 设置元素布局模式,支持设置rtl、ltr和auto三种属性值:<br/>- "rtl":使用从右往左布局模式。<br/>- …
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-common-attributes.md | 20 …p>6+</sup> | string | auto | 否 | 设置元素布局模式,支持设置rtl、ltr和auto三种属性值:<br/>- rtl:使用从右… 112 <text class="text1" dir='rtl' >hello world</text>
|
H A D | js-components-basic-rating.md | 42 | rtl-flip | boolean | true | 否 | 在RTL文字方向下是否自动翻转图源。 |
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/network/wifi/vendor/ |
H A D | Makefile | 33 obj-$(CONFIG_DRIVERS_RTL8723DU) += $(HDF_VENDOR_PREFIX)/$(KERNEL_SRC_DIR)/drivers/net/wireless/rtl/
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | js-apis-system-configuration.md | 56 | dir | string | 是 | 否 | 文字布局方向。取值范围:<br/>- ltr:从左到右;<br/>- rtl:从右到左。 |
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | ui-js-components-rating.md | 82 …star-background: {{backstar}}; star-secondary: {{secstar}};star-foreground: {{forestar}};rtl-flip:… 181 star-foreground: {{forestar}};rtl-flip: true;"></rating>
|
H A D | ui-js-components-canvasrenderingcontext2d.md | 560 > ltr布局模式下start和left一致,rtl布局模式下start和right一致·。
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-common-attributes.md | 21 …uto | No | Element layout mode. Available values are as follows:<br>- **rtl**: right-to-left la… 114 <text class="text1" dir='rtl' >hello world</text>
|
H A D | js-components-basic-rating.md | 43 | rtl-flip | boolean | true | No| Whether the image source is automatically flipped in the RTL text…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/ |
H A D | water_flow_layout_sw.h | 181 …ayoutSection(size_t idx, const OffsetF& paddingOffset, float selfCrossLen, bool reverse, bool rtl);
|
H A D | water_flow_layout_sw.cpp | 702 size_t idx, const OffsetF& paddingOffset, float selfCrossLen, bool reverse, bool rtl) in LayoutSection() argument 707 …float crossPos = rtl ? selfCrossLen + crossGaps_[idx] - MarginEnd(axis_, margin) : MarginStart(axi… in LayoutSection() 709 if (rtl) { in LayoutSection() 739 if (!rtl) { in LayoutSection()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-system-configuration.md | 56 …ayout direction. The value can be:<br>- **ltr**: from left to right<br>- **rtl**: from right to le…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-common-attributes.md | 18 | dir | string | auto | No| Component layout mode. Available values are as follows:<br>- **rtl**: r…
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | sim_utils.cpp | 218 std::u16string rtl = hs.substr(0, ucslen); in DiallingNumberStringFieldConvertToString() local 220 std::string ns = Str16ToStr8(rtl); in DiallingNumberStringFieldConvertToString()
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | ui-js-components-rating.md | 82 …star-background: {{backstar}}; star-secondary: {{secstar}};star-foreground: {{forestar}};rtl-flip:… 181 star-foreground: {{forestar}};rtl-flip: true;"></rating>
|
H A D | ui-js-components-canvasrenderingcontext2d.md | 566 > In the **ltr** layout mode, the value **start** equals **left**. In the **rtl** layout mode, the …
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-size.md | 326 
|
H A D | ts-canvasrenderingcontext2d.md | 111 …t':文本对齐界线开始的地方。<br/>- 'end':文本对齐界线结束的地方。<br/>ltr布局模式下'start'和'left'一致,rtl布局模式下'start'和'right'… 884 ctx.direction = "rtl"; 885 ctx.fillText("Hi rtl!", 200, 100); 3868 | rtl | 从右往左。 |
|
H A D | ts-offscreencanvasrenderingcontext2d.md | 47 … 'end':文本对齐界线结束的地方。<br/>> **说明:**<br/>> ltr布局模式下'start'和'left'一致,rtl布局模式下'start'和'right'… 58 … 用于设置绘制文字时使用的文字方向。可选值为:<br/>- 'inherit':使用系统默认布局方向<br/>- 'ltr':从左往右<br/>- 'rtl':从右往左。<br/>默认值:"inh… 856 offctx.direction = "rtl"; 857 offctx.fillText("Hi rtl!", 200, 100);
|
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/ |
H A D | i18n_test.cpp | 1344 bool rtl = LocaleUtil::IsRTL(locale); variable 1345 EXPECT_TRUE(rtl);
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/ |
H A D | js-apidiff-arkui.md | 96 …br>方法or属性:dir: "ltr" \| "rtl";<br>旧版本信息:'ltr' \| 'rtl'|类名:LocaleResponse;<br>方法or属性:dir: "ltr" \| …
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/font/ |
H A D | constants_converter.cpp | 353 convertValue = txt::TextDirection::rtl; in ConvertTxtTextDirection()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-size.md | 321 
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/ |
H A D | js-apidiff-arkui.md | 96 …rtl";<br>Old version information: 'ltr' \| 'rtl'|Class name: LocaleResponse;<br>Method or attribut…
|