Lines Matching refs:MAX_LEN
2523 const int MAX_LEN= 52; in TestDevanagariLatinRT() local
2524 const char* const source[MAX_LEN] = { in TestDevanagariLatinRT()
2585 const char* const expected[MAX_LEN] = { in TestDevanagariLatinRT()
2654 for(int i= 0; i<MAX_LEN; i++){ in TestDevanagariLatinRT()
2664 const int MAX_LEN=10; in TestTeluguLatinRT() local
2665 const char* const source[MAX_LEN] = { in TestTeluguLatinRT()
2678 const char* const expected[MAX_LEN] = { in TestTeluguLatinRT()
2702 for(int i= 0; i<MAX_LEN; i++){ in TestTeluguLatinRT()
2712 const int MAX_LEN =16; in TestSanskritLatinRT() local
2713 const char* const source[MAX_LEN] = { in TestSanskritLatinRT()
2732 const char* const expected[MAX_LEN] = { in TestSanskritLatinRT()
2762 for(int i= 0; i<MAX_LEN; i++){ in TestSanskritLatinRT()
2792 const int MAX_LEN = UPRV_LENGTHOF(source); in TestCompoundLatinRT() local
2793 const char* const expected[MAX_LEN] = { in TestCompoundLatinRT()
2812 if(MAX_LEN != UPRV_LENGTHOF(expected)) { in TestCompoundLatinRT()
2831 for(int i= 0; i<MAX_LEN; i++){ in TestCompoundLatinRT()