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

  /external/chromium_org/third_party/icu/source/test/intltest/
itrbnf.cpp 159 RuleBasedNumberFormat* rbnfClone = (RuleBasedNumberFormat *)formatter->clone();
160 if(rbnfClone != NULL) {
161 if(!(*rbnfClone == *formatter)) {
164 delete rbnfClone;
    [all...]
  /external/icu/icu4c/source/test/intltest/
itrbnf.cpp 159 RuleBasedNumberFormat* rbnfClone = (RuleBasedNumberFormat *)formatter->clone();
160 if(rbnfClone != NULL) {
161 if(!(*rbnfClone == *formatter)) {
164 delete rbnfClone;
    [all...]

Completed in 124 milliseconds