OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createArrayCopy
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
fmtable.cpp
72
static Formattable*
createArrayCopy
(const Formattable* array, int32_t count) {
195
fValue.fArrayAndCount.fArray =
createArrayCopy
(arrayToCopy, count);
231
fValue.fArrayAndCount.fArray =
createArrayCopy
(source.fValue.fArrayAndCount.fArray,
568
fValue.fArrayAndCount.fArray =
createArrayCopy
(array, count);
/external/icu4c/i18n/
fmtable.cpp
75
static Formattable*
createArrayCopy
(const Formattable* array, int32_t count) {
198
fValue.fArrayAndCount.fArray =
createArrayCopy
(arrayToCopy, count);
231
fValue.fArrayAndCount.fArray =
createArrayCopy
(source.fValue.fArrayAndCount.fArray,
588
fValue.fArrayAndCount.fArray =
createArrayCopy
(array, count);
Completed in 48 milliseconds