Home | History | Annotate | Download | only in i18n

Lines Matching refs:import_end

2217                 UChar* import_end = u_strchr(setStart, 0x005D);
2218 int32_t optionEndOffset = (int32_t)(import_end + 1 - rules);
2220 while(PatternProps::isWhiteSpace(*(import_end-1))) {
2221 --import_end;
2224 int32_t optionLength = (int32_t)(import_end - setStart);