Home | History | Annotate | Download | only in cintltst

Lines Matching refs:full

1839          * general categories, for the full possible set of extended names.
3314 const UChar *full, int32_t fullLength,
3330 if(length2!=fullLength || 0!=u_memcmp(t, full, fullLength)) {
3372 UChar full[32];
3405 count=u_parseString(fields[2][0], full, 32, (uint32_t *)&simple, pErrorCode);
3412 if(count==0 || count>2 || (count==2 && U16_IS_SINGLE(full[1]))) {
3446 u_memcpy(pData->prevFull, full, count);
3455 u_memcpy(pData->prevFull, full, count);
3466 testFold(c, which, simple, simple, full, count, full, count);
3486 data.prevFullLength=1; /* length of full case folding of U+0000 */