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

  /external/icu4c/test/intltest/
ssearch.h 35 virtual void offsetTest();
ssearch.cpp 84 case 1: name = "offsetTest";
85 if (exec) offsetTest();
905 void SSearchTest::offsetTest()
973 errcheckln(status, "Failed to create collator in offsetTest! - %s", u_errorName(status));
    [all...]
  /external/tremolo/Tremolo/
vorbisfile.c 722 int offsettest=(f?callbacks.seek_func(f,0,SEEK_CUR):-1); local
748 if(offsettest!=-1)vf->seekable=1;
    [all...]
  /external/libvorbis/lib/
vorbisfile.c 874 int offsettest=((f && callbacks.seek_func)?callbacks.seek_func(f,0,SEEK_CUR):-1); local
897 if(offsettest!=-1)vf->seekable=1;
    [all...]

Completed in 140 milliseconds