Searched refs:larger_result (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unicase/
H A Du-casemap.h306 UNIT *larger_result; local
309 larger_result = (UNIT *) malloc (new_allocated * sizeof (UNIT));
310 if (larger_result == NULL)
318 larger_result = (UNIT *) malloc (new_allocated * sizeof (UNIT));
319 if (larger_result == NULL)
324 U_CPY (larger_result, resultbuf, length);
328 larger_result =
330 if (larger_result == NULL)
336 result = larger_result;
H A Du-ct-totitle.h382 UNIT *larger_result; local
385 larger_result = (UNIT *) malloc (new_allocated * sizeof (UNIT));
386 if (larger_result == NULL)
394 larger_result = (UNIT *) malloc (new_allocated * sizeof (UNIT));
395 if (larger_result == NULL)
400 U_CPY (larger_result, resultbuf, length);
404 larger_result =
406 if (larger_result == NULL)
412 result = larger_result;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uninorm/
H A Du-normalize-internal.h243 UNIT *larger_result; local
246 larger_result =
248 if (larger_result == NULL)
256 larger_result =
258 if (larger_result == NULL)
263 U_CPY (larger_result, resultbuf, length);
267 larger_result =
269 if (larger_result == NULL)
275 result = larger_result;

Completed in 117 milliseconds