Lines Matching full:code
30 * The file-writing <code>udata_</code> functions facilitate writing
31 * binary data files that can be read by ICU's <code>udata</code> API.
34 * It then writes a short header, followed by the <code>UDataInfo</code>
38 * that is a multiple of 16. <code>udata_getMemory()</code> will return
44 * written. If <code>NULL</code>, then
45 * <code>u_getDataDirectory</code> is used.
49 * This may be <code>NULL</code> or empty.
51 * @param pInfo A pointer to a correctly filled <code>UDataInfo</code>
54 * copied into the file if it is not <code>NULL</code>
57 * @param pErrorCode An ICU UErrorCode parameter. It must not be <code>NULL</code>.
89 /** @memo Write a <code>char*</code> string of platform "invariant characters" to the file. */
93 /** @memo Write a <code>UChar*</code> string of Unicode character code units to the file. */