Searched refs:STRNULL (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dputiltst.c543 #define STRNULL(x) ((x)?(x):NULLSTR) macro
575 const char *input = STRNULL(testCases[i].inBuf);
576 const char *expect = STRNULL(testCases[i].expectResult);
578 result = STRNULL(findBasename(testCases[i].inBuf));
669 const char *input = STRNULL(testCases[i].inBuf);
670 const char *expect = STRNULL(testCases[i].expectResult);
675 result = STRNULL(findDirname(testCases[i].inBuf, toolutil_testBuf, testCases[i].outBufLen, &status));
/external/icu/icu4c/source/test/cintltst/
H A Dputiltst.c543 #define STRNULL(x) ((x)?(x):NULLSTR) macro
575 const char *input = STRNULL(testCases[i].inBuf);
576 const char *expect = STRNULL(testCases[i].expectResult);
578 result = STRNULL(findBasename(testCases[i].inBuf));
669 const char *input = STRNULL(testCases[i].inBuf);
670 const char *expect = STRNULL(testCases[i].expectResult);
675 result = STRNULL(findDirname(testCases[i].inBuf, toolutil_testBuf, testCases[i].outBufLen, &status));

Completed in 139 milliseconds