OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getHexArray
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/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
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
...]
/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 28 milliseconds