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

  /external/chromium/third_party/icu/source/common/
uprops.h 335 enum UPropertySource {
354 /** One more than the highest UPropertySource (UPROPS_SRC_) constant. */
357 typedef enum UPropertySource UPropertySource;
360 * @see UPropertySource
363 U_CFUNC UPropertySource U_EXPORT2
uprops.c 97 * For them, column is the UPropertySource value.
358 U_CFUNC UPropertySource U_EXPORT2
366 return (UPropertySource)binProps[which].column;
  /external/icu4c/common/
uprops.h 316 enum UPropertySource {
341 /** One more than the highest UPropertySource (UPROPS_SRC_) constant. */
344 typedef enum UPropertySource UPropertySource;
347 * @see UPropertySource
350 U_CFUNC UPropertySource U_EXPORT2
uprops.cpp 101 * For them, column is the UPropertySource value.
516 U_CFUNC UPropertySource U_EXPORT2
524 return (UPropertySource)binProps[which].column;

Completed in 16 milliseconds