Searched refs:getHexArray (Results 1 – 3 of 3) sorted by relevance
38 static le_uint32 *getHexArray(const UnicodeString &numbers, int32_t &arraySize) in getHexArray() function228 expected.glyphs = (LEGlyphID *) getHexArray(glyphs, glyphCount); in readTestFile()229 expected.indices = (le_int32 *) getHexArray(indices, indexCount); in readTestFile()
445 le_uint32 *getHexArray(const UnicodeString &numbers, int32_t &arraySize) in getHexArray() function681 expected.glyphs = (LEGlyphID *) getHexArray(glyphs, glyphCount); in DataDrivenTest()682 expected.indices = (le_int32 *) getHexArray(indices, indexCount); in DataDrivenTest()
42 static le_uint32 *getHexArray(const UnicodeString &numbers, int32_t &arraySize) in getHexArray() function232 expected.glyphs = (LEGlyphID *) getHexArray(glyphs, glyphCount); in readTestFile()233 expected.indices = (le_int32 *) getHexArray(indices, indexCount); in readTestFile()