Lines Matching refs:minLength
953 extSetUseMapping(UConverterUnicodeSet which, int32_t minLength, uint32_t value) { in extSetUseMapping() argument
974 return UCNV_EXT_FROM_U_GET_LENGTH(value)>=minLength; in extSetUseMapping()
982 int32_t minLength, in ucnv_extGetUnicodeSetString() argument
1000 if(extSetUseMapping(which, minLength, value)) { in ucnv_extGetUnicodeSetString()
1019 sharedData, cx, sa, which, minLength, in ucnv_extGetUnicodeSetString()
1023 } else if(extSetUseMapping(which, minLength, value)) { in ucnv_extGetUnicodeSetString()
1040 int32_t st1, stage1Length, st2, st3, minLength; in ucnv_extGetUnicodeSet() local
1061 minLength=3; in ucnv_extGetUnicodeSet()
1066 minLength=2; in ucnv_extGetUnicodeSet()
1068 minLength=1; in ucnv_extGetUnicodeSet()
1093 sharedData, cx, sa, which, minLength, in ucnv_extGetUnicodeSet()
1097 } else if(extSetUseMapping(which, minLength, value)) { in ucnv_extGetUnicodeSet()