Home | History | Annotate | Download | only in intltest

Lines Matching refs:FmtStackData

6685   if(sizeof(FmtStackData) > UNUM_INTERNAL_STACKARRAY_SIZE) {
6686 errln("Error: sizeof(FmtStackData)=%d, UNUM_INTERNAL_STACKARRAY_SIZE=%d\n",
6687 sizeof(FmtStackData), UNUM_INTERNAL_STACKARRAY_SIZE);
6688 } else if(sizeof(FmtStackData) < UNUM_INTERNAL_STACKARRAY_SIZE) {
6689 logln("Warning: sizeof(FmtStackData)=%d, UNUM_INTERNAL_STACKARRAY_SIZE=%d\n",
6690 sizeof(FmtStackData), UNUM_INTERNAL_STACKARRAY_SIZE);
6692 logln("sizeof(FmtStackData)=%d, UNUM_INTERNAL_STACKARRAY_SIZE=%d\n",
6693 sizeof(FmtStackData), UNUM_INTERNAL_STACKARRAY_SIZE);