Lines Matching refs:MAX_LEN
2522 const int MAX_LEN= 52; in TestDevanagariLatinRT() local
2523 const char* const source[MAX_LEN] = { in TestDevanagariLatinRT()
2584 const char* const expected[MAX_LEN] = { in TestDevanagariLatinRT()
2653 for(int i= 0; i<MAX_LEN; i++){ in TestDevanagariLatinRT()
2663 const int MAX_LEN=10; in TestTeluguLatinRT() local
2664 const char* const source[MAX_LEN] = { in TestTeluguLatinRT()
2677 const char* const expected[MAX_LEN] = { in TestTeluguLatinRT()
2701 for(int i= 0; i<MAX_LEN; i++){ in TestTeluguLatinRT()
2711 const int MAX_LEN =16; in TestSanskritLatinRT() local
2712 const char* const source[MAX_LEN] = { in TestSanskritLatinRT()
2731 const char* const expected[MAX_LEN] = { in TestSanskritLatinRT()
2761 for(int i= 0; i<MAX_LEN; i++){ in TestSanskritLatinRT()
2791 const int MAX_LEN = UPRV_LENGTHOF(source); in TestCompoundLatinRT() local
2792 const char* const expected[MAX_LEN] = { in TestCompoundLatinRT()
2811 if(MAX_LEN != UPRV_LENGTHOF(expected)) { in TestCompoundLatinRT()
2830 for(int i= 0; i<MAX_LEN; i++){ in TestCompoundLatinRT()