Home | History | Annotate | Download | only in common

Lines Matching defs:unfold

38     const uint16_t *unfold;
343 if(csp->unfold==NULL || s==NULL) {
357 const uint16_t *unfold=csp->unfold;
358 unfoldRows=unfold[UCASE_UNFOLD_ROWS];
359 unfoldRowWidth=unfold[UCASE_UNFOLD_ROW_WIDTH];
360 unfoldStringWidth=unfold[UCASE_UNFOLD_STRING_WIDTH];
361 unfold+=unfoldRowWidth;
373 const UChar *p=reinterpret_cast<const UChar *>(unfold+(i*unfoldRowWidth));
399 : unfold(reinterpret_cast<const UChar *>(ucase_props_singleton.unfold)),
400 unfoldRows(unfold[UCASE_UNFOLD_ROWS]),
401 unfoldRowWidth(unfold[UCASE_UNFOLD_ROW_WIDTH]),
402 unfoldStringWidth(unfold[UCASE_UNFOLD_STRING_WIDTH]),
405 unfold+=unfoldRowWidth;
411 const UChar *p=unfold+(currentRow*unfoldRowWidth);
418 // Set "full" to the NUL-terminated string in the first unfold column.