HomeSort by relevance Sort by last modified time
    Searched refs:RLE (Results 1 - 25 of 36) sorted by null

1 2

  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugRangeList.cpp 48 for (const RangeListEntry &RLE : Entries) {
52 OS << format(format_str, Offset, RLE.StartAddress, RLE.EndAddress);
60 for (const RangeListEntry &RLE : Entries) {
61 if (RLE.isBaseAddressSelectionEntry(AddressSize)) {
62 BaseAddress = RLE.EndAddress;
64 Res.push_back(std::make_pair(BaseAddress + RLE.StartAddress,
65 BaseAddress + RLE.EndAddress));
  /external/icu/icu4c/source/test/cintltst/
cbiditst.h 48 #define RLE U_RIGHT_TO_LEFT_EMBEDDING
cbididat.c 26 "LRE", "LRO", "AL", "RLE", "RLO", "PDF", "NSM", "BN",
34 /* LRE LRO AL RLE RLO PDF NSM BN */
148 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
cbiditst.c 251 - ] == RLE
310 pseudoToUChar[(uint8_t)']'] = 0x202B; UCharToPseud2[0x2B] = (uint8_t)']'; /* RLE */
    [all...]
  /frameworks/support/compat/tests/java/android/support/v4/text/
BidiFormatterTest.java 51 private static final String RLE = "\u202B";
85 RLE + "." + HE + "." + PDF + LRM,
88 LRM + RLE + "." + HE + "." + PDF + LRM,
91 RLE + "." + HE + "." + PDF,
94 RLE + "." + PDF + LRM,
177 RLE + EN + HE + EN + PDF + LRM,
180 LRM + RLE + EN + HE + EN + PDF + LRM,
183 RLE + EN + HE + EN + PDF,
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestClassOverride.java 33 private static final int RLE = TestData.RLE;
55 R, R, R, LRE, DEF, RLE, PDF, S, //58-5F
TestData.java 38 protected static final int RLE = UCharacterDirection.RIGHT_TO_LEFT_EMBEDDING;
51 "LRE", "LRO", "AL", "RLE", "RLO", "PDF", "NSM", "BN",
61 { RLE, WS, R, R, R, WS, PDF, WS, B }, // 6
65 AN, RLO, NSM, LRE, PDF, RLE, ES, EN, ON /* 9 entries */
72 { S, WS, NSM, RLE, WS, L, L, L, WS, LRO, WS, R, R, R, WS, RLO, WS, L, L,
100 { RLO, RLO, AL, AL, WS, EN, ES, ON, WS, S, S, PDF, LRO, WS, AL, ET, RLE,
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestClassOverride.java 32 private static final int RLE = TestData.RLE;
54 R, R, R, LRE, DEF, RLE, PDF, S, //58-5F
TestData.java 37 protected static final int RLE = UCharacterDirection.RIGHT_TO_LEFT_EMBEDDING;
50 "LRE", "LRO", "AL", "RLE", "RLO", "PDF", "NSM", "BN",
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,
  /cts/tests/tests/text/src/android/text/cts/
BidiFormatterTest.java 56 private static final String RLE = "\u202B";
103 RLE + "." + HE + "." + PDF + LRM,
106 LRM + RLE + "." + HE + "." + PDF + LRM,
109 RLE + "." + HE + "." + PDF,
112 RLE + "." + PDF + LRM,
193 RLE + EN + HE + EN + PDF + LRM,
196 LRM + RLE + EN + HE + EN + PDF + LRM,
199 RLE + EN + HE + EN + PDF,
  /external/python/cpython2/Lib/plat-irix5/
CL_old.py 124 RLE = Algorithm(VIDEO, 1)
  /external/icu/icu4c/source/common/
ubidiimp.h 51 RLE=U_RIGHT_TO_LEFT_EMBEDDING, /* 14 */
78 #define MASK_RTL (DIRPROP_FLAG(R)|DIRPROP_FLAG(AL)|DIRPROP_FLAG(RLE)|DIRPROP_FLAG(RLO)|DIRPROP_FLAG(RLI))
83 #define MASK_EXPLICIT (DIRPROP_FLAG(LRE)|DIRPROP_FLAG(LRO)|DIRPROP_FLAG(RLE)|DIRPROP_FLAG(RLO)|DIRPROP_FLAG(PDF))
ubidi.c 113 static const Flags flagE[2]={ DIRPROP_FLAG(LRE), DIRPROP_FLAG(RLE) };
703 /* LRE, LRO, RLE, RLO, PDF */
    [all...]
  /prebuilts/go/darwin-x86/src/compress/bzip2/
bzip2.go 36 preRLE []uint32 // contains the RLE data still to be processed.
113 // preallocate fixed-size buffers and reuse them. However, the RLE
116 // the RLE which we decompress as required.
119 // We have RLE data pending.
437 // inverse BWT and setup the RLE buffer.
  /prebuilts/go/linux-x86/src/compress/bzip2/
bzip2.go 36 preRLE []uint32 // contains the RLE data still to be processed.
113 // preallocate fixed-size buffers and reuse them. However, the RLE
116 // the RLE which we decompress as required.
119 // We have RLE data pending.
437 // inverse BWT and setup the RLE buffer.
  /frameworks/base/core/java/android/text/
BidiFormatter.java 96 * Unicode "Right-To-Left Embedding" (RLE) character.
98 private static final char RLE = '\u202B';
374 * the string with Unicode bidi formatting characters: RLE+{@code str}+PDF for RTL text, or
426 result.append(isRtl ? RLE : LRE);
538 * the string. Treats a non-BN character between an LRE/RLE/LRO/RLO and its matching PDF as a
539 * strong character, LTR after LRE/LRO, and RTL after RLE/RLO. The results are undefined for a
540 * string containing unbalanced LRE/RLE/LRO/RLO/PDF characters. The intended use is to check
556 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RTL after
557 * RLE/RLO. The results are undefined for a string containing unbalanced LRE/RLE/LRO/RLO/PD
    [all...]
  /frameworks/support/compat/java/android/support/v4/text/
BidiFormatter.java 92 * Unicode "Right-To-Left Embedding" (RLE) character.
94 private static final char RLE = '\u202B';
366 * the string with Unicode bidi formatting characters: RLE+{@code str}+PDF for RTL text, or
418 result.append(isRtl ? RLE : LRE);
528 * the string. Treats a non-BN character between an LRE/RLE/LRO/RLO and its matching PDF as a
529 * strong character, LTR after LRE/LRO, and RTL after RLE/RLO. The results are undefined for a
530 * string containing unbalanced LRE/RLE/LRO/RLO/PDF characters. The intended use is to check
546 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RTL after
547 * RLE/RLO. The results are undefined for a string containing unbalanced LRE/RLE/LRO/RLO/PD
    [all...]
  /external/ImageMagick/coders/
psd.c 96 RLE = 1,
352 case RLE:
990 " layer data is RLE compressed");
    [all...]
  /external/python/cpython2/Modules/
imgfile.c 428 image =iopen(fname, "w", RLE(1), 3, xsize, ysize, zsize);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Bidi.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Bidi.java     [all...]
  /external/valgrind/exp-bbv/tests/amd64-linux/
ll.S 51 # the lzss algorithm does automatic RLE... pretty clever
  /external/valgrind/exp-bbv/tests/x86-linux/
ll.S 45 # the lzss algorithm does automatic RLE... pretty clever
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 

Completed in 2124 milliseconds

1 2