Lines Matching refs:property
23 * Get the next non-ignorable ASCII character from a property name
46 * Get the next non-ignorable EBCDIC character from a property name
69 * Unicode property names and property value names are compared "loosely".
72 * For all property names, property value names, and for property values for
248 * Load the property names data. Caller should check that data is
275 * property names data. If the data is already loaded, avoids an
294 u_getPropertyName(UProperty property,
296 return load() ? PNAME->getPropertyName(property, nameChoice)
308 u_getPropertyValueName(UProperty property,
311 return load() ? PNAME->getPropertyValueName(property, value, nameChoice)
316 u_getPropertyValueEnum(UProperty property,
318 return load() ? PNAME->getPropertyValueEnum(property, alias)