Home
last modified time | relevance | path

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

/external/toybox/kconfig/lxdialog/
Dtextbox.c243 if (hscroll >= MAX_LEN) in dialog_textbox()
353 static char line[MAX_LEN + 1]; in get_line()
362 } else if (i < MAX_LEN) in get_line()
366 if (i == MAX_LEN) in get_line()
371 if (i <= MAX_LEN) in get_line()
Dinputbox.c24 char dialog_input_result[MAX_LEN + 1];
150 if (scroll + input_x < MAX_LEN) { in dialog_inputbox()
Ddialog.h54 #define MAX_LEN 2048 macro
Dutil.c318 char tempstr[MAX_LEN + 1], *word, *sp, *sp2; in print_autowrap()
/external/srtp/test/
Dlfsr.c170 #define MAX_LEN 8 macro
171 #define MAX_WEIGHT (1 << MAX_LEN)
/external/icu/icu4c/source/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/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DTransliteratorTest.java2059 int MAX_LEN =15; in TestSanskritLatinRT() local
2101 for(int i= 0; i<MAX_LEN; i++){ in TestSanskritLatinRT()
2108 int MAX_LEN =15; in TestCompoundLatinRT() local
2150 for(int i= 0; i<MAX_LEN; i++){ in TestCompoundLatinRT()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTransliteratorTest.java2055 int MAX_LEN =15; in TestSanskritLatinRT() local
2097 for(int i= 0; i<MAX_LEN; i++){ in TestSanskritLatinRT()
2104 int MAX_LEN =15; in TestCompoundLatinRT() local
2146 for(int i= 0; i<MAX_LEN; i++){ in TestCompoundLatinRT()