Home | History | Annotate | Download | only in genrb

Lines Matching refs:fString

826           rules.setTo(sequence->u.fString.fChars, sequence->u.fString.fLength);
937 int32_t length = member->u.fString.fLength;
944 u_UCharsToChars(member->u.fString.fChars, ver, length + 1); /* +1 for copying NULL */
956 rules.setTo(member->u.fString.fChars, member->u.fString.fLength);