OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hTable
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/i18n/
currpinf.cpp
324
CurrencyPluralInfo::deleteHash(Hashtable*
hTable
)
326
if (
hTable
== NULL ) {
331
while ( (element =
hTable
->nextElement(pos)) != NULL ) {
337
delete
hTable
;
338
hTable
= NULL;
347
Hashtable*
hTable
;
348
if ( (
hTable
= new Hashtable(TRUE, status)) == NULL ) {
352
hTable
->setValueComparator(ValueComparator);
353
return
hTable
;
dtitvinf.cpp
571
DateIntervalInfo::deleteHash(Hashtable*
hTable
)
573
if (
hTable
== NULL ) {
578
while ( (element =
hTable
->nextElement(pos)) != NULL ) {
619
Hashtable*
hTable
;
620
if ( (
hTable
= new Hashtable(FALSE, status)) == NULL ) {
624
hTable
->setValueComparator(dtitvinfHashTableValueComparator);
625
return
hTable
;
tmutfmt.cpp
765
TimeUnitFormat::deleteHash(Hashtable*
htable
) {
768
if (
htable
) {
769
while ( (element =
htable
->nextElement(pos)) != NULL ) {
778
delete
htable
;
[
all
...]
decimfmt.cpp
[
all
...]
Completed in 135 milliseconds