Searched refs:chars2 (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/test/CodeGenObjC/ |
D | ubsan-array-bounds.m | 25 char chars2[0]; 39 return FA2->chars2[1];
|
/external/python/cpython3/Lib/ |
D | base64.py | 279 def _85encode(b, chars, chars2, pad=False, foldnuls=False, foldspaces=False): argument 291 (chars2[word // 614125] + 292 chars2[word // 85 % 7225] +
|
/external/icu/icu4c/source/test/intltest/ |
D | regcoll.cpp | 420 static const UChar chars2[] = {0x61, 0x0306, 0x0300, 0}; in Test4066189() local 422 const UnicodeString test2(chars2); in Test4066189()
|
D | numrgts.cpp | 907 UChar chars2 [] = { in Test4070798() local 914 UnicodeString expectedCurrency(chars2, 10, 10); in Test4070798() 984 UChar chars2 [] = { in Test4071005() local 991 UnicodeString expectedCurrency(chars2, 13, 13); in Test4071005()
|