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

/external/icu/icu4c/source/tools/genrb/
H A Dparse.cpp1748 } gResourceTypes[] = { variable in typeref:struct:__anon6984
1812 if (u_strcmp(tokenValue->fChars, gResourceTypes[result].nameUChars) == 0) {
1944 error(startline, "error: %s resource type not valid except on top bundle level", gResourceTypes[resType].nameChars);
1951 parseFunction = gResourceTypes[resType].parseFunction;
1957 error(startline, "internal error: %s resource type found and not handled", gResourceTypes[resType].nameChars);

Completed in 65 milliseconds