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