Lines Matching defs:replay

819  * converting a replay buffer will not result in a replay.
820 * This is because a replay is necessary only after the _continuation_ of a
821 * partial match failed, but a replay buffer is converted as a whole.
823 * but there will not be a continuation _during_ the replay which could fail.
826 * recursively in a way that causes another replay to be stored, but that
844 UChar replay[UCNV_EXT_MAX_UCHARS];
880 * We need to "replay" them from a temporary buffer and convert them first.
887 uprv_memcpy(replay, cnv->preFromU, -cnv->preFromULength*U_SIZEOF_UCHAR);
888 pArgs->source=replay;
889 pArgs->sourceLimit=replay-cnv->preFromULength;
917 * need not check cnv->preFromULength==0 because a replay (<0) will cause
967 * switch the source to new replay units (cannot occur while replaying)
976 uprv_memcpy(replay, cnv->preFromU, -cnv->preFromULength*U_SIZEOF_UCHAR);
977 pArgs->source=replay;
978 pArgs->sourceLimit=replay-cnv->preFromULength;
1062 * if we were replaying, then the replay buffer must be
1289 char replay[UCNV_EXT_MAX_BYTES];
1325 * We need to "replay" them from a temporary buffer and convert them first.
1332 uprv_memcpy(replay, cnv->preToU, -cnv->preToULength);
1333 pArgs->source=replay;
1334 pArgs->sourceLimit=replay-cnv->preToULength;
1362 * need not check cnv->preToULength==0 because a replay (<0) will cause
1412 * switch the source to new replay units (cannot occur while replaying)
1421 uprv_memcpy(replay, cnv->preToU, -cnv->preToULength);
1422 pArgs->source=replay;
1423 pArgs->sourceLimit=replay-cnv->preToULength;
1509 * if we were replaying, then the replay buffer must be
2215 * if(pivot not empty or error or replay or flush fromUnicode) {
2220 * error callback handling and flushing the replay buffer.
2278 * or flushing the toUnicode replay buffer
2348 * and flushing the replay buffer.