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

/external/icu/icu4c/source/tools/genrb/
H A Dparse.cpp106 uint32_t inputdirLength; member in struct:__anon5982
332 if (state->inputdir[state->inputdirLength - 1] != U_FILE_SEP_CHAR)
473 if (state->inputdir[state->inputdirLength - 1] != U_FILE_SEP_CHAR)
1700 if (state->inputdir[state->inputdirLength - 1] != U_FILE_SEP_CHAR)
1702 fullname = (char *) uprv_malloc(state->inputdirLength + count + 2);
1713 fullname[state->inputdirLength] = U_FILE_SEP_CHAR;
1714 fullname[state->inputdirLength + 1] = '\0';
1720 fullname = (char *) uprv_malloc(state->inputdirLength + count + 1);
1801 fullname = (char *) uprv_malloc(state->inputdirLength + count + 2);
1811 if (state->inputdir[state->inputdirLength
[all...]

Completed in 43 milliseconds