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

  /external/icu4c/layout/
ScriptAndLanguage.cpp 20 Offset foundOffset =
23 if (foundOffset != 0) {
24 langSysTableOffset = foundOffset;
  /external/opencore/fileformats/avi/parser/src/
pv_avifile_parser.cpp 564 bool foundOffset = false;
620 foundOffset = true;
626 foundOffset = false;
632 if (foundOffset)
  /external/webkit/WebCore/editing/
Editor.cpp     [all...]
  /external/icu4c/test/intltest/
tztest.cpp 304 double foundOffset = tz->getRawOffset();
305 int32_t foundHour = (int32_t)foundOffset / millisPerHour;
306 if (expectedOffset != foundOffset) {
    [all...]

Completed in 184 milliseconds