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

  /external/icu/icu4c/source/tools/genrb/
rle.c 25 * The ESCAPE_BYTE character is used during run-length encoding. It signals
28 static const uint8_t ESCAPE_BYTE = (uint8_t)0xA5;
71 if (value == ESCAPE_BYTE) {
72 buffer = appendEncodedByte(buffer,bufLimit, ESCAPE_BYTE, state,status);
78 if (length == ESCAPE_BYTE) {
79 if (value == ESCAPE_BYTE){
80 buffer = appendEncodedByte(buffer, bufLimit,ESCAPE_BYTE, state,status);
85 buffer = appendEncodedByte(buffer,bufLimit, ESCAPE_BYTE, state,status);
183 * ESCAPE_BYTE. Then the following notations are possible:
184 * ESCAPE_BYTE ESCAPE_BYTE ESCAPE_BYTE litera
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Utility.java 209 * The ESCAPE_BYTE character is used during run-length encoding. It signals
212 static final byte ESCAPE_BYTE = (byte)0xA5;
316 * ESCAPE_BYTE. Then the following notations are possible:
317 * ESCAPE_BYTE ESCAPE_BYTE ESCAPE_BYTE literal
318 * ESCAPE_BYTE n b n instances of byte b
320 * more bytes. Thus we have n > 0 and n != ESCAPE_BYTE and n <= 0xFF.
321 * If we encounter a run where n == ESCAPE_BYTE, we represent this as:
322 * b ESCAPE_BYTE n-1
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Utility.java 205 * The ESCAPE_BYTE character is used during run-length encoding. It signals
208 static final byte ESCAPE_BYTE = (byte)0xA5;
312 * ESCAPE_BYTE. Then the following notations are possible:
313 * ESCAPE_BYTE ESCAPE_BYTE ESCAPE_BYTE literal
314 * ESCAPE_BYTE n b n instances of byte b
316 * more bytes. Thus we have n > 0 and n != ESCAPE_BYTE and n <= 0xFF.
317 * If we encounter a run where n == ESCAPE_BYTE, we represent this as:
318 * b ESCAPE_BYTE n-1
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.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 356 milliseconds