/external/icu4c/common/unicode/ |
H A D | parseerr.h | 37 * <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 D | parseerr.h | 33 * <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 D | parseerr.h | 33 * <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 D | parseerr.h | 33 * <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 D | uspoof_build.cpp | 65 pe->preContext[0] = 0;
|
H A D | format.cpp | 158 pattern.extract(start,stop-start,parseError.preContext,0); 160 parseError.preContext[stop-start] = 0;
|
H A D | rbt_set.cpp | 147 r.extract(0, len, parseError.preContext); 148 parseError.preContext[len] = 0;
|
H A D | rbnf.cpp | 361 pe.preContext[0] = 0; 548 u_strncpy(pe.preContext, start, (int32_t)(p-start)); 549 pe.preContext[p-start] = 0;
|
H A D | choicfmt.cpp | 308 parseError.preContext[0] = parseError.postContext[0] = (UChar)0;
|
H A D | ucol_sit.cpp | 419 parseError->preContext[0] = 0; 482 parseError->preContext[0] = 0;
|
H A D | rbt_pars.cpp | 1478 rule.extract(start,stop-start,parseError.preContext); 1480 parseError.preContext[stop-start] = 0;
|
H A D | ucol_tok.cpp | 179 u_memcpy(parseError->preContext,rules+start,stop-start); 181 parseError->preContext[stop-start] = 0;
|
H A D | regexcmp.cpp | 3522 uprv_memset(fParseErr->preContext, 0, sizeof(fParseErr->preContext)); 3525 fParseErr->preContext, 0);
|
H A D | msgfmt.cpp | 602 parseError.preContext[0] = parseError.postContext[0] = (UChar)0;
|
H A D | decimfmt.cpp | 3841 parseError.preContext[0] = parseError.postContext[0] = (UChar)0;
|
/external/icu4c/test/intltest/ |
H A D | itrbnfp.cpp | 137 logln("perror line: %x offset: %x context: %s|%s", perr.line, perr.offset, perr.preContext, perr.postContext);
|
H A D | trnserr.cpp | 158 } else if (parseError.postContext[0] == 0 || parseError.preContext[0] == 0) {
|
H A D | transtst.cpp | 244 ", 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 D | transapi.cpp | 296 dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseError.postContext) ); 420 if (parseError.preContext[0]) { 421 context += (UnicodeString)" at " + parseError.preContext;
|
H A D | transrt.cpp | 571 + "\n\tpreContext : " + prettify(parseError.preContext) 580 + "\n\tpreContext : " + prettify(parseError.preContext)
|
/external/icu4c/tools/toolutil/ |
H A D | ucbuf.c | 225 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 D | callcoll.c | 1158 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 D | rbbiscan.cpp | 582 fRB->fParseError->preContext[0] = 0; 583 fRB->fParseError->preContext[0] = 0;
|
H A D | usprep.cpp | 483 u_memcpy(parseError->preContext,rules+start,limit-start); 485 parseError->preContext[limit-start] = 0;
|