OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unknownPropertyNames
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/test/intltest/
ucdtest.h
58
U_NAMESPACE_QUALIFIER Hashtable *
unknownPropertyNames
;
ucdtest.cpp
36
unknownPropertyNames
=new U_NAMESPACE_QUALIFIER Hashtable(errorCode);
38
delete
unknownPropertyNames
;
39
unknownPropertyNames
=NULL;
43
unknownPropertyNames
->puti(UnicodeString(ignorePropNames[i], -1, US_INV), 1, errorCode);
49
delete
unknownPropertyNames
;
178
if(me->
unknownPropertyNames
->find(propName)==NULL) {
180
me->
unknownPropertyNames
->puti(propName, 1, errorCode);
Completed in 456 milliseconds