Searched refs:rangeOffset (Results 1 – 8 of 8) sorted by relevance
145 le_uint16 rangeOffset = SWAPW(fIdRangeOffset[index]); in unicodeToGlyph() local146 … le_uint16 *glyphIndexTable = (le_uint16 *) ((char *) &fIdRangeOffset[index] + rangeOffset); in unicodeToGlyph()
181 le_uint16 rangeOffset = SWAPW(cmIdRangeOffset[index]); in unicodeToGlyph() local182 … le_uint16 *glyphIndexTable = (le_uint16 *) ((char *) &cmIdRangeOffset[index] + rangeOffset); in unicodeToGlyph()
151 le_uint16 rangeOffset = SWAPW(fIdRangeOffset[index]); in unicodeToGlyph() local152 … le_uint16 *glyphIndexTable = (le_uint16 *) ((char *) &fIdRangeOffset[index] + rangeOffset); in unicodeToGlyph()
87 PLATFORM_EXPORT bool parseRange(const String&, long long& rangeOffset, long long& rangeEnd, long lo…
489 bool parseRange(const String& range, long long& rangeOffset, long long& rangeEnd, long long& rangeS… in parseRange() argument495 rangeOffset = rangeEnd = rangeSuffixLength = -1; in parseRange()541 rangeOffset = firstBytePos; in parseRange()