Searched refs:foundOffset (Results 1 – 3 of 3) sorted by relevance
68 le_uint32 foundOffset = 0; in createUnicodeMapper() local80 foundOffset = SWAPL(esh->encodingOffset); in createUnicodeMapper()109 foundOffset = SWAPL(esh->encodingOffset); in createUnicodeMapper()128 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + foundOffset); in createUnicodeMapper()
64 le_uint32 foundOffset = 0; in createUnicodeMapper() local76 foundOffset = SWAPL(esh->encodingOffset); in createUnicodeMapper()105 foundOffset = SWAPL(esh->encodingOffset); in createUnicodeMapper()124 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + foundOffset); in createUnicodeMapper()
330 double foundOffset = tz->getRawOffset(); in TestPRTOffset() local331 int32_t foundHour = (int32_t)foundOffset / millisPerHour; in TestPRTOffset()332 if (expectedOffset != foundOffset) { in TestPRTOffset()