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

  /external/icu/icu4c/source/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 443 le_uint32 *getHexArray(const UnicodeString &numbers, int32_t &arraySize)
679 expected.glyphs = (LEGlyphID *) getHexArray(glyphs, glyphCount);
680 expected.indices = (le_int32 *) getHexArray(indices, indexCount);
    [all...]
  /external/icu/icu4c/source/test/perf/leperf/
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);

Completed in 833 milliseconds