Home
last modified time | relevance | path

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

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