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

  /external/icu4c/test/perf/ustrperf/
stringperf.h 447 volatile int scan_idx; variable
453 scan_idx = uScan_STRING.indexOf(c);
458 scan_idx = uScan_STRING.indexOf(SCAN1,3);
465 scan_idx = uScan_STRING.indexOf(c1);
466 scan_idx = uScan_STRING.indexOf(c2);
537 scan_idx = (int) sScan_STRING.find('.');
542 scan_idx = (int) sScan_STRING.find(L"123");
547 scan_idx = (int) sScan_STRING.find_first_of(L"sm");

Completed in 78 milliseconds