OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hTable
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4c/source/i18n/
currpinf.cpp
336
CurrencyPluralInfo::deleteHash(Hashtable*
hTable
)
338
if (
hTable
== NULL ) {
343
while ( (element =
hTable
->nextElement(pos)) != NULL ) {
348
delete
hTable
;
349
hTable
= NULL;
358
Hashtable*
hTable
;
359
if ( (
hTable
= new Hashtable(TRUE, status)) == NULL ) {
364
delete
hTable
;
367
hTable
->setValueComparator(ValueComparator);
368
return
hTable
;
[
all
...]
dtitvinf.cpp
589
DateIntervalInfo::deleteHash(Hashtable*
hTable
)
591
if (
hTable
== NULL ) {
596
while ( (element =
hTable
->nextElement(pos)) != NULL ) {
636
Hashtable*
hTable
;
637
if ( (
hTable
= new Hashtable(FALSE, status)) == NULL ) {
642
delete
hTable
;
645
hTable
->setValueComparator(dtitvinfHashTableValueComparator);
646
return
hTable
;
tmutfmt.cpp
688
TimeUnitFormat::deleteHash(Hashtable*
htable
) {
691
if (
htable
) {
692
while ( (element =
htable
->nextElement(pos)) != NULL ) {
701
delete
htable
;
758
Hashtable*
hTable
;
759
if ( (
hTable
= new Hashtable(TRUE, status)) == NULL ) {
764
delete
hTable
;
767
hTable
->setValueComparator(tmutfmtHashTableValueComparator);
768
return
hTable
;
decimfmt.cpp
[
all
...]
/external/icu/icu4c/source/i18n/unicode/
currpinf.h
203
* @param
hTable
hash table to be deleted
205
void deleteHash(Hashtable*
hTable
);
dtitvinf.h
466
* @param
hTable
hash table to be deleted
468
void deleteHash(Hashtable*
hTable
);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h
[
all
...]
Completed in 287 milliseconds