Searched defs:LOCALE_INFO_SIZE (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c55 #define LOCALE_INFO_SIZE 28 macro
57 static const char* const rawData2[LOCALE_INFO_SIZE][LOCALE_SIZE] = {
1241 dataTable = (UChar***)(calloc(sizeof(UChar**),LOCALE_INFO_SIZE));
1243 for (i = 0; i < LOCALE_INFO_SIZE; i++) {
1255 for (i=0; i<LOCALE_INFO_SIZE; i++) {
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c55 #define LOCALE_INFO_SIZE 28 macro
57 static const char* const rawData2[LOCALE_INFO_SIZE][LOCALE_SIZE] = {
1242 dataTable = (UChar***)(calloc(sizeof(UChar**),LOCALE_INFO_SIZE));
1244 for (i = 0; i < LOCALE_INFO_SIZE; i++) {
1256 for (i=0; i<LOCALE_INFO_SIZE; i++) {

Completed in 131 milliseconds