Home | History | Annotate | Download | only in i18n

Lines Matching full:import_end

2223                 UChar* import_end = u_strchr(setStart, 0x005D);
2224 int32_t optionEndOffset = (int32_t)(import_end + 1 - rules);
2226 while(uprv_isRuleWhiteSpace(*(import_end-1))) {
2227 --import_end;
2230 int32_t optionLength = (int32_t)(import_end - setStart);