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

  /external/chromium_org/third_party/icu/source/test/intltest/
plurfmts.cpp 176 UnicodeString checkSyntaxtData[PLURAL_SYNTAX_DATA] = {
205 plFmt.applyPattern(checkSyntaxtData[i], status);
207 errln("ERROR: PluralFormat failed to detect syntax error with pattern: "+checkSyntaxtData[i]);
  /external/icu/icu4c/source/test/intltest/
plurfmts.cpp 180 UnicodeString checkSyntaxtData[PLURAL_SYNTAX_DATA] = {
211 plFmt.applyPattern(checkSyntaxtData[i], status);
213 errln("ERROR: PluralFormat failed to detect syntax error with pattern: "+checkSyntaxtData[i]);

Completed in 185 milliseconds