Searched defs:foundOffset (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/layout/
H A DScriptAndLanguage.cpp21 Offset foundOffset = local
24 if (foundOffset != 0 && LE_SUCCESS(success)) {
25 langSysTableOffset = foundOffset;
/external/icu/icu4c/source/test/letest/
H A Dcmaps.cpp62 le_uint32 foundOffset = 0; local
74 foundOffset = SWAPL(esh->encodingOffset);
103 foundOffset = SWAPL(esh->encodingOffset);
122 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + foundOffset);
/external/icu/icu4c/source/test/perf/leperf/
H A Dcmaps.cpp62 le_uint32 foundOffset = 0; local
74 foundOffset = SWAPL(esh->encodingOffset);
103 foundOffset = SWAPL(esh->encodingOffset);
122 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + foundOffset);
/external/skia/tests/
H A DImageFilterCacheTest.cpp42 SkIPoint foundOffset; local
44 SkSpecialImage* foundImage = cache->get(key1, &foundOffset);
46 REPORTER_ASSERT(reporter, offset == foundOffset);
48 REPORTER_ASSERT(reporter, !cache->get(key2, &foundOffset));
71 SkIPoint foundOffset; local
72 REPORTER_ASSERT(reporter, !cache->get(key1, &foundOffset));
73 REPORTER_ASSERT(reporter, !cache->get(key2, &foundOffset));
74 REPORTER_ASSERT(reporter, !cache->get(key3, &foundOffset));
75 REPORTER_ASSERT(reporter, !cache->get(key4, &foundOffset));
91 SkIPoint foundOffset; local
117 SkIPoint foundOffset; local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtztest.cpp318 double foundOffset = tz->getRawOffset(); local
319 int32_t foundHour = (int32_t)foundOffset / millisPerHour;
320 if (expectedOffset != foundOffset) {

Completed in 278 milliseconds