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

  /external/chromium_org/third_party/icu/source/common/
udata.cpp 157 * setCommonICUData. Set a UDataMemory to be the global ICU Data
160 setCommonICUData(UDataMemory *pData, /* The new common data. Belongs to caller, we copy it. */
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);
    [all...]
  /external/icu/icu4c/source/common/
udata.cpp 157 * setCommonICUData. Set a UDataMemory to be the global ICU Data
160 setCommonICUData(UDataMemory *pData, /* The new common data. Belongs to caller, we copy it. */
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);
    [all...]

Completed in 504 milliseconds