Lines Matching refs:name
160 virtual int32_t getPropertyEnum(const char *name) const;
161 virtual int32_t getPropertyValueEnum(int32_t property, const char *name) const;
164 UBool containsName(BytesTrie &trie, const char *name) const;
209 // Reserve two slots per property for the name group offset and the value-map offset.
219 // Build the name group for the first property, at nameGroups offset 0.
233 // and share the same name group and BytesTrie,
288 printf("length of all name groups: %6ld\n", (long)nameGroups.length());
308 // the name groups as an invariant-character string into a source file,
316 // There is at least a short name (sometimes empty) and a long name. (count>=2)
355 // (The first name group is for the first property name.)
553 UBool PNamesPropertyNames::containsName(BytesTrie &trie, const char *name) const {
554 if(name==NULL) {
559 while((c=*name++)!=0) {