/external/chromium_org/third_party/icu/source/common/unicode/ |
H A D | parseerr.h | 37 * <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/icu4c/common/unicode/ |
H A D | parseerr.h | 37 * <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 D | rbt_rule.cpp | 139 postContext = NULL; 141 postContext = new StringMatcher(pattern, anteContextLength + keyLength, pattern.length(), 144 if (postContext == 0) { 165 postContext(NULL), 185 if (other.postContext != NULL) { 186 postContext = (StringMatcher*) other.postContext->clone(); 195 delete postContext; 239 // Delegate to the key, or if there is none, to the postContext. 241 UnicodeMatcher *m = (key != NULL) ? key : postContext; [all...] |
H A D | uspoof_build.cpp | 66 pe->postContext[0] = 0;
|
H A D | format.cpp | 186 pattern.extract(start,stop-start,parseError.postContext,0); 188 parseError.postContext[stop-start]= 0;
|
H A D | rbt_rule.h | 80 StringMatcher *postContext; member in class:TransliterationRule 84 * anteContext, and postContext are matched. Never null. 90 * and postContext, concatenated together, in that order. Some components
|
H A D | rbt_set.cpp | 154 r.extract(0, len, parseError.postContext); 155 parseError.postContext[len] = 0;
|
H A D | rbnf.cpp | 362 pe.postContext[0] = 0; 552 u_strncpy(pe.postContext, p, (int32_t)(limit-p)); 553 pe.postContext[limit-p] = 0;
|
/external/icu4c/i18n/ |
H A D | rbt_rule.cpp | 140 postContext = NULL; 142 postContext = new StringMatcher(pattern, anteContextLength + keyLength, pattern.length(), 145 if (postContext == 0) { 166 postContext(NULL), 186 if (other.postContext != NULL) { 187 postContext = (StringMatcher*) other.postContext->clone(); 196 delete postContext; 240 // Delegate to the key, or if there is none, to the postContext. 242 UnicodeMatcher *m = (key != NULL) ? key : postContext; [all...] |
H A D | uspoof_build.cpp | 66 pe->postContext[0] = 0;
|
H A D | format.cpp | 190 pattern.extract(start,stop-start,parseError.postContext,0); 192 parseError.postContext[stop-start]= 0;
|
H A D | rbt_rule.h | 80 StringMatcher *postContext; member in class:TransliterationRule 84 * anteContext, and postContext are matched. Never null. 90 * and postContext, concatenated together, in that order. Some components
|
H A D | rbt_set.cpp | 155 r.extract(0, len, parseError.postContext); 156 parseError.postContext[len] = 0;
|
/external/chromium_org/third_party/icu/source/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 | transapi.cpp | 296 dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseError.postContext) ); 423 if (parseError.postContext[0]) { 424 context += (UnicodeString)" | " + parseError.postContext;
|
H A D | transtst.cpp | 251 ", post-context " +prettify(parseError.postContext,TRUE) + 1869 // Make sure @ in a quantified postContext works 1874 // Make sure @ in a quantified postContext with seg ref works 2186 // errln("PreContext: " + prettify(parseError.preContext) + "PostContext: " + prettify( parseError.postContext) ); 2647 dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseError.postContext) ); 2695 dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseError.postContext) ); 2755 dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseError.postContext) ); 2824 dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseError.postContext) ); 2965 err.append((UChar)124/*|*/).append(pe.postContext); 2987 else if (UnicodeString("ab > y;") != UnicodeString(pe.postContext)) { [all...] |
/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 | transapi.cpp | 296 dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseError.postContext) ); 423 if (parseError.postContext[0]) { 424 context += (UnicodeString)" | " + parseError.postContext;
|
H A D | transtst.cpp | 252 ", post-context " +prettify(parseError.postContext,TRUE) + 1870 // Make sure @ in a quantified postContext works 1875 // Make sure @ in a quantified postContext with seg ref works 2187 // errln("PreContext: " + prettify(parseError.preContext) + "PostContext: " + prettify( parseError.postContext) ); 2648 dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseError.postContext) ); 2696 dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseError.postContext) ); 2756 dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseError.postContext) ); 2825 dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseError.postContext) ); 2966 err.append((UChar)124/*|*/).append(pe.postContext); 2988 else if (UnicodeString("ab > y;") != UnicodeString(pe.postContext)) { [all...] |
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
H A D | ucbuf.c | 226 char postContext[CONTEXT_LEN+1]; local 259 memcpy(postContext,source,stop-start); 261 postContext[stop-start] = 0; 267 fprintf(stderr,"\tPost-context: %s\n", postContext);
|
/external/icu4c/tools/toolutil/ |
H A D | ucbuf.c | 227 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 D | callcoll.c | 1162 u_memset(parseError.postContext,0x0000,U_PARSE_CONTEXT_LEN); 1168 if(u_strcmp(parseError.postContext,postContextExp)!=0){ 1169 log_err_status(status, "postContext in UParseError for ucol_openRules does not match\n"); 1181 char postContext[200]={0}; local 1206 u_memset(parseError.postContext,0x0000,U_PARSE_CONTEXT_LEN); 1215 u_UCharsToChars(parseError.postContext,postContext,20); 1216 log_verbose("\n\tPre-Context: %s \n\tPost-Context:%s \n",preContext,postContext);
|
/external/icu4c/test/cintltst/ |
H A D | callcoll.c | 1190 u_memset(parseError.postContext,0x0000,U_PARSE_CONTEXT_LEN); 1196 if(u_strcmp(parseError.postContext,postContextExp)!=0){ 1197 log_err_status(status, "postContext in UParseError for ucol_openRules does not match\n"); 1209 char postContext[200]={0}; local 1234 u_memset(parseError.postContext,0x0000,U_PARSE_CONTEXT_LEN); 1243 u_UCharsToChars(parseError.postContext,postContext,20); 1244 log_verbose("\n\tPre-Context: %s \n\tPost-Context:%s \n",preContext,postContext);
|