Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/cintltst/
Dudatpg_test.c72 static const UChar pipeString[]={ 0x7c, 0x0a }; variable
112 udatpg_setDecimal(dtpg, pipeString, 1); in TestOpenClose()
123 if(s==pipeString || length!=1 || 0!=u_memcmp(s, pipeString, length) || s[length]!=0) { in TestOpenClose()