Lines Matching full:partial
184 /* all input consumed, partial match */
188 * or: partial match must not be longer than UCNV_EXT_MAX_BYTES
205 /* partial match, continue */
304 /* save state for partial match */
358 * - match<0: partial match, not supported for simple conversion (and flush==TRUE)
364 * continue partial match with new input
398 /* save state for partial match */
510 partial match with them
521 * <0: partial match, return value=negative total match length
522 * (partial matches are never returned for flush==TRUE)
523 * (partial matches are never returned as being longer than UCNV_EXT_MAX_UCHARS)
571 /* partial match, enter the loop below */
604 /* all input consumed, partial match */
608 * or: partial match must not be longer than UCNV_EXT_MAX_UCHARS
626 /* partial match, continue */
777 /* save state for partial match */
851 * - match<0: partial match, not supported for simple conversion (and flush==TRUE)
857 * continue partial match with new input, requires cnv->preFromUFirstCP>=0
887 /* finish the partial match */
897 /* save state for partial match */
1083 // Recurse for partial results.