Home
last modified time | relevance | path

Searched refs:foundOffset (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/test/perf/leperf/
Dcmaps.cpp68 le_uint32 foundOffset = 0; in createUnicodeMapper() local
80 foundOffset = SWAPL(esh->encodingOffset); in createUnicodeMapper()
109 foundOffset = SWAPL(esh->encodingOffset); in createUnicodeMapper()
128 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + foundOffset); in createUnicodeMapper()
/third_party/icu/icu4c/source/test/letest/
Dcmaps.cpp64 le_uint32 foundOffset = 0; in createUnicodeMapper() local
76 foundOffset = SWAPL(esh->encodingOffset); in createUnicodeMapper()
105 foundOffset = SWAPL(esh->encodingOffset); in createUnicodeMapper()
124 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + foundOffset); in createUnicodeMapper()
/third_party/icu/icu4c/source/test/intltest/
Dtztest.cpp330 double foundOffset = tz->getRawOffset(); in TestPRTOffset() local
331 int32_t foundHour = (int32_t)foundOffset / millisPerHour; in TestPRTOffset()
332 if (expectedOffset != foundOffset) { in TestPRTOffset()