OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ignoredprops
(Results
1 - 1
of
1
) sorted by null
/external/icu4c/tools/genprops/
props2.c
314
static char
ignoredProps
[100][64];
323
if(0==uprv_strcmp(
ignoredProps
[i], s)) {
327
uprv_strcpy(
ignoredProps
[ignoredPropsCount++], s);
403
printf("genprops: ignoring property %s in %s.txt\n",
ignoredProps
[i], bin->ucdFile);
Completed in 165 milliseconds