Searched defs:postContext (Results 1 - 9 of 9) 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
88 UChar postContext[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
88 UChar postContext[U_PARSE_CONTEXT_LEN]; member in struct:UParseError
/external/chromium_org/third_party/icu/source/i18n/
H A Drbt_rule.h80 StringMatcher *postContext; member in class:TransliterationRule
84 * anteContext, and postContext are matched. Never null.
90 * and postContext, concatenated together, in that order. Some components
/external/icu/icu4c/source/i18n/
H A Drbt_rule.h80 StringMatcher *postContext; member in class:TransliterationRule
84 * anteContext, and postContext are matched. Never null.
90 * and postContext, concatenated together, in that order. Some components
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Ducbuf.c227 char postContext[CONTEXT_LEN+1]; local
260 memcpy(postContext,source,stop-start);
262 postContext[stop-start] = 0;
268 fprintf(stderr,"\tPost-context: %s\n", postContext);
/external/icu/icu4c/source/tools/toolutil/
H A Ducbuf.c227 char postContext[CONTEXT_LEN+1]; local
260 memcpy(postContext,source,stop-start);
262 postContext[stop-start] = 0;
268 fprintf(stderr,"\tPost-context: %s\n", postContext);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcallcoll.c1192 u_memset(parseError.postContext,0x0000,U_PARSE_CONTEXT_LEN);
1199 if(u_strcmp(parseError.postContext,postContextExp)!=0){
1200 log_err_status(status, "postContext in UParseError for ucol_openRules does not match\n");
1212 char postContext[200]={0}; local
1237 u_memset(parseError.postContext,0x0000,U_PARSE_CONTEXT_LEN);
1246 u_UCharsToChars(parseError.postContext,postContext,20);
1247 log_verbose("\n\tPre-Context: %s \n\tPost-Context:%s \n",preContext,postContext);
/external/icu/icu4c/source/test/cintltst/
H A Dcallcoll.c1200 u_memset(parseError.postContext,0x0000,U_PARSE_CONTEXT_LEN);
1208 if(u_strcmp(parseError.postContext,postContextExp)!=0){
1209 log_err_status(status, "postContext in UParseError for ucol_openRules does not match: \"%s\"\n",
1210 aescstrdup(parseError.postContext, -1));
1222 char postContext[200]={0}; local
1247 u_memset(parseError.postContext,0x0000,U_PARSE_CONTEXT_LEN);
1256 u_UCharsToChars(parseError.postContext,postContext,20);
1257 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 3373 milliseconds