HomeSort by relevance Sort by last modified time
    Searched refs:fTypes (Results 1 - 5 of 5) 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/icu4c/i18n/
tzgnames.cpp 182 uint32_t fTypes;
188 : fTypes(types), fResults(NULL), fMaxMatchLen(0) {
209 if ((nameinfo->type & fTypes) != 0) {
    [all...]
tznames_impl.cpp 839 uint32_t fTypes;
845 : fTypes(types), fResults(NULL), fMaxMatchLen(0) {
866 if ((nameinfo->type & fTypes) != 0) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 

Completed in 67 milliseconds