Home | History | Annotate | Download | only in common

Lines Matching full:load

248  * Load the property names data.  Caller should check that data is
249 * not loaded BEFORE calling this function. Returns TRUE if the load
274 * Inline function that expands to code that does a lazy load of the
277 * to load it, and return TRUE if the load succeeds.
279 static inline UBool load() {
296 return load() ? PNAME->getPropertyName(property, nameChoice)
302 UProperty p = load() ? (UProperty) PNAME->getPropertyEnum(alias)
311 return load() ? PNAME->getPropertyValueName(property, value, nameChoice)
318 return load() ? PNAME->getPropertyValueEnum(property, alias)