Home | History | Annotate | Download | only in common

Lines Matching defs:file

104     UCharsDictionaryMatcher(const UChar *c, UDataMemory *f) : characters(c), file(f) { }
112 UDataMemory *file;
119 // the transform constant should be the constant read from the file, not a masked version!
122 : characters(c), transformConstant(t), file(f) { }
133 UDataMemory *file;
145 * A dictionary .dict data file contains a byte-serialized BytesTrie or
152 * A .dict file begins with a standard ICU data file header
156 * After the header, the file contains the following parts.
166 * Each byte offset marks the start of the next part in the data file,