Home
last modified time | relevance | path

Searched refs:nStr (Results 1 – 3 of 3) sorted by relevance

/third_party/popt/tests/
Dtest1.c57 static char * nStr = NULL; variable
138 { "nstr", '\0', POPT_ARG_STRING | POPT_ARGFLAG_SHOW_DEFAULT, &nStr, 0,
/third_party/icu/icu4c/source/test/intltest/
Dtzbdtest.cpp181 UnicodeString nStr; in showNN() local
183 nStr += UnicodeString("0", ""); in showNN()
185 return nStr + n; in showNN()
/third_party/chromium/patch/
D0003-ohos-1115.patch103975 - 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 …]