HomeSort by relevance Sort by last modified time
    Searched refs:UPropertySource (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/
uprops.h 357 enum UPropertySource {
382 /** One more than the highest UPropertySource (UPROPS_SRC_) constant. */
385 typedef enum UPropertySource UPropertySource;
388 * @see UPropertySource
391 U_CFUNC UPropertySource U_EXPORT2
uprops.cpp 215 * For them, column is the UPropertySource value.
426 * For them, column is the UPropertySource value.
490 U_CFUNC UPropertySource U_EXPORT2
499 return (UPropertySource)prop.column;
508 return (UPropertySource)prop.column;

Completed in 411 milliseconds