HomeSort by relevance Sort by last modified time
    Searched refs:NUMSYS_NAME_CAPACITY (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/unicode/
numsys.h 20 * \def NUMSYS_NAME_CAPACITY
24 #define NUMSYS_NAME_CAPACITY 8
171 char name[NUMSYS_NAME_CAPACITY+1];
  /external/icu4c/i18n/
numsys.cpp 217 uprv_strncpy(name,n,NUMSYS_NAME_CAPACITY);
218 name[NUMSYS_NAME_CAPACITY] = (char)0; // Make sure it is null terminated.

Completed in 72 milliseconds