Home | History | Annotate | Download | only in i18n

Lines Matching refs:Specs

66     class Specs : public UMemory {
73 Specs(const UnicodeString& s, const UnicodeString& t,
79 Specs(const Specs &other); // forbid copying of this class
80 Specs &operator=(const Specs &other); // forbid copying of this class
308 * at any location between specs or delimiters, and is returned
310 * @return a Specs object, or null if the parse failed. If
313 * pattern is returned in the Specs object, otherwise the returned
317 static Specs* parseFilterID(const UnicodeString& id, int32_t& pos,
321 * Givens a Specs object, convert it to a SingleID object. The
324 * @param specs the given Specs object.
329 static SingleID* specsToID(const Specs* specs, int32_t dir);
332 * Given a Specs object, return a SingleID representing the
335 * @param specs the given Specs.
339 static SingleID* specsToSpecialInverse(const Specs& specs, UErrorCode &status);