HomeSort by relevance Sort by last modified time
    Searched defs:ESCAPE_BYTE (Results 1 - 11 of 11) sorted by null

  /external/icu/icu4c/source/tools/genrb/
rle.c 27 * The ESCAPE_BYTE character is used during run-length encoding. It signals
30 static const uint8_t ESCAPE_BYTE = (uint8_t)0xA5;
73 if (value == ESCAPE_BYTE) {
74 buffer = appendEncodedByte(buffer,bufLimit, ESCAPE_BYTE, state,status);
80 if (length == ESCAPE_BYTE) {
81 if (value == ESCAPE_BYTE){
82 buffer = appendEncodedByte(buffer, bufLimit,ESCAPE_BYTE, state,status);
87 buffer = appendEncodedByte(buffer,bufLimit, ESCAPE_BYTE, state,status);
185 * ESCAPE_BYTE. Then the following notations are possible:
186 * ESCAPE_BYTE ESCAPE_BYTE ESCAPE_BYTE litera
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Utility.java 221 * The ESCAPE_BYTE character is used during run-length encoding. It signals
224 static final byte ESCAPE_BYTE = (byte)0xA5;
328 * ESCAPE_BYTE. Then the following notations are possible:
329 * ESCAPE_BYTE ESCAPE_BYTE ESCAPE_BYTE literal
330 * ESCAPE_BYTE n b n instances of byte b
332 * more bytes. Thus we have n > 0 and n != ESCAPE_BYTE and n <= 0xFF.
333 * If we encounter a run where n == ESCAPE_BYTE, we represent this as:
334 * b ESCAPE_BYTE n-1
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Utility.java 217 * The ESCAPE_BYTE character is used during run-length encoding. It signals
220 static final byte ESCAPE_BYTE = (byte)0xA5;
324 * ESCAPE_BYTE. Then the following notations are possible:
325 * ESCAPE_BYTE ESCAPE_BYTE ESCAPE_BYTE literal
326 * ESCAPE_BYTE n b n instances of byte b
328 * more bytes. Thus we have n > 0 and n != ESCAPE_BYTE and n <= 0xFF.
329 * If we encounter a run where n == ESCAPE_BYTE, we represent this as:
330 * b ESCAPE_BYTE n-1
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 92 milliseconds