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

  /external/freetype/src/lzw/
ftzopen.c 262 FT_UInt old_char = state->old_char; local
303 old_code = old_char = (FT_UInt)c;
306 buffer[result] = (FT_Byte)old_char;
336 old_char = 0;
352 FTLZW_STACK_PUSH( old_char );
366 old_char = code;
367 FTLZW_STACK_PUSH( old_char );
396 state->suffix[state->free_ent] = (FT_Byte) old_char;
413 state->old_char = old_char
    [all...]
ftzopen.h 132 FT_UInt old_char; member in struct:FT_LzwStateRec_
  /cts/tools/dasm/src/java_cup/
lexer.java 149 int old_char; local
151 old_char = next_char;
160 if (old_char == '\n')
  /external/v8/src/regexp/
interpreter-irregexp.cc 46 unsigned int old_char = subject[from++]; local
48 if (old_char == new_char) continue;
50 old_char |= 0x20;
52 if (old_char != new_char) return false;
54 if (!(old_char - 'a' <= 'z' - 'a') &&
55 !(old_char - 224 <= 254 - 224 && old_char != 247)) {
  /external/autotest/server/cros/
sonic_client_utils.py 57 for old_char in prefix:
58 code = int(old_char, 16)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
stringio.c 257 Py_UNICODE *start, *end, old_char; local
269 old_char = *end;
274 *end = old_char;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
stringio.c 257 Py_UNICODE *start, *end, old_char; local
269 old_char = *end;
274 *end = old_char;
  /external/python/cpython2/Modules/_io/
stringio.c 257 Py_UNICODE *start, *end, old_char; local
269 old_char = *end;
274 *end = old_char;
  /external/python/cpython3/Modules/_io/
stringio.c 348 Py_UCS4 *start, *end, old_char; local
360 old_char = *end;
365 *end = old_char;

Completed in 3906 milliseconds