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

  /external/icu4c/common/
dictbe.h 46 uint32_t fTypes;
dictbe.cpp 27 fTypes = 0;
31 fTypes = breakTypes;
39 return (breakType >= 0 && breakType < 32 && (((uint32_t)1 << breakType) & fTypes)
75 if (breakType >= 0 && breakType < 32 && (((uint32_t)1 << breakType) & fTypes)) {
92 fTypes = breakTypes;
  /external/chromium/third_party/icu/source/common/
dictbe.h 46 uint32_t fTypes;
dictbe.cpp 32 fTypes = 0;
36 fTypes = breakTypes;
44 return (breakType >= 0 && breakType < 32 && (((uint32_t)1 << breakType) & fTypes)
80 if (breakType >= 0 && breakType < 32 && (((uint32_t)1 << breakType) & fTypes)) {
97 fTypes = breakTypes;

Completed in 75 milliseconds