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/icu/icu4c/source/tools/genrb/
derb.cpp
389
const UChar*
thestr
= res_getAlias(&(parent->fResData), r, &len);
390
UChar *string = quotedString(
thestr
);
431
const UChar*
thestr
= ures_getString(resource, &len, status);
local
432
UChar *string = quotedString(
thestr
);
/external/icu/icu4c/source/samples/uresb/
uresb.c
235
const UChar*
thestr
= ures_getString(resource, &len, status);
local
236
UChar *string = quotedString(
thestr
);
Completed in 409 milliseconds