HomeSort by relevance Sort by last modified time
    Searched refs:getHexArray (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/letest/
xmlreader.cpp 36 static le_uint32 *getHexArray(const UnicodeString &numbers, int32_t &arraySize)
226 expected.glyphs = (LEGlyphID *) getHexArray(glyphs, glyphCount);
227 expected.indices = (le_int32 *) getHexArray(indices, indexCount);
letest.cpp 442 le_uint32 *getHexArray(const UnicodeString &numbers, int32_t &arraySize)
678 expected.glyphs = (LEGlyphID *) getHexArray(glyphs, glyphCount);
679 expected.indices = (le_int32 *) getHexArray(indices, indexCount);
    [all...]

Completed in 51 milliseconds