/frameworks/base/core/java/android/text/ |
BidiFormatter.java | 96 * Unicode "Right-To-Left Embedding" (RLE) character. 98 private static final char RLE = '\u202B'; 370 * the string with Unicode bidi formatting characters: RLE+{@code str}+PDF for RTL text, or 413 result.append(isRtl ? RLE : LRE); 509 * the string. Treats a non-BN character between an LRE/RLE/LRO/RLO and its matching PDF as a 510 * strong character, LTR after LRE/LRO, and RTL after RLE/RLO. The results are undefined for a 511 * string containing unbalanced LRE/RLE/LRO/RLO/PDF characters. The intended use is to check 527 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RTL after 528 * RLE/RLO. The results are undefined for a string containing unbalanced LRE/RLE/LRO/RLO/PD [all...] |
/frameworks/support/v4/java/android/support/v4/text/ |
BidiFormatter.java | 91 * Unicode "Right-To-Left Embedding" (RLE) character. 93 private static final char RLE = '\u202B'; 352 * the string with Unicode bidi formatting characters: RLE+{@code str}+PDF for RTL text, or 384 result.append(isRtl ? RLE : LRE); 453 * the string. Treats a non-BN character between an LRE/RLE/LRO/RLO and its matching PDF as a 454 * strong character, LTR after LRE/LRO, and RTL after RLE/RLO. The results are undefined for a 455 * string containing unbalanced LRE/RLE/LRO/RLO/PDF characters. The intended use is to check 471 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RTL after 472 * RLE/RLO. The results are undefined for a string containing unbalanced LRE/RLE/LRO/RLO/PD [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_cl.py | 57 'RGB8', 'RGBA', 'RGBX', 'RLE', 'RLE24', 'RTR', 'RTR1',
|
test_binascii.py | 148 # Perform binhex4 style RLE-compression 150 rle = binascii.rlecode_hqx(self.data) 151 a = binascii.b2a_hqx(self.type2test(rle))
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_cl.py | 57 'RGB8', 'RGBA', 'RGBX', 'RLE', 'RLE24', 'RTR', 'RTR1',
|
test_binascii.py | 148 # Perform binhex4 style RLE-compression 150 rle = binascii.rlecode_hqx(self.data) 151 a = binascii.b2a_hqx(self.type2test(rle))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_cl.py | 57 'RGB8', 'RGBA', 'RGBX', 'RLE', 'RLE24', 'RTR', 'RTR1',
|
test_binascii.py | 148 # Perform binhex4 style RLE-compression 150 rle = binascii.rlecode_hqx(self.data) 151 a = binascii.b2a_hqx(self.type2test(rle))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_cl.py | 57 'RGB8', 'RGBA', 'RGBX', 'RLE', 'RLE24', 'RTR', 'RTR1',
|
test_binascii.py | 148 # Perform binhex4 style RLE-compression 150 rle = binascii.rlecode_hqx(self.data) 151 a = binascii.b2a_hqx(self.type2test(rle))
|
/external/icu/android_icu4j/src/main/tests/android/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
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
TestClassOverride.java | 28 private static final int RLE = TestData.RLE; 50 R, R, R, LRE, DEF, RLE, PDF, S, //58-5F
|
/external/skia/src/core/ |
SkAntiRun.h | 112 * Break(..., 2, 5) would produce AAAABBBB rle as A2A2B3B1. 114 * i.e. adding ..CCCCC. would produce AADDEEEB, rle as A2D2E3B1. 166 * Used by the RectClipBlitter to trim a RLE encoding to match the
|
SkBitmapProcShader.h | 60 SkBitmap fRawBitmap; // experimental for RLE encoding
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
binascii.so | |
/external/skia/src/codec/ |
SkBmpCodec.cpp | 103 // We only need to use this value for RLE decoding, so we will only 104 // check that it is valid in the RLE case. 137 // This value is only used by RLE compression. Bmp in Ico files do not 138 // use RLE. If the compression field is incorrectly signaled as RLE, 399 // And, RLE inputs may skip pixels, leaving them as transparent. This 400 // is uncommon, but we cannot be certain that an RLE bmp will be opaque. 429 // However, we cannot in RLE format since we may need to leave some 457 // Check for a valid number of total bytes when in RLE mode 459 SkCodecPrintf("Error: RLE requires valid input size.\n") [all...] |
/external/libjpeg-turbo/ |
rdtarga.c | 68 /* State info for reading RLE-coded pixels; both counts must be init to 0 */ 69 int block_count; /* # of pixels remaining in RLE block */ 125 /* Read one Targa pixel from the input file; no RLE expansion */ 138 /* Read one Targa pixel from the input file, expanding RLE data as needed */ 149 /* Time to read RLE block header? */ 372 /* It's an RLE-coded file */ 377 /* Non-RLE file */
|
/external/opencv3/3rdparty/libwebp/utils/ |
huffman_encode.c | 22 // Util function to optimize the symbol map for RLE coding 30 // Hufmann tree compression, especially its RLE-part, give smaller output. 33 // 1) Let's make the Huffman code more compatible with rle encoding. 45 // with an rle code. 51 // Let's not spoil any of the existing good rle codes. 74 // 3) Let's replace those population counts that lead to more rle codes. 352 int prev_value = 8; // 8 is the initial value for rle.
|
/external/webp/src/utils/ |
huffman_encode.c | 22 // Util function to optimize the symbol map for RLE coding 30 // Huffman tree compression, especially its RLE-part, give smaller output. 33 // 1) Let's make the Huffman code more compatible with rle encoding. 45 // with an rle code. 47 // Let's not spoil any of the existing good rle codes. 70 // 3) Let's replace those population counts that lead to more rle codes. 331 int prev_value = 8; // 8 is the initial value for rle.
|
/external/icu/icu4c/source/test/cintltst/ |
cbididat.c | 23 "LRE", "LRO", "AL", "RLE", "RLO", "PDF", "NSM", "BN", 31 /* LRE LRO AL RLE RLO PDF NSM BN */ 145 RLE, WS, R, R, R, WS, PDF, WS, B 162 AN, RLO, NSM, LRE, PDF, RLE, ES, EN, ON /* 9 entries */ 202 S, WS, NSM, RLE, WS, L, L, L, WS, LRO, WS, R, R, R, WS, RLO, WS, L, L, L, /* 20 entries */ 307 RLO, RLO, AL, AL, WS, EN, ES, ON, WS, S, S, PDF, LRO, WS, AL, ET, RLE, ON, EN, B
|
/external/opencv/otherlibs/highgui/ |
grfmt_sunras.h | 51 RAS_BYTE_ENCODED = 2, /* RLE encoded */
|
/external/opencv3/modules/imgcodecs/src/ |
grfmt_sunras.hpp | 55 RAS_BYTE_ENCODED = 2, /* RLE encoded */
|
/external/skia/src/images/ |
bmpdecoderhelper.cpp | 108 bool rle = false; local 110 rle = true; 161 if (!rle && (pos_ + (rowLen * height_) > len_ + 1)) { 170 if (rle && (bpp_ == 4 || bpp_ == 8)) {
|
/external/llvm/test/CodeGen/X86/ |
2008-09-29-ReMatBug.ll | 31 %.rle = phi i32 [ 0, %bb6 ], [ %10, %bb37 ] ; <i32> [#uses=1] 33 %6 = and i32 %.rle, 16777215 ; <i32> [#uses=1]
|
/external/pdfium/third_party/libtiff/ |
tiffconf.h | 198 /* Support NeXT 2-bit RLE algorithm */ 211 /* Support ThunderScan 4-bit RLE algorithm */
|