Home | History | Annotate | Download | only in cintltst

Lines Matching defs:head

3223          * only head alone matches.
3224 * At the end, the output for head will overflow the target,
3233 static const UChar head[] = {0xDBC4,0xDE34,0xD900,0xDC05,0x0000};/* \U00101234\U00050005 */
3239 const UChar* source = head;
3240 const UChar* sourceLimit = source + u_strlen(head);
3250 log_err("ucnv_fromUInputHeld did not return correct length for head\n");
3331 * only head alone matches.
3332 * At the end, the output for head will overflow the target,
3335 char head[] = { 0x01, 0x02, 0x03, 0x0a , 0x00};
3347 const char* source = head;
3348 const char* sourceLimit = source + strlen(head);
3362 log_err("Did not get the expected len for head.\n");