Home
last modified time | relevance | path

Searched refs:RLE (Results 1 – 25 of 73) sorted by relevance

123

/third_party/icu/icu4c/source/test/testdata/
DBidiTest.txt105 RLE; 7
162 LRE RLE; 7
168 LRO RLE; 7
172 RLE LRE; 7
173 RLE LRO; 7
174 RLE RLE; 7
175 RLE RLO; 7
176 RLE PDF; 7
177 RLE BN; 7
180 RLO RLE; 7
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/unicode/
DBidiTest.txt105 RLE; 7
162 LRE RLE; 7
168 LRO RLE; 7
172 RLE LRE; 7
173 RLE LRO; 7
174 RLE RLE; 7
175 RLE RLO; 7
176 RLE PDF; 7
177 RLE BN; 7
180 RLO RLE; 7
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DBidiTest.txt105 RLE; 7
162 LRE RLE; 7
168 LRO RLE; 7
172 RLE LRE; 7
173 RLE LRO; 7
174 RLE RLE; 7
175 RLE RLO; 7
176 RLE PDF; 7
177 RLE BN; 7
180 RLO RLE; 7
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugRnglists.cpp127 for (const RangeListEntry &RLE : Entries) { in getAbsoluteRanges() local
128 if (RLE.EntryKind == dwarf::DW_RLE_end_of_list) in getAbsoluteRanges()
130 if (RLE.EntryKind == dwarf::DW_RLE_base_addressx) { in getAbsoluteRanges()
131 BaseAddr = LookupPooledAddress(RLE.Value0); in getAbsoluteRanges()
133 BaseAddr = {RLE.Value0, -1ULL}; in getAbsoluteRanges()
136 if (RLE.EntryKind == dwarf::DW_RLE_base_address) { in getAbsoluteRanges()
137 BaseAddr = {RLE.Value0, RLE.SectionIndex}; in getAbsoluteRanges()
142 E.SectionIndex = RLE.SectionIndex; in getAbsoluteRanges()
146 switch (RLE.EntryKind) { in getAbsoluteRanges()
148 E.LowPC = RLE.Value0; in getAbsoluteRanges()
[all …]
DDWARFDebugRangeList.cpp61 for (const RangeListEntry &RLE : Entries) { in dump() local
65 OS << format(format_str, Offset, RLE.StartAddress, RLE.EndAddress); in dump()
73 for (const RangeListEntry &RLE : Entries) { in getAbsoluteRanges() local
74 if (RLE.isBaseAddressSelectionEntry(AddressSize)) { in getAbsoluteRanges()
75 BaseAddr = {RLE.EndAddress, RLE.SectionIndex}; in getAbsoluteRanges()
80 E.LowPC = RLE.StartAddress; in getAbsoluteRanges()
81 E.HighPC = RLE.EndAddress; in getAbsoluteRanges()
82 E.SectionIndex = RLE.SectionIndex; in getAbsoluteRanges()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestClassOverride.java32 private static final int RLE = TestData.RLE; field in TestClassOverride
54 R, R, R, LRE, DEF, RLE, PDF, S, //58-5F
DTestData.java37 protected static final int RLE = UCharacterDirection.RIGHT_TO_LEFT_EMBEDDING; field in TestData
60 { RLE, WS, R, R, R, WS, PDF, WS, B }, // 6
64 AN, RLO, NSM, LRE, PDF, RLE, ES, EN, ON /* 9 entries */
71 { S, WS, NSM, RLE, WS, L, L, L, WS, LRO, WS, R, R, R, WS, RLO, WS, L, L,
99 { RLO, RLO, AL, AL, WS, EN, ES, ON, WS, S, S, PDF, LRO, WS, AL, ET, RLE,
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/
DTestClassOverride.java35 private static final int RLE = TestData.RLE; field in TestClassOverride
57 R, R, R, LRE, DEF, RLE, PDF, S, //58-5F
DTestData.java40 protected static final int RLE = UCharacterDirection.RIGHT_TO_LEFT_EMBEDDING; field in TestData
63 { RLE, WS, R, R, R, WS, PDF, WS, B }, // 6
67 AN, RLO, NSM, LRE, PDF, RLE, ES, EN, ON /* 9 entries */
74 { S, WS, NSM, RLE, WS, L, L, L, WS, LRO, WS, R, R, R, WS, RLO, WS, L, L,
102 { RLO, RLO, AL, AL, WS, EN, ES, ON, WS, S, S, PDF, LRO, WS, AL, ET, RLE,
/third_party/icu/icu4c/source/test/cintltst/
Dcbididat.c148 RLE, WS, R, R, R, WS, PDF, WS, B
165 AN, RLO, NSM, LRE, PDF, RLE, ES, EN, ON /* 9 entries */
205 S, WS, NSM, RLE, WS, L, L, L, WS, LRO, WS, R, R, R, WS, RLO, WS, L, L, L, /* 20 entries */
310 RLO, RLO, AL, AL, WS, EN, ES, ON, WS, S, S, PDF, LRO, WS, AL, ET, RLE, ON, EN, B
Dcbiditst.h48 #define RLE U_RIGHT_TO_LEFT_EMBEDDING macro
/third_party/zlib/contrib/ada/
Dzlib.ads121 RLE : constant Strategy_Type; constant
309 RLE : constant Strategy_Type := 3; constant
/third_party/icu/icu4c/source/common/
Dubidiimp.h59 RLE=U_RIGHT_TO_LEFT_EMBEDDING, /* 14 */ enumerator
86 #define MASK_RTL (DIRPROP_FLAG(R)|DIRPROP_FLAG(AL)|DIRPROP_FLAG(RLE)|DIRPROP_FLAG(RLO)|DIRPROP_FLAG…
91 #define MASK_EXPLICIT (DIRPROP_FLAG(LRE)|DIRPROP_FLAG(LRO)|DIRPROP_FLAG(RLE)|DIRPROP_FLAG(RLO)|DIRP…
/third_party/node/deps/icu-small/source/common/
Dubidiimp.h59 RLE=U_RIGHT_TO_LEFT_EMBEDDING, /* 14 */ enumerator
86 #define MASK_RTL (DIRPROP_FLAG(R)|DIRPROP_FLAG(AL)|DIRPROP_FLAG(RLE)|DIRPROP_FLAG(RLO)|DIRPROP_FLAG…
91 #define MASK_EXPLICIT (DIRPROP_FLAG(LRE)|DIRPROP_FLAG(LRO)|DIRPROP_FLAG(RLE)|DIRPROP_FLAG(RLO)|DIRP…
/third_party/skia/third_party/externals/icu/source/common/
Dubidiimp.h59 RLE=U_RIGHT_TO_LEFT_EMBEDDING, /* 14 */ enumerator
86 #define MASK_RTL (DIRPROP_FLAG(R)|DIRPROP_FLAG(AL)|DIRPROP_FLAG(RLE)|DIRPROP_FLAG(RLO)|DIRPROP_FLAG…
91 #define MASK_EXPLICIT (DIRPROP_FLAG(LRE)|DIRPROP_FLAG(LRO)|DIRPROP_FLAG(RLE)|DIRPROP_FLAG(RLO)|DIRP…
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dubidiimp.h51 RLE=U_RIGHT_TO_LEFT_EMBEDDING, /* 14 */ enumerator
78 #define MASK_RTL (DIRPROP_FLAG(R)|DIRPROP_FLAG(AL)|DIRPROP_FLAG(RLE)|DIRPROP_FLAG(RLO)|DIRPROP_FLAG…
83 #define MASK_EXPLICIT (DIRPROP_FLAG(LRE)|DIRPROP_FLAG(LRO)|DIRPROP_FLAG(RLE)|DIRPROP_FLAG(RLO)|DIRP…
/third_party/python/Doc/library/
Dbinascii.rst91 Convert binhex4 formatted ASCII data to binary, without doing RLE-decompression.
100 Perform RLE-decompression on the data, as per the binhex4 standard. The
114 Perform binhex4 style RLE-compression on *data* and return the result.
122 argument should already be RLE-coded, and have a length divisible by 3 (except
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/
Dunicode.dart27 static const String RLE = '\u202B';
31 /// End the scope of the last [LRE], [RLE], [RLO], or [LRO].
/third_party/ffmpeg/tests/fate/
Dlossless-video.mak35 fate-msrle-8bit: CMD = framecrc -i $(TARGET_SAMPLES)/msrle/Search-RLE.avi -pix_fmt rgb24 -vf scale
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DBidi.java947 static final byte RLE = UCharacterDirection.RIGHT_TO_LEFT_EMBEDDING; /* 14 */ field in Bidi
1126 static final int DirPropFlagE[] = { DirPropFlag(LRE), DirPropFlag(RLE) };
1138 …static final int MASK_RTL = DirPropFlag(R)|DirPropFlag(AL)|DirPropFlag(RLE)|DirPropFlag(RLO)|DirPr…
1143 …static final int MASK_EXPLICIT = DirPropFlag(LRE)|DirPropFlag(LRO)|DirPropFlag(RLE)|DirPropFlag(RL…
2486 case RLE: in resolveExplicitLevels()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidi.java972 static final byte RLE = UCharacterDirection.RIGHT_TO_LEFT_EMBEDDING; /* 14 */ field in Bidi
1150 static final int DirPropFlagE[] = { DirPropFlag(LRE), DirPropFlag(RLE) };
1162 …static final int MASK_RTL = DirPropFlag(R)|DirPropFlag(AL)|DirPropFlag(RLE)|DirPropFlag(RLO)|DirPr…
1167 …static final int MASK_EXPLICIT = DirPropFlag(LRE)|DirPropFlag(LRO)|DirPropFlag(RLE)|DirPropFlag(RL…
2520 case RLE: in resolveExplicitLevels()
/third_party/libjpeg-turbo/
Djconfig.txt121 #undef RLE_SUPPORTED /* Utah RLE image file format */
/third_party/ffmpeg/doc/
Dnut.texi131 @item MRLE @tab MS RLE
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djconfig.txt121 #undef RLE_SUPPORTED /* Utah RLE image file format */
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dtext_test.dart318 const TextSpan(text: 'hello world${Unicode.RLE}${Unicode.RLO} '),
343 textDirection: TextDirection.rtl, // in the last string we switched to RTL using RLE.

123