Home | History | Annotate | Download | only in i18n

Lines Matching refs:optionLength

2230                 int32_t optionLength = (int32_t)(import_end - setStart);
2232 if(optionLength >= (int32_t)sizeof(option)) {
2236 u_UCharsToChars(setStart, option, optionLength);
2237 option[optionLength] = 0;