Home
last modified time | relevance | path

Searched refs:PropertyNames (Results 1 – 10 of 10) sorted by relevance

/external/icu4c/tools/toolutil/
Dppucd.h34 class U_TOOLUTIL_API PropertyNames {
36 virtual ~PropertyNames();
102 void setPropertyNames(const PropertyNames *pn) { pnames=pn; } in setPropertyNames()
156 PropertyNames *icuPnames; // owned
157 const PropertyNames *pnames; // aliased
Dppucd.cpp30 PropertyNames::~PropertyNames() {} in ~PropertyNames()
33 PropertyNames::getPropertyEnum(const char *name) const { in getPropertyEnum()
38 PropertyNames::getPropertyValueEnum(int32_t property, const char *name) const { in getPropertyValueEnum()
58 : icuPnames(new PropertyNames()), pnames(icuPnames), in PreparsedUCD()
/external/openfst/src/include/fst/script/
Dinfo-impl.h311 os << PropertyNames[i] << value << endl;
317 os << PropertyNames[i] << value << endl;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dtest-properties.h53 LOG(ERROR) << "CompatProperties: mismatch: " << PropertyNames[i] in CompatProperties()
Dproperties.h316 extern const char *PropertyNames[];
Dproperties.cpp318 const char *PropertyNames[] = { variable
/external/openfst/src/include/fst/
Dtest-properties.h55 LOG(ERROR) << "CompatProperties: mismatch: " << PropertyNames[i] in CompatProperties()
Dproperties.h456 extern const char *PropertyNames[];
/external/openfst/src/lib/
Dproperties.cc408 const char *PropertyNames[] = { variable
/external/clang/lib/CodeGen/
DCGObjCMac.cpp868 llvm::DenseMap<IdentifierInfo*, llvm::GlobalVariable*> PropertyNames; member in __anon8dffa1430111::CGObjCCommonMac
4947 llvm::GlobalVariable *&Entry = PropertyNames[Ident]; in GetPropertyName()