Lines Matching refs:minLength
947 extSetUseMapping(UConverterUnicodeSet which, int32_t minLength, uint32_t value) { in extSetUseMapping() argument
968 return UCNV_EXT_FROM_U_GET_LENGTH(value)>=minLength; in extSetUseMapping()
976 int32_t minLength, in ucnv_extGetUnicodeSetString() argument
994 if(extSetUseMapping(which, minLength, value)) { in ucnv_extGetUnicodeSetString()
1013 sharedData, cx, sa, which, minLength, in ucnv_extGetUnicodeSetString()
1017 } else if(extSetUseMapping(which, minLength, value)) { in ucnv_extGetUnicodeSetString()
1034 int32_t st1, stage1Length, st2, st3, minLength; in ucnv_extGetUnicodeSet() local
1055 minLength=3; in ucnv_extGetUnicodeSet()
1060 minLength=2; in ucnv_extGetUnicodeSet()
1062 minLength=1; in ucnv_extGetUnicodeSet()
1087 sharedData, cx, sa, which, minLength, in ucnv_extGetUnicodeSet()
1091 } else if(extSetUseMapping(which, minLength, value)) { in ucnv_extGetUnicodeSet()