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

  /external/chromium/third_party/icu/source/test/intltest/
dcfmapts.cpp 217 UnicodeString negSuffix;
219 negSuffix = pat.getNegativeSuffix(negSuffix);
220 logln((UnicodeString)"Negative suffix (should be ~): " + negSuffix);
221 if(negSuffix != "~") {
  /external/icu4c/test/intltest/
dcfmapts.cpp 224 UnicodeString negSuffix;
226 negSuffix = pat.getNegativeSuffix(negSuffix);
227 logln((UnicodeString)"Negative suffix (should be ~): " + negSuffix);
228 if(negSuffix != "~") {

Completed in 205 milliseconds