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

  /external/icu/icu4c/source/test/perf/ubrkperf/
ubrkperfold.cpp 518 int BOMC1, BOMC2, BOMC3;
519 BOMC1 = fgetc(fFile);
522 if (BOMC1 == 0xff && BOMC2 == 0xfe) {
524 else if (BOMC1 == 0xfe && BOMC2 == 0xff) {
526 else if (BOMC1 == 0xEF && BOMC2 == 0xBB && (BOMC3 = fgetc(fFile)) == 0xBF ) {
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp     [all...]

Completed in 6852 milliseconds