Lines Matching defs:identifier
28 * identifier. The category is returned via `result`, which must initially be
65 * Generates and append a neutral identifier string for a single unit which means we do not include
230 * Parse a unit identifier into a MeasureUnitImpl.
232 * @param identifier The unit identifier string.
233 * @param status Set if the identifier string is not valid.
237 static MeasureUnitImpl forIdentifier(StringPiece identifier, UErrorCode& status);
266 result.identifier.append(currencyCode, localStatus);
312 * Normalizes a MeasureUnitImpl and generate the identifier string in place.
329 * The full unit identifier. Owned by the MeasureUnitImpl. Empty if not computed.
331 CharString identifier;