OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fStringSet
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/tools/genrb/
reslist.c
920
if (bundle->
fStringSet
== NULL) {
922
bundle->
fStringSet
= uhash_open(string_hash, string_comp, string_comp, &localStatus);
924
res->u.fString.fSame = uhash_get(bundle->
fStringSet
, res);
939
if (bundle->
fStringSet
!= NULL) {
941
uhash_put(bundle->
fStringSet
, res, res, status);
[
all
...]
reslist.h
57
UHashtable *
fStringSet
;
Completed in 26 milliseconds