Searched defs:preContext (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/icu/source/tools/toolutil/
H A Ducbuf.c226 char preContext[CONTEXT_LEN+1]; local
252 memcpy(preContext,cbuf+start,stop-start);
254 preContext[stop-start] = 0;
266 fprintf(stderr,"\tPre-context: %s\n",preContext);
/external/icu/icu4c/source/tools/toolutil/
H A Ducbuf.c226 char preContext[CONTEXT_LEN+1]; local
252 memcpy(preContext,cbuf+start,stop-start);
254 preContext[stop-start] = 0;
266 fprintf(stderr,"\tPre-context: %s\n",preContext);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcallcoll.c1191 u_memset(parseError.preContext,0x0000,U_PARSE_CONTEXT_LEN);
1196 if(u_strcmp(parseError.preContext,preContextExp)!=0){
1197 log_err_status(status, "preContext in UParseError for ucol_openRules does not match\n");
1211 char preContext[200]={0}; local
1236 u_memset(parseError.preContext,0x0000,U_PARSE_CONTEXT_LEN);
1245 u_UCharsToChars(parseError.preContext,preContext,20);
1247 log_verbose("\n\tPre-Context: %s \n\tPost-Context:%s \n",preContext,postContext);
/external/icu/icu4c/source/test/cintltst/
H A Dcallcoll.c1199 u_memset(parseError.preContext,0x0000,U_PARSE_CONTEXT_LEN);
1204 if(u_strcmp(parseError.preContext,preContextExp)!=0){
1205 log_err_status(status, "preContext in UParseError for ucol_openRules does not match: \"%s\"\n",
1206 aescstrdup(parseError.preContext, -1));
1221 char preContext[200]={0}; local
1246 u_memset(parseError.preContext,0x0000,U_PARSE_CONTEXT_LEN);
1255 u_UCharsToChars(parseError.preContext,preContext,20);
1257 log_verbose("\n\tPre-Context: %s \n\tPost-Context:%s \n",preContext,postContext);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DHarfBuzzShaper.cpp866 static const uint16_t preContext = space; local
867 hb_buffer_add_utf16(harfBuzzBuffer.get(), &preContext, 1, 1, 0);
/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 1655 milliseconds