Searched refs:maxFullLength (Results 1 – 1 of 1) sorted by relevance
305 int32_t maxFullLength; member in CasePropsBuilder310 : excProps(NULL), excPropsCount(0), maxFullLength(U16_MAX_LENGTH), pTrie(NULL) { in CasePropsBuilder()570 if(props.cf.length()>maxFullLength) { maxFullLength=props.cf.length(); } in setProps()571 if(props.lc.length()>maxFullLength) { maxFullLength=props.lc.length(); } in setProps()572 if(props.uc.length()>maxFullLength) { maxFullLength=props.uc.length(); } in setProps()573 if(props.tc.length()>maxFullLength) { maxFullLength=props.tc.length(); } in setProps()1173 indexes[UCASE_IX_MAX_FULL_LENGTH]=maxFullLength; in build()