/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
UCharacterSurrogateTest.java | 173 int[] avalues = { local 185 for (int i = 0; i < avalues.length; ++i) { 186 if (UCharacter.codePointAt(s, i) != avalues[i]) 188 if (UCharacter.codePointAt(c, i) != avalues[i]) 190 if (UCharacter.codePointAt(b, i) != avalues[i]) 203 for (int i = 0; i < avalues.length; ++i) { 204 if (UCharacter.codePointAt(c, i, 4) != avalues[i])
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
UCharacterSurrogateTest.java | 170 int[] avalues = { local 182 for (int i = 0; i < avalues.length; ++i) { 183 if (UCharacter.codePointAt(s, i) != avalues[i]) 185 if (UCharacter.codePointAt(c, i) != avalues[i]) 187 if (UCharacter.codePointAt(b, i) != avalues[i]) 200 for (int i = 0; i < avalues.length; ++i) { 201 if (UCharacter.codePointAt(c, i, 4) != avalues[i])
|
/external/python/cpython3/Modules/_ctypes/ |
callproc.c | 760 * void ffi_call(ffi_cif *cif, void *fn, void *rvalue, void **avalues); 764 void **avalues, 827 ffi_call(&cif, (void *)pProc, resmem, avalues); 1086 void **avalues; local [all...] |
/external/python/cpython2/Modules/_ctypes/ |
callproc.c | 770 * void ffi_call(ffi_cif *cif, void *fn, void *rvalue, void **avalues); 774 void **avalues, 841 ffi_call(&cif, (void *)pProc, resmem, avalues); 1104 void **avalues; local [all...] |
/external/cldr/tools/java/org/unicode/cldr/test/ |
CLDRTest.java | 442 Set<String> avalues = result.get(code); local 443 errln(getLocaleAndName(locale) + "\tillegal attribute value for " + code + ", value:\t" + show(avalues)); 446 totalvalues.addAll(avalues); 451 Set<String> avalues = totalResult.get(code); local 452 errln("All illegal attribute values for " + code + ", value:\t" + show(avalues)); 524 private String show(Collection<String> avalues) { 527 for (Iterator<String> it3 = avalues.iterator(); it3.hasNext();) { [all...] |