OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hTable
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/icu/source/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
...]
/external/icu4c/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
584
DateIntervalInfo::deleteHash(Hashtable*
hTable
)
586
if (
hTable
== NULL ) {
591
while ( (element =
hTable
->nextElement(pos)) != NULL ) {
631
Hashtable*
hTable
;
632
if ( (
hTable
= new Hashtable(FALSE, status)) == NULL ) {
637
delete
hTable
;
640
hTable
->setValueComparator(dtitvinfHashTableValueComparator);
641
return
hTable
;
tmutfmt.cpp
791
TimeUnitFormat::deleteHash(Hashtable*
htable
) {
794
if (
htable
) {
795
while ( (element =
htable
->nextElement(pos)) != NULL ) {
804
delete
htable
;
[
all
...]
decimfmt.cpp
[
all
...]
Completed in 2452 milliseconds