HomeSort by relevance Sort by last modified time
    Searched refs:parseError (Results 76 - 88 of 88) sorted by null

1 2 34

  /external/icu4c/i18n/unicode/
unum.h 582 * @param parseError A pointer to UParseError to recieve information
595 UParseError *parseError,
    [all...]
  /external/icu4c/test/intltest/
strcase.cpp 497 UParseError parseError;
498 iter.adoptInstead(ubrk_openRules(rules, LENGTHOF(rules), NULL, 0, &parseError, &status));
rbbitst.cpp 385 UParseError parseError;
387 RuleBasedBreakIterator *bi = new RuleBasedBreakIterator(rulesString1, parseError, status);
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 114 UParseError parseError;
121 DecimalFormat* fmt = new DecimalFormat(pattern.unicodeString(), symbols, parseError, status);
  /external/icu4c/test/cintltst/
capitst.c     [all...]
citertst.c     [all...]
cmsccoll.c 554 UParseError parseError;
572 while ((current = ucol_tok_parseNextToken(&src, startOfRules,&parseError, status)) != NULL) {
936 UParseError parseError;
956 while ((current = ucol_tok_parseNextToken(&src, startOfRules, &parseError,status)) != NULL) {
1103 UParseError parseError;
    [all...]
  /external/icu4c/common/
rbbi.cpp 114 UParseError &parseError,
120 RBBIRuleBuilder::createRuleBasedBreakIterator(rules, &parseError, status);
    [all...]
  /external/icu4c/tools/genrb/
parse.c 908 UParseError parseError;
914 UCOL_OFF, UCOL_DEFAULT_STRENGTH,&parseError, importFromDataFile, &genrbdata, &intStatus);
    [all...]
  /external/icu4c/i18n/
ucol_imp.h     [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 1351 milliseconds

1 2 34