Home | History | Annotate | Download | only in intltest

Lines Matching refs:MAX_LEN

2520     const int MAX_LEN= 52;
2521 const char* const source[MAX_LEN] = {
2582 const char* const expected[MAX_LEN] = {
2651 for(int i= 0; i<MAX_LEN; i++){
2661 const int MAX_LEN=10;
2662 const char* const source[MAX_LEN] = {
2675 const char* const expected[MAX_LEN] = {
2699 for(int i= 0; i<MAX_LEN; i++){
2709 const int MAX_LEN =16;
2710 const char* const source[MAX_LEN] = {
2729 const char* const expected[MAX_LEN] = {
2759 for(int i= 0; i<MAX_LEN; i++){
2789 const int MAX_LEN = sizeof(source)/sizeof(source[0]);
2790 const char* const expected[MAX_LEN] = {
2809 if(MAX_LEN != sizeof(expected)/sizeof(expected[0])) {
2828 for(int i= 0; i<MAX_LEN; i++){