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

/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Dparse.cpp1875 ParseResourceFunction *parseFunction; member in struct:__anon1245
1881 {"table(nofallback)", k_type_table_no_fallback, NULL}, /* parseFunction will never be called */
1968 ParseResourceFunction *parseFunction = NULL; local
2079 parseFunction = gResourceTypes[resType].parseFunction;
2080 if (parseFunction != NULL) {
2081 return parseFunction(state, tag, startline, comment, status);

Completed in 306 milliseconds