Searched refs:setCommonICUData (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dudata.cpp157 * setCommonICUData. Set a UDataMemory to be the global ICU Data
160 setCommonICUData(UDataMemory *pData, /* The new common data. Belongs to caller, we copy it. */ function
206 return setCommonICUData(&tData, FALSE, pErrorCode);
788 * setCommonICUData() will detect if the same address is set twice.
819 setCommonICUData(&copyPData,/* The new common data. */
821 pErr); /* setCommonICUData honors errors; NOP if error set */
867 setCommonICUData(&dataMemory, TRUE, pErrorCode);
/external/icu/icu4c/source/common/
H A Dudata.cpp157 * setCommonICUData. Set a UDataMemory to be the global ICU Data
160 setCommonICUData(UDataMemory *pData, /* The new common data. Belongs to caller, we copy it. */ function
206 return setCommonICUData(&tData, FALSE, pErrorCode);
780 * setCommonICUData() will detect if the same address is set twice.
811 setCommonICUData(&copyPData,/* The new common data. */
813 pErr); /* setCommonICUData honors errors; NOP if error set */
859 setCommonICUData(&dataMemory, TRUE, pErrorCode);

Completed in 101 milliseconds