OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fSame
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/tools/genrb/
reslist.c
220
if ((same = res->u.fString.
fSame
) != NULL) {
924
res->u.fString.
fSame
= uhash_get(bundle->fStringSet, res);
927
if (res->u.fString.
fSame
== NULL) {
961
/* this is a duplicate of
fSame
*/
962
struct SResource *same = res->u.fString.
fSame
;
[
all
...]
reslist.h
126
struct SResource *
fSame
; /* used for duplicates */
129
int32_t fSuffixOffset; /* this string is a suffix of
fSame
at this offset */
Completed in 15 milliseconds