Home | History | Annotate | Download | only in gennorm2

Lines Matching defs:fLength

544     BuilderReorderingBuffer() : fLength(0), fLastStarterIndex(-1), fDidReorder(FALSE) {}
546 fLength=0;
550 int32_t length() const { return fLength; }
551 UBool isEmpty() const { return fLength==0; }
557 if(cc==0 || fLength==0 || ccAt(fLength-1)<=cc) {
559 fLastStarterIndex=fLength;
561 fArray[fLength++]=(c<<8)|cc;
565 int32_t i=fLength-1;
571 for(int32_t j=fLength; i<j; --j) {
575 ++fLength;
580 for(int32_t i=0; i<fLength; ++i) {
587 --fLength;
588 while(combMarkIndex<fLength) {
595 int32_t fLength;