HomeSort by relevance Sort by last modified time
    Searched full:do_search (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/common/
ucnv_ct.c 35 DO_SEARCH = -1,
194 COMPOUND_TEXT_CONVERTERS state = DO_SEARCH;
397 if (tmpState != DO_SEARCH && currentState != tmpState) {
405 if (tmpState == DO_SEARCH) {
  /external/icu/icu4c/source/common/
ucnv_ct.c 35 DO_SEARCH = -1,
194 COMPOUND_TEXT_CONVERTERS state = DO_SEARCH;
397 if (tmpState != DO_SEARCH && currentState != tmpState) {
405 if (tmpState == DO_SEARCH) {
  /external/chromium_org/third_party/libwebp/enc/
frame.c 581 const int do_search = enc->do_search_; local
582 const int fast_probe = ((method == 0 || method == 3) && !do_search);
589 (method >= 3 || do_search) ? RD_OPT_BASIC : RD_OPT_NONE;
625 if (do_search) {
630 if (!do_search || !stats.do_size_search) {
744 const int do_search = enc->do_search_; local
829 if (do_search) {
  /external/webp/src/enc/
frame.c 581 const int do_search = enc->do_search_; local
582 const int fast_probe = ((method == 0 || method == 3) && !do_search);
589 (method >= 3 || do_search) ? RD_OPT_BASIC : RD_OPT_NONE;
625 if (do_search) {
630 if (!do_search || !stats.do_size_search) {
744 const int do_search = enc->do_search_; local
829 if (do_search) {

Completed in 317 milliseconds