Home | History | Annotate | Download | only in intltest

Lines Matching refs:MAX_LEN

2521     const int MAX_LEN= 52;
2522 const char* const source[MAX_LEN] = {
2583 const char* const expected[MAX_LEN] = {
2652 for(int i= 0; i<MAX_LEN; i++){
2662 const int MAX_LEN=10;
2663 const char* const source[MAX_LEN] = {
2676 const char* const expected[MAX_LEN] = {
2700 for(int i= 0; i<MAX_LEN; i++){
2710 const int MAX_LEN =16;
2711 const char* const source[MAX_LEN] = {
2730 const char* const expected[MAX_LEN] = {
2760 for(int i= 0; i<MAX_LEN; i++){
2790 const int MAX_LEN = sizeof(source)/sizeof(source[0]);
2791 const char* const expected[MAX_LEN] = {
2810 if(MAX_LEN != sizeof(expected)/sizeof(expected[0])) {
2829 for(int i= 0; i<MAX_LEN; i++){