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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/udf/
H A Dunicode.c73 * ocu Pointer to OSTA Compressed Unicode input buffer
86 const uint8_t *ocu; local
104 ocu = ocu_i->u_name;
109 uint32_t c = ocu[i++];
111 c = (c << 8) | ocu[i++];
147 * ocu Pointer to OSTA Compressed Unicode output
159 static int udf_UTF8toCS0(dstring *ocu, struct ustr *utf, int length) argument
164 memset(ocu, 0, sizeof(dstring) * length);
165 ocu[0] = 8;
213 ocu[
238 const uint8_t *ocu; local
278 udf_NLStoCS0(struct nls_table *nls, dstring *ocu, struct ustr *uni, int length) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/udf/
H A Dunicode.c73 * ocu Pointer to OSTA Compressed Unicode input buffer
86 const uint8_t *ocu; local
104 ocu = ocu_i->u_name;
109 uint32_t c = ocu[i++];
111 c = (c << 8) | ocu[i++];
147 * ocu Pointer to OSTA Compressed Unicode output
159 static int udf_UTF8toCS0(dstring *ocu, struct ustr *utf, int length) argument
164 memset(ocu, 0, sizeof(dstring) * length);
165 ocu[0] = 8;
213 ocu[
238 const uint8_t *ocu; local
278 udf_NLStoCS0(struct nls_table *nls, dstring *ocu, struct ustr *uni, int length) argument
[all...]

Completed in 71 milliseconds