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

  /external/chromium/third_party/icu/source/common/
udata.c 109 * setCommonICUData. Set a UDataMemory to be the global ICU Data
112 setCommonICUData(UDataMemory *pData, /* The new common data. Belongs to caller, we copy it. */
758 setCommonICUData(&tData, NULL, FALSE, pErrorCode);
892 setCommonICUData(&copyPData, /* The new common data. */
895 pErr); /* setCommonICUData honors errors; NOP if error set */
    [all...]
  /external/icu4c/common/
udata.c 128 * setCommonICUData. Set a UDataMemory to be the global ICU Data
131 setCommonICUData(UDataMemory *pData, /* The new common data. Belongs to caller, we copy it. */
177 return setCommonICUData(&tData, FALSE, pErrorCode);
923 * setCommonICUData() will detect if the same address is set twice.
    [all...]

Completed in 112 milliseconds