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

/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dflagparser.h28 parseFlagsFile(const char *fileName, char **flagBuffer, int32_t flagBufferSize, const char ** flagNames, int32_t numOfFlags, UErrorCode *status);
H A Dflagparser.c20 * Opens the given fileName and reads in the information storing the data in flagBuffer.
23 parseFlagsFile(const char *fileName, char **flagBuffer, int32_t flagBufferSize, const char ** flagNames, int32_t numOfFlags, UErrorCode *status) { argument
79 uprv_strcpy(flagBuffer[idx], tmpFlagBuffer);
85 uprv_strcpy(flagBuffer[i++], tmpFlagBuffer);
/external/icu/icu4c/source/tools/toolutil/
H A Dflagparser.h28 parseFlagsFile(const char *fileName, char **flagBuffer, int32_t flagBufferSize, const char ** flagNames, int32_t numOfFlags, UErrorCode *status);
H A Dflagparser.c20 * Opens the given fileName and reads in the information storing the data in flagBuffer.
23 parseFlagsFile(const char *fileName, char **flagBuffer, int32_t flagBufferSize, const char ** flagNames, int32_t numOfFlags, UErrorCode *status) { argument
79 uprv_strcpy(flagBuffer[idx], tmpFlagBuffer);
85 uprv_strcpy(flagBuffer[i++], tmpFlagBuffer);

Completed in 280 milliseconds