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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c53 #define LOCALE_INFO_SIZE 28 macro
55 static const char* const rawData2[LOCALE_INFO_SIZE][LOCALE_SIZE] = {
1015 dataTable = (UChar***)(calloc(sizeof(UChar**),LOCALE_INFO_SIZE));
1017 for (i = 0; i < LOCALE_INFO_SIZE; i++) {
1029 for (i=0; i<LOCALE_INFO_SIZE; i++) {
/external/icu4c/test/cintltst/
H A Dcloctst.c53 #define LOCALE_INFO_SIZE 28 macro
55 static const char* const rawData2[LOCALE_INFO_SIZE][LOCALE_SIZE] = {
1161 dataTable = (UChar***)(calloc(sizeof(UChar**),LOCALE_INFO_SIZE));
1163 for (i = 0; i < LOCALE_INFO_SIZE; i++) {
1175 for (i=0; i<LOCALE_INFO_SIZE; i++) {

Completed in 50 milliseconds