Searched refs:nStr (Results 1 – 3 of 3) sorted by relevance
/third_party/popt/tests/ |
D | test1.c | 57 static char * nStr = NULL; variable 138 { "nstr", '\0', POPT_ARG_STRING | POPT_ARGFLAG_SHOW_DEFAULT, &nStr, 0,
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tzbdtest.cpp | 181 UnicodeString nStr; in showNN() local 183 nStr += UnicodeString("0", ""); in showNN() 185 return nStr + n; in showNN()
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 103975 - nCmp = MIN( pPKey2->aMem[0].n, nStr ); 103977 + nCmp = MIN( pPKey2->n, nStr ); 103985 - res = nStr - pPKey2->aMem[0].n; 103986 + res = nStr - pPKey2->n; 142396 - nCmp = MIN( pPKey2->aMem[0].n, nStr ); 142398 + nCmp = MIN( pPKey2->n, nStr ); 142406 - res = nStr - pPKey2->aMem[0].n; 142407 + res = nStr - pPKey2->n; 189177 - nCmp = MIN( pPKey2->aMem[0].n, nStr ); 189179 + nCmp = MIN( pPKey2->n, nStr ); [all …]
|