HomeSort by relevance Sort by last modified time
    Searched refs:cannedTestChars (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/test/intltest/
rbbitst.cpp 279 static UnicodeString* cannedTestChars = 0;
295 cannedTestChars = new UnicodeString();
296 *cannedTestChars += (UChar)0x0000;
297 *cannedTestChars += temp;
302 delete cannedTestChars;
    [all...]
  /external/icu4c/test/intltest/
rbbitst.cpp 309 static UnicodeString* cannedTestChars = 0;
325 cannedTestChars = new UnicodeString();
326 *cannedTestChars += (UChar)0x0000;
327 *cannedTestChars += temp;
332 delete cannedTestChars;
    [all...]

Completed in 14 milliseconds