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

  /external/skia/third_party/gif/
SkGifImageReader.cpp 236 oldcode = -1;
255 } else if (code == avail && oldcode != -1) {
259 codeLength = suffixLength[oldcode] + 1;
262 code = oldcode;
279 if (avail < SK_MAX_DICTIONARY_ENTRIES && oldcode != -1) {
280 prefix[avail] = oldcode;
282 suffixLength[avail] = suffixLength[oldcode] + 1;
293 oldcode = tempCode;
    [all...]
SkGifImageReader.h 99 , oldcode(0)
122 int oldcode; member in class:final
  /external/skqp/third_party/gif/
SkGifImageReader.cpp 236 oldcode = -1;
255 } else if (code == avail && oldcode != -1) {
259 codeLength = suffixLength[oldcode] + 1;
262 code = oldcode;
279 if (avail < SK_MAX_DICTIONARY_ENTRIES && oldcode != -1) {
280 prefix[avail] = oldcode;
282 suffixLength[avail] = suffixLength[oldcode] + 1;
293 oldcode = tempCode;
    [all...]
SkGifImageReader.h 99 , oldcode(0)
122 int oldcode; member in class:final
  /external/cldr/tools/java/org/unicode/cldr/tool/
ShowLanguages.java     [all...]
  /external/pcre/dist2/src/
pcre2_compile.c 6961 PCRE2_UCHAR *oldcode; local
    [all...]

Completed in 139 milliseconds