Searched defs:n2 (Results 1 – 10 of 10) sorted by relevance
/ndk/tests/device/test-stlport/unit/ |
D | lexcmp_test.cpp | 35 char n2[size] = "shine"; in lexcmp1() local 44 char n2[size] = "shine"; in lexcmp2() local
|
D | mismatch_test.cpp | 41 int n2[5] = { 1, 2, 3, 4, 5 }; in mismatch0() local 72 char const* n2[size]; in mismatch2() local
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | lexcmp_test.cpp | 35 char n2[size] = "shine"; in lexcmp1() local 44 char n2[size] = "shine"; in lexcmp2() local
|
D | mismatch_test.cpp | 41 int n2[5] = { 1, 2, 3, 4, 5 }; in mismatch0() local 72 char const* n2[size]; in mismatch2() local
|
/ndk/sources/host-tools/nawk-20071023/ |
D | lib.c | 71 void makefields(int n1, int n2) /* create $n1..$n2 inclusive */ in makefields() 357 void cleanfld(int n1, int n2) /* clean out fields n1 .. n2 inclusive */ in cleanfld()
|
D | run.c | 1147 int n1, n2; in cat() local
|
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
D | c_wlocale_win32.c | 199 const wchar_t* s2, size_t n2) { in _WLocale_strcmp_aux() 215 const wchar_t* s2, size_t n2) { in _WLocale_strcmp()
|
D | c_locale_win32.c | 1089 const char* s2, size_t n2) { in _Locale_strcmp_auxA() 1105 const char* s2, size_t n2) { in _Locale_strcmp()
|
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/ |
D | c_locale_glibc2.c | 364 const char *s2, size_t n2) { in _Locale_strcmp() 384 const wchar_t *s2, size_t n2) { in _WLocale_strcmp()
|
/ndk/sources/cxx-stl/stlport/src/c_locale_dummy/ |
D | c_locale_dummy.c | 272 const char* s1, size_t n1, const char* s2, size_t n2) { in _Locale_strcmp() 292 const wchar_t* s1, size_t n1, const wchar_t* s2, size_t n2) { in _WLocale_strcmp()
|