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

/external/icu4c/i18n/unicode/
H A Dnumsys.h20 * \def NUMSYS_NAME_CAPACITY
24 #define NUMSYS_NAME_CAPACITY 8 macro
171 char name[NUMSYS_NAME_CAPACITY+1];
/external/icu4c/i18n/
H A Dnumsys.cpp217 uprv_strncpy(name,n,NUMSYS_NAME_CAPACITY);
218 name[NUMSYS_NAME_CAPACITY] = (char)0; // Make sure it is null terminated.

Completed in 414 milliseconds