Searched refs:UPropertySource (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Duprops.h335 enum UPropertySource { enum
360 /** One more than the highest UPropertySource (UPROPS_SRC_) constant. */
363 typedef enum UPropertySource UPropertySource; typedef in typeref:enum:UPropertySource
366 * @see UPropertySource
369 U_CFUNC UPropertySource U_EXPORT2
H A Duprops.cpp218 * For them, column is the UPropertySource value.
451 * For them, column is the UPropertySource value.
514 U_CFUNC UPropertySource U_EXPORT2
523 return (UPropertySource)prop.column;
532 return (UPropertySource)prop.column;
/external/icu4c/common/
H A Duprops.h357 enum UPropertySource { enum
382 /** One more than the highest UPropertySource (UPROPS_SRC_) constant. */
385 typedef enum UPropertySource UPropertySource; typedef in typeref:enum:UPropertySource
388 * @see UPropertySource
391 U_CFUNC UPropertySource U_EXPORT2
H A Duprops.cpp218 * For them, column is the UPropertySource value.
425 * For them, column is the UPropertySource value.
488 U_CFUNC UPropertySource U_EXPORT2
497 return (UPropertySource)prop.column;
506 return (UPropertySource)prop.column;

Completed in 68 milliseconds