/external/icu/icu4c/source/test/cintltst/ |
custrtst.c | [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
Normalizer.java | 151 private ModeImpl(Normalizer2 n2) { 152 normalizer2 = n2; 1970 Normalizer2 n2; local [all...] |
FilteredNormalizer2.java | 33 * @param n2 wrapped Normalizer2 instance 37 public FilteredNormalizer2(Normalizer2 n2, UnicodeSet filterSet) { 38 norm2=n2;
|
/external/libchrome/base/third_party/nspr/ |
prtime.cc | 836 int n1, n2, n3; local [all...] |
/external/libconstrainedcrypto/include/constrainedcrypto/ |
p256.h | 136 // {out_x,out_y} := n1G + n2{in_x,in_y} 138 const p256_int *n1, const p256_int *n2,
|
/external/libvncserver/libvncserver/ |
hextile.c | 303 int n1 = 0, n2 = 0; \ 317 if (n2 == 0) { \ 323 n2++; \ 331 if (n1 > n2) { \
|
/external/llvm/test/MC/Mips/ |
section-size.s | 45 n2: .word 1 label
|
/external/sqlite/android/ |
sqlite3_android.cpp | 40 static int collate16(void *p, int n1, const void *v1, int n2, const void *v2) 44 (const UChar *) v2, n2); 55 static int collate8(void *p, int n1, const void *v1, int n2, const void *v2) 62 uiter_setUTF8(&i2, (const char *) v2, n2);
|
/external/valgrind/cachegrind/ |
cg_main.c | 312 void log_2Ir(InstrInfo* n, InstrInfo* n2) 315 n2->parent->Ir.a++; 320 void log_3Ir(InstrInfo* n, InstrInfo* n2, InstrInfo* n3) 323 n2->parent->Ir.a++; 350 void log_2IrNoX_0D_cache_access(InstrInfo* n, InstrInfo* n2) 355 // n2, n2->instr_addr, n2->instr_len); 359 cachesim_I1_doref_NoX(n2->instr_addr, n2->instr_len [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
BasicTest.java | 2591 Normalizer2 n2=Normalizer2.getInstance(null, "nfc", Normalizer2.Mode.COMPOSE_CONTIGUOUS); local 2602 Normalizer2 n2=Normalizer2.getNFKCInstance(); local 2765 Normalizer2 n2=Normalizer2.getNFCInstance(); local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
BasicTest.java | 2590 Normalizer2 n2=Normalizer2.getInstance(null, "nfc", Normalizer2.Mode.COMPOSE_CONTIGUOUS); local 2601 Normalizer2 n2=Normalizer2.getNFKCInstance(); local 2764 Normalizer2 n2=Normalizer2.getNFCInstance(); local [all...] |
/external/fio/t/ |
genzipf.c | 179 const struct node *n2 = p2; local 181 return n2->hits - n1->hits;
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
FilteredNormalizer2.java | 34 * @param n2 wrapped Normalizer2 instance 37 public FilteredNormalizer2(Normalizer2 n2, UnicodeSet filterSet) { 38 norm2=n2;
|
/external/llvm/lib/ProfileData/ |
SampleProfReader.cpp | 61 size_t n2 = Input.rfind(':'); 62 size_t n1 = Input.rfind(':', n2 - 1); 64 if (Input.substr(n1 + 1, n2 - n1 - 1).getAsInteger(10, NumSamples)) 66 if (Input.substr(n2 + 1).getAsInteger(10, NumHeadSamples)) 96 size_t n2 = Loc.find('.'); local 97 if (n2 == StringRef::npos) { 102 if (Loc.substr(0, n2).getAsInteger(10, LineOffset)) 104 if (Loc.substr(n2 + 1).getAsInteger(10, Discriminator))
|
/external/python/cpython2/Tools/pynche/ |
ColorDB.py | 127 def nocase_cmp(n1, n2): 128 return cmp(n1.lower(), n2.lower())
|
/external/testng/src/main/java/org/testng/internal/ |
DynamicGraph.java | 172 int n2 = s.indexOf('('); local 173 return s.substring(n1, n2);
|
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
Quaternion.java | 127 double n2 = 2 * (x[0] * (v2 * x[0] - (x[1] * v1 - x[2] * v0)) + s * x[3]) - v2;
local 129 return new double[]{n0, n1, n2};
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/ |
AttributesTest.java | 209 Attributes.Name n1 = new Attributes.Name("name"), n2 = new Attributes.Name("Name"); local 210 assertEquals(n1, n2);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
cris.exp | 163 $line junk leftpart n1 n2 n3 n4 rightpart 164 # verbose "IM $n1 $n2 $n3 $n4 ($imcode1 $imcode2 $imcode3 $imcode01 $imcode02 $imcode03)" 170 set n [expr ($imcode1 << 12) + ($n1 << 12) + (0x$n2 << 8) \ 177 $line junk leftpart n1 n2 n3 n4 rightpart 178 # verbose "IR $n1 $n2 $n3 $n4 ($ircode1 $ircode2 $ircode3 $ircode01 $ircode02 $ircode03)" 184 set n [expr ($ircode1 << 12) + ($n1 << 12) + (0x$n2 << 8) \
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
_localemodule.c | 358 size_t n1, n2;
local 369 n2 = strxfrm(buf, s, n1) + 1;
370 if (n2 > n1) {
372 buf = PyMem_Realloc(buf, n2);
375 strxfrm(buf, s, n2);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
_localemodule.c | 358 size_t n1, n2;
local 369 n2 = strxfrm(buf, s, n1) + 1;
370 if (n2 > n1) {
372 buf = PyMem_Realloc(buf, n2);
375 strxfrm(buf, s, n2);
|
/external/python/cpython2/Modules/ |
_localemodule.c | 359 size_t n1, n2; local 370 n2 = strxfrm(buf, s, n1) + 1; 371 if (n2 > n1) { 373 buf = PyMem_Realloc(buf, n2); 376 strxfrm(buf, s, n2);
|
/external/speex/libspeex/ |
lsp.c | 532 float *pw,*n1,*n2,*n3,*n4=NULL; local 563 n2 = n1 + 1; 564 n3 = n2 + 1; 566 xout1 = xin1 - 2.f*x_freq[i2] * *n1 + *n2; 568 *n2 = *n1;
|
/external/opencv/cxcore/src/ |
cxdxt.cpp | 501 int n2 = n/2; 502 CvComplex64f* dsth = dst + n2; 504 for( i = 0; i < n2; i += 2, itab += tab_step*2 ) 507 assert( (unsigned)j < (unsigned)n2 ); 922 int n2 = n/2; 923 CvComplex32f* dsth = dst + n2; 925 for( i = 0; i < n2; i += 2, itab += tab_step*2 ) 928 assert( (unsigned)j < (unsigned)n2 ); [all...] |
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
ICUJDKCompare.java | 365 String n2 = class2.getName(); local 367 println("\ncompare " + n1 + " <> " + n2); 389 pw.format("fields in %s: %s%n", n2, set2); 396 diffConss = removeIgnored(n2, diffConss); 397 diffMeths = removeIgnored(n2, diffMeths); 398 diffFields = removeIgnored(n2, diffFields); 402 pw.println("Public API in " + n2 + " but not in " + n1);
|