OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UPLUG_NAME_MAX
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/
icuplug.cpp
54
char libName[
UPLUG_NAME_MAX
]; /**< library name */
55
char sym[
UPLUG_NAME_MAX
]; /**< plugin symbol, or NULL */
56
char config[
UPLUG_NAME_MAX
]; /**< configuration data */
58
char name[
UPLUG_NAME_MAX
]; /**< name of plugin */
110
char name[
UPLUG_NAME_MAX
]; /**< library name */
198
uprv_strncpy(libraryList[libEntry].name,libName,
UPLUG_NAME_MAX
);
369
uprv_strncpy(plug->config, config,
UPLUG_NAME_MAX
);
375
uprv_strncpy(plug->sym, symName,
UPLUG_NAME_MAX
);
459
uprv_strncpy(data->name, name,
UPLUG_NAME_MAX
);
563
uprv_strncpy(plug->sym, sym,
UPLUG_NAME_MAX
);
[
all
...]
/external/icu/icu4c/source/common/unicode/
icuplug.h
141
#define
UPLUG_NAME_MAX
100
244
* @param name the name of this plugin. The first
UPLUG_NAME_MAX
characters willi be copied into a new buffer.
Completed in 542 milliseconds