Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTUnicode.cpp39 #define MAX_LEN 0x8FFF macro
179 while(*++pC && (pC - pUTF16) < MAX_LEN); in PVRTUnicodeUTF16ToUTF32()
182 if(uiBufferLen == MAX_LEN) in PVRTUnicodeUTF16ToUTF32()
277 while(*pC && (pC - pUTF16) < MAX_LEN) in PVRTUnicodeUTF16Length()
/external/linux-kselftest/tools/testing/selftests/powerpc/copyloops/
Dvalidate.c8 #define MAX_LEN 8192 macro
11 #define BUFLEN (MAX_LEN+MAX_OFFSET+2*MIN_REDZONE)
84 for (len = 1; len < MAX_LEN; len++) { in test_copy_loop()
/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/icu/icu4c/source/test/intltest/
Dtranstst.cpp2522 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()
[all …]
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTransliteratorTest.java2109 int MAX_LEN =15; in TestSanskritLatinRT() local
2151 for(int i= 0; i<MAX_LEN; i++){ in TestSanskritLatinRT()
2159 int MAX_LEN =15; in TestCompoundLatinRT() local
2201 for(int i= 0; i<MAX_LEN; i++){ in TestCompoundLatinRT()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DTransliteratorTest.java2110 int MAX_LEN =15; in TestSanskritLatinRT() local
2152 for(int i= 0; i<MAX_LEN; i++){ in TestSanskritLatinRT()
2160 int MAX_LEN =15; in TestCompoundLatinRT() local
2202 for(int i= 0; i<MAX_LEN; i++){ in TestCompoundLatinRT()
/external/slf4j/log4j-over-slf4j/compatibility/lib/
Dlogback-core-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/ ...