Home
last modified time | relevance | path

Searched refs:ul1 (Results 1 – 7 of 7) sorted by relevance

/third_party/libffi/testsuite/libffi.call/
Dreturn_ul.c9 static unsigned long return_ul(unsigned long ul1, unsigned long ul2) in return_ul() argument
11 return ul1 + ul2; in return_ul()
20 unsigned long ul1, ul2; in main() local
24 values[0] = &ul1; in main()
30 ul1 = 1073741823L; in main()
34 printf("res: %lu, %lu\n", (unsigned long)res, ul1 + ul2); in main()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DLocaleAliasTest.java160 ULocale ul1 = new ULocale(oldLoc.toString()); in TestULocale() local
163 String name1 = ul1.getDisplayName(); in TestULocale()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleAliasTest.java157 ULocale ul1 = new ULocale(oldLoc.toString()); in TestULocale() local
160 String name1 = ul1.getDisplayName(); in TestULocale()
/third_party/icu/icu4c/source/test/cintltst/
Didnatest.c709 UChar ul1[] = { 0xC138, 0xACC4, 0xC758, 0xBAA8, 0xB4E0, 0xC0AC, 0xB78C, 0xB4E4, 0xC774, in TestLength() local
726 int32_t len1 = UPRV_LENGTHOF(ul1)-1/*remove the null termination*/; in TestLength()
762 destLen = uidna_toASCII(ul1, len1, dest, destLen, UIDNA_DEFAULT, &ps, &status); in TestLength()
770 destLen = uidna_toASCII(ul1, len1, dest, destLen, UIDNA_DEFAULT, &ps, &status); in TestLength()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DTestIDNA.java835 String ul1 ="\uC138\uACC4\uC758\uBAA8\uB4E0\uC0AC\uB78C\uB4E4\uC774"+ in TestLength() local
861 IDNA.convertToASCII(ul1, IDNA.DEFAULT); in TestLength()
866 IDNA.convertToUnicode(ul1, IDNA.DEFAULT); in TestLength()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
DTestIDNA.java838 String ul1 ="\uC138\uACC4\uC758\uBAA8\uB4E0\uC0AC\uB78C\uB4E4\uC774"+ in TestLength() local
864 IDNA.convertToASCII(ul1, IDNA.DEFAULT); in TestLength()
869 IDNA.convertToUnicode(ul1, IDNA.DEFAULT); in TestLength()
/third_party/libffi/testsuite/libffi.bhaible/
Dtestcases.c82 ulong ul1=1, ul2=2, ul3=3, ul4=4, ul5=5, ul6=6, ul7=7, ul8=8, ul9=9; variable