Lines Matching refs:descriptor
57 * descriptor to use in querying the cache and factories, and
61 * The descriptor contains an optional prefix, followed by '/'
64 * kinds of formatters for the same locale, use the descriptor
119 * <p>Return the current descriptor. This implementation appends
120 * the current descriptor to result. Result is returned as a convenience.</p>
122 * <p>The current descriptor is used to fully
125 * particular descriptor. The factory can either parse the
126 * descriptor or use custom API on the key in order to
164 * <p>A utility to parse the prefix out of a descriptor string. Only
168 * @param result an input/output parameter that on entry is a descriptor, and
169 * on exit is the prefix of that descriptor.
175 * <p>A utility to parse the suffix out of a descriptor string. Only
179 * @param result an input/output parameter that on entry is a descriptor, and
180 * on exit is the suffix of that descriptor.
257 * This is an id, not a descriptor. If the id is
592 * createKey to create a key for the provided descriptor.</p>
594 * @param descriptor the descriptor.
598 UObject* get(const UnicodeString& descriptor, UErrorCode& status) const;
602 * createKey to create a key from the provided descriptor.</p>
604 * @param descriptor the descriptor.
605 * @param actualReturn a pointer to a UnicodeString to hold the matched descriptor, or NULL.
609 UObject* get(const UnicodeString& descriptor, UnicodeString* actualReturn, UErrorCode& status) const;
622 * is not NULL, the descriptor with which it was found in the
626 * <p>This queries the cache using the key's descriptor, and if no
638 * @param actualReturn a pointer to a UnicodeString to hold the matched descriptor, or NULL.
651 * @param actualReturn a pointer to a UnicodeString to hold the matched descriptor, or NULL.
907 * @param actualReturn a pointer to a UnicodeString to hold the matched descriptor, or NULL.