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

/external/chromium_org/third_party/icu/source/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) {
/external/icu4c/tools/genrb/
H A Dreslist.c54 * res_none() returns the address of kNoResource,
58 static const struct SResource kNoResource = { URES_NONE }; variable in typeref:struct:SResource
866 return (struct SResource*)&kNoResource;
1243 if (res == &kNoResource) {

Completed in 126 milliseconds