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

  /external/chromium_org/third_party/brotli/src/woff2/
woff2_dec.cc 70 static const int kLowestUCode = 253;
87 *value = result + kLowestUCode;
94 *value = result + kLowestUCode * 2;
  /external/chromium_org/third_party/ots/src/
woff2.cc 156 static const int kLowestUCode = 253;
173 *value = result + kLowestUCode;
180 *value = result + kLowestUCode * 2;
    [all...]

Completed in 37 milliseconds