Searched refs:MAX_LEN (Results 1 – 3 of 3) sorted by relevance
2515 const int MAX_LEN= 52; in TestDevanagariLatinRT() local2516 const char* const source[MAX_LEN] = { in TestDevanagariLatinRT()2577 const char* const expected[MAX_LEN] = { in TestDevanagariLatinRT()2646 for(int i= 0; i<MAX_LEN; i++){ in TestDevanagariLatinRT()2656 const int MAX_LEN=10; in TestTeluguLatinRT() local2657 const char* const source[MAX_LEN] = { in TestTeluguLatinRT()2670 const char* const expected[MAX_LEN] = { in TestTeluguLatinRT()2694 for(int i= 0; i<MAX_LEN; i++){ in TestTeluguLatinRT()2704 const int MAX_LEN =16; in TestSanskritLatinRT() local2705 const char* const source[MAX_LEN] = { in TestSanskritLatinRT()[all …]
351 #define MAX_LEN 256 macro520 char transcription[MAX_LEN];523 srec_get_top_choice_transcription(recm, transcription, MAX_LEN, 1);
50 #define MAX_LEN 100 macro748 char arr[numArgs][MAX_LEN]; in local_main()