Searched refs:preContext (Results 1 - 24 of 24) sorted by relevance

/external/icu4c/common/unicode/
H A Dparseerr.h37 * <p>The preContext and postContext strings include some part of the
43 * preContext postContext
81 UChar preContext[U_PARSE_CONTEXT_LEN]; member in struct:UParseError
/external/webkit/JavaScriptCore/icu/unicode/
H A Dparseerr.h33 * <p>The preContext and postContext strings include some part of the
39 * preContext postContext
77 UChar preContext[U_PARSE_CONTEXT_LEN]; member in struct:UParseError
/external/webkit/WebCore/icu/unicode/
H A Dparseerr.h33 * <p>The preContext and postContext strings include some part of the
39 * preContext postContext
77 UChar preContext[U_PARSE_CONTEXT_LEN]; member in struct:UParseError
/external/webkit/WebKit/mac/icu/unicode/
H A Dparseerr.h33 * <p>The preContext and postContext strings include some part of the
39 * preContext postContext
77 UChar preContext[U_PARSE_CONTEXT_LEN]; member in struct:UParseError
/external/icu4c/i18n/
H A Duspoof_build.cpp65 pe->preContext[0] = 0;
H A Dformat.cpp158 pattern.extract(start,stop-start,parseError.preContext,0);
160 parseError.preContext[stop-start] = 0;
H A Drbt_set.cpp147 r.extract(0, len, parseError.preContext);
148 parseError.preContext[len] = 0;
H A Drbnf.cpp361 pe.preContext[0] = 0;
548 u_strncpy(pe.preContext, start, (int32_t)(p-start));
549 pe.preContext[p-start] = 0;
H A Dchoicfmt.cpp308 parseError.preContext[0] = parseError.postContext[0] = (UChar)0;
H A Ducol_sit.cpp419 parseError->preContext[0] = 0;
482 parseError->preContext[0] = 0;
H A Drbt_pars.cpp1478 rule.extract(start,stop-start,parseError.preContext);
1480 parseError.preContext[stop-start] = 0;
H A Ducol_tok.cpp179 u_memcpy(parseError->preContext,rules+start,stop-start);
181 parseError->preContext[stop-start] = 0;
H A Dregexcmp.cpp3522 uprv_memset(fParseErr->preContext, 0, sizeof(fParseErr->preContext));
3525 fParseErr->preContext, 0);
H A Dmsgfmt.cpp602 parseError.preContext[0] = parseError.postContext[0] = (UChar)0;
H A Ddecimfmt.cpp3841 parseError.preContext[0] = parseError.postContext[0] = (UChar)0;
/external/icu4c/test/intltest/
H A Ditrbnfp.cpp137 logln("perror line: %x offset: %x context: %s|%s", perr.line, perr.offset, perr.preContext, perr.postContext);
H A Dtrnserr.cpp158 } else if (parseError.postContext[0] == 0 || parseError.preContext[0] == 0) {
H A Dtranstst.cpp244 ", pre-context " + prettify(parseError.preContext, TRUE) +
269 ", context " + prettify(parseError.preContext, TRUE) +
891 " context=" + parseError.preContext;
2180 // errln("PreContext: " + prettify(parseError.preContext) + "PostContext: " + prettify( parseError.postContext) );
2641 dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseError.postContext) );
2689 dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseError.postContext) );
2749 dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseError.postContext) );
2818 dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseError.postContext) );
2958 UnicodeString err(pe.preContext);
2978 else if (UnicodeString("a > x;") != UnicodeString(pe.preContext)) {
[all...]
H A Dtransapi.cpp296 dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseError.postContext) );
420 if (parseError.preContext[0]) {
421 context += (UnicodeString)" at " + parseError.preContext;
H A Dtransrt.cpp571 + "\n\tpreContext : " + prettify(parseError.preContext)
580 + "\n\tpreContext : " + prettify(parseError.preContext)
/external/icu4c/tools/toolutil/
H A Ducbuf.c225 char preContext[CONTEXT_LEN+1]; local
251 memcpy(preContext,cbuf+start,stop-start);
253 preContext[stop-start] = 0;
265 fprintf(stderr,"\tPre-context: %s\n",preContext);
/external/icu4c/test/cintltst/
H A Dcallcoll.c1158 u_memset(parseError.preContext,0x0000,U_PARSE_CONTEXT_LEN);
1162 if(u_strcmp(parseError.preContext,preContextExp)!=0){
1163 log_err_status(status, "preContext in UParseError for ucol_openRules does not match\n");
1177 char preContext[200]={0}; local
1202 u_memset(parseError.preContext,0x0000,U_PARSE_CONTEXT_LEN);
1211 u_UCharsToChars(parseError.preContext,preContext,20);
1213 log_verbose("\n\tPre-Context: %s \n\tPost-Context:%s \n",preContext,postContext);
/external/icu4c/common/
H A Drbbiscan.cpp582 fRB->fParseError->preContext[0] = 0;
583 fRB->fParseError->preContext[0] = 0;
H A Dusprep.cpp483 u_memcpy(parseError->preContext,rules+start,limit-start);
485 parseError->preContext[limit-start] = 0;

Completed in 311 milliseconds