Home
last modified time | relevance | path

Searched refs:MAX_LEN (Results 1 – 3 of 3) sorted by relevance

/external/chromium/third_party/icu/source/test/intltest/
Dtranstst.cpp2514 const int MAX_LEN= 52; in TestDevanagariLatinRT() local
2515 const char* const source[MAX_LEN] = { in TestDevanagariLatinRT()
2576 const char* const expected[MAX_LEN] = { in TestDevanagariLatinRT()
2645 for(int i= 0; i<MAX_LEN; i++){ in TestDevanagariLatinRT()
2655 const int MAX_LEN=10; in TestTeluguLatinRT() local
2656 const char* const source[MAX_LEN] = { in TestTeluguLatinRT()
2669 const char* const expected[MAX_LEN] = { in TestTeluguLatinRT()
2693 for(int i= 0; i<MAX_LEN; i++){ in TestTeluguLatinRT()
2703 const int MAX_LEN =16; in TestSanskritLatinRT() local
2704 const char* const source[MAX_LEN] = { in TestSanskritLatinRT()
[all …]
/external/icu4c/test/intltest/
Dtranstst.cpp2520 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()
[all …]
/external/srec/srec/crec/
Dword_lattice.c351 #define MAX_LEN 256 macro
520 char transcription[MAX_LEN];
523 srec_get_top_choice_transcription(recm, transcription, MAX_LEN, 1);