Home
last modified time | relevance | path

Searched refs:moveVectorToArray (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/icu/libicu/cts_headers/
H A Dmessageformat2_allocation.h62 static T* moveVectorToArray(UVector& source, UErrorCode& status) { in moveVectorToArray() function
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dmessageformat2_allocation.h62 static T* moveVectorToArray(UVector& source, UErrorCode& status) { in moveVectorToArray() function
H A Dmessageformat2_evaluation.cpp44 options = moveVectorToArray<ResolvedFunctionOption>(optionsVector, status); in FunctionOptions()