Searched defs:nStr (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dtzbdtest.cpp179 UnicodeString nStr; local
181 nStr += UnicodeString("0", "");
183 return nStr + n;
/external/conscrypt/src/test/java/org/conscrypt/
H A DNativeCryptoTest.java2680 String xStr, String yStr, String nStr, long hLong) throws Exception {
2699 BigInteger n = new BigInteger(nStr, 16);
2679 check_EC_GROUP(int type, String name, String pStr, String aStr, String bStr, String xStr, String yStr, String nStr, long hLong) argument
/external/sqlite/dist/orig/
H A Dsqlite3.c68510 int nStr = (serial_type - 12) / 2; local
68684 int nStr; local
97580 int nStr; /* Size of zStr */ local
134053 int nStr = 0; /* Size of all column names (incl. 0x00) */ local
139966 int nStr = (int)strlen(zStr); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c68528 int nStr = (serial_type - 12) / 2; local
68702 int nStr; local
97598 int nStr; /* Size of zStr */ local
134071 int nStr = 0; /* Size of all column names (incl. 0x00) */ local
139996 int nStr = (int)strlen(zStr); local
[all...]

Completed in 553 milliseconds