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

/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Dparse.cpp106 uint32_t inputdirLength; member in struct:__anon1243
332 if (state->inputdir[state->inputdirLength - 1] != U_FILE_SEP_CHAR)
473 if (state->inputdir[state->inputdirLength - 1] != U_FILE_SEP_CHAR)
1679 if (state->inputdir[state->inputdirLength - 1] != U_FILE_SEP_CHAR)
1681 fullname = (char *) uprv_malloc(state->inputdirLength + count + 2);
1692 fullname[state->inputdirLength] = U_FILE_SEP_CHAR;
1693 fullname[state->inputdirLength + 1] = '\0';
1699 fullname = (char *) uprv_malloc(state->inputdirLength + count + 1);
1780 fullname = (char *) uprv_malloc(state->inputdirLength + count + 2);
1790 if (state->inputdir[state->inputdirLength
[all...]

Completed in 129 milliseconds