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

  /external/icu4c/common/unicode/
parseerr.h 37 * <p>The preContext and postContext strings include some part of the
43 * preContext postContext
81 UChar preContext[U_PARSE_CONTEXT_LEN];
  /external/webkit/Source/JavaScriptCore/icu/unicode/
parseerr.h 33 * <p>The preContext and postContext strings include some part of the
39 * preContext postContext
77 UChar preContext[U_PARSE_CONTEXT_LEN];
  /external/webkit/Source/WebCore/icu/unicode/
parseerr.h 33 * <p>The preContext and postContext strings include some part of the
39 * preContext postContext
77 UChar preContext[U_PARSE_CONTEXT_LEN];
  /external/webkit/Source/WebKit/mac/icu/unicode/
parseerr.h 33 * <p>The preContext and postContext strings include some part of the
39 * preContext postContext
77 UChar preContext[U_PARSE_CONTEXT_LEN];
  /external/icu4c/i18n/
uspoof_build.cpp 65 pe->preContext[0] = 0;
format.cpp 182 pattern.extract(start,stop-start,parseError.preContext,0);
184 parseError.preContext[stop-start] = 0;
rbt_set.cpp 135 // Fill the precontext and postcontext with the patterns of the rules
148 r.extract(0, len, parseError.preContext);
149 parseError.preContext[len] = 0;
rbnf.cpp 361 pe.preContext[0] = 0;
548 u_strncpy(pe.preContext, start, (int32_t)(p-start));
549 pe.preContext[p-start] = 0;
    [all...]
ucol_sit.cpp 456 parseError->preContext[0] = 0;
519 parseError->preContext[0] = 0;
    [all...]
rbt_pars.cpp     [all...]
ucol_tok.cpp 216 u_memcpy(parseError->preContext,rules+start,stop-start);
218 parseError->preContext[stop-start] = 0;
    [all...]
regexcmp.cpp     [all...]
decimfmt.cpp     [all...]
  /external/icu4c/test/intltest/
itrbnfp.cpp 137 logln("perror line: %x offset: %x context: %s|%s", perr.line, perr.offset, perr.preContext, perr.postContext);
trnserr.cpp 158 } else if (parseError.postContext[0] == 0 || parseError.preContext[0] == 0) {
transtst.cpp 251 ", pre-context " + prettify(parseError.preContext, TRUE) +
276 ", context " + prettify(parseError.preContext, TRUE) +
898 " context=" + parseError.preContext;
    [all...]
transapi.cpp 296 dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseError.postContext) );
420 if (parseError.preContext[0]) {
421 context += (UnicodeString)" at " + parseError.preContext;
    [all...]
transrt.cpp 572 + "\n\tpreContext : " + prettify(parseError.preContext)
581 + "\n\tpreContext : " + prettify(parseError.preContext)
    [all...]
  /external/icu4c/tools/toolutil/
ucbuf.c 226 char preContext[CONTEXT_LEN+1];
252 memcpy(preContext,cbuf+start,stop-start);
254 preContext[stop-start] = 0;
266 fprintf(stderr,"\tPre-context: %s\n",preContext);
  /external/icu4c/test/cintltst/
callcoll.c     [all...]
  /external/icu4c/common/
messagepattern.cpp 411 parseError->preContext[0]=0;
    [all...]
rbbiscan.cpp 583 fRB->fParseError->preContext[0] = 0;
584 fRB->fParseError->preContext[0] = 0;
    [all...]
usprep.cpp 454 u_memcpy(parseError->preContext,rules+start,limit-start);
456 parseError->preContext[limit-start] = 0;
  /external/icu4c/tools/genrb/
parse.cpp 986 escape(parseError.preContext, preBuffer);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 937 milliseconds