Searched refs:kNoResource (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/icu/source/tools/genrb/
H A Dreslist.c31 * res_none() returns the address of kNoResource,
35 static struct SResource kNoResource = { RES_NONE }; variable in typeref:struct:SResource
465 return &kNoResource;
862 if (res == &kNoResource) {
/external/icu4c/tools/genrb/
H A Dreslist.c52 * res_none() returns the address of kNoResource,
56 static const struct SResource kNoResource = { URES_NONE }; variable in typeref:struct:SResource
864 return (struct SResource*)&kNoResource;
1237 if (res == &kNoResource) {

Completed in 43 milliseconds