Home | History | Annotate | Download | only in common

Lines Matching full:maxlength

49  * Note: If maxLength were guaranteed to be no more than 32 or 64,
66 void setMaxLength(int32_t maxLength) {
67 if(maxLength<=(int32_t)sizeof(staticList)) {
70 UBool *l=(UBool *)uprv_malloc(maxLength);
73 capacity=maxLength;
92 // delta=[1..maxLength]
106 // offset=[1..maxLength]
116 // offset=[1..maxLength]
127 // Returns [1..maxLength].