HomeSort by relevance Sort by last modified time
    Searched defs:PropertyNames (Results 1 - 5 of 5) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
properties.cpp 318 const char *PropertyNames[] = {
  /external/openfst/src/lib/
properties.cc 408 const char *PropertyNames[] = {
  /external/icu4c/tools/toolutil/
ppucd.cpp 30 PropertyNames::~PropertyNames() {}
33 PropertyNames::getPropertyEnum(const char *name) const {
38 PropertyNames::getPropertyValueEnum(int32_t property, const char *name) const {
58 : icuPnames(new PropertyNames()), pnames(icuPnames),
ppucd.h 34 class U_TOOLUTIL_API PropertyNames {
36 virtual ~PropertyNames();
101 /** Sets (aliases) a non-standard PropertyNames implementation. Caller retains ownership. */
102 void setPropertyNames(const PropertyNames *pn) { pnames=pn; }
156 PropertyNames *icuPnames; // owned
157 const PropertyNames *pnames; // aliased
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]

Completed in 130 milliseconds