OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thestr
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/samples/uresb/
uresb.c
229
const UChar*
thestr
= ures_getString(resource, &len, status);
local
230
UChar *string = quotedString(
thestr
);
/external/icu4c/tools/genrb/
derb.c
474
const UChar*
thestr
= res_getAlias(&(parent->fResData), r, &len);
local
475
UChar *string = quotedString(
thestr
);
516
const UChar*
thestr
= ures_getString(resource, &len, status);
local
517
UChar *string = quotedString(
thestr
);
Completed in 48 milliseconds