Searched defs:preContext (Results 1 - 7 of 7) 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/Source/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/Source/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/Source/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/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.c1161 u_memset(parseError.preContext,0x0000,U_PARSE_CONTEXT_LEN);
1165 if(u_strcmp(parseError.preContext,preContextExp)!=0){
1166 log_err_status(status, "preContext in UParseError for ucol_openRules does not match\n");
1180 char preContext[200]={0}; local
1205 u_memset(parseError.preContext,0x0000,U_PARSE_CONTEXT_LEN);
1214 u_UCharsToChars(parseError.preContext,preContext,20);
1216 log_verbose("\n\tPre-Context: %s \n\tPost-Context:%s \n",preContext,postContext);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 170 milliseconds