/external/chromium_org/third_party/icu/source/common/unicode/ |
parseerr.h | 37 * <p>The preContext and postContext strings include some part of the 43 * preContext postContext 88 UChar postContext[U_PARSE_CONTEXT_LEN];
|
/external/icu4c/common/unicode/ |
parseerr.h | 37 * <p>The preContext and postContext strings include some part of the 43 * preContext postContext 88 UChar postContext[U_PARSE_CONTEXT_LEN];
|
/external/chromium_org/third_party/icu/source/i18n/ |
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...] |
uspoof_build.cpp | 66 pe->postContext[0] = 0;
|
format.cpp | 186 pattern.extract(start,stop-start,parseError.postContext,0); 188 parseError.postContext[stop-start]= 0;
|
rbt_rule.h | 80 StringMatcher *postContext; 84 * anteContext, and postContext are matched. Never null. 90 * and postContext, concatenated together, in that order. Some components
|
rbt_set.cpp | 134 // Fill the precontext and postcontext with the patterns of the rules 154 r.extract(0, len, parseError.postContext); 155 parseError.postContext[len] = 0;
|
rbnf.cpp | 362 pe.postContext[0] = 0; 552 u_strncpy(pe.postContext, p, (int32_t)(limit-p)); 553 pe.postContext[limit-p] = 0; [all...] |
/external/icu4c/i18n/ |
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...] |
uspoof_build.cpp | 66 pe->postContext[0] = 0;
|
format.cpp | 190 pattern.extract(start,stop-start,parseError.postContext,0); 192 parseError.postContext[stop-start]= 0;
|
rbt_rule.h | 80 StringMatcher *postContext; 84 * anteContext, and postContext are matched. Never null. 90 * and postContext, concatenated together, in that order. Some components
|
rbt_set.cpp | 135 // Fill the precontext and postcontext with the patterns of the rules 155 r.extract(0, len, parseError.postContext); 156 parseError.postContext[len] = 0;
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
itrbnfp.cpp | 137 logln("perror line: %x offset: %x context: %s|%s", perr.line, perr.offset, perr.preContext, perr.postContext);
|
trnserr.cpp | 158 } else if (parseError.postContext[0] == 0 || parseError.preContext[0] == 0) {
|
transapi.cpp | 296 dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseError.postContext) ); 423 if (parseError.postContext[0]) { 424 context += (UnicodeString)" | " + parseError.postContext; [all...] |
transtst.cpp | 251 ", post-context " +prettify(parseError.postContext,TRUE) + [all...] |
/external/icu4c/test/intltest/ |
itrbnfp.cpp | 137 logln("perror line: %x offset: %x context: %s|%s", perr.line, perr.offset, perr.preContext, perr.postContext);
|
trnserr.cpp | 158 } else if (parseError.postContext[0] == 0 || parseError.preContext[0] == 0) {
|
transapi.cpp | 296 dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseError.postContext) ); 423 if (parseError.postContext[0]) { 424 context += (UnicodeString)" | " + parseError.postContext; [all...] |
transtst.cpp | 252 ", post-context " +prettify(parseError.postContext,TRUE) + [all...] |
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
ucbuf.c | 226 char postContext[CONTEXT_LEN+1]; 259 memcpy(postContext,source,stop-start); 261 postContext[stop-start] = 0; 267 fprintf(stderr,"\tPost-context: %s\n", postContext);
|
/external/icu4c/tools/toolutil/ |
ucbuf.c | 227 char postContext[CONTEXT_LEN+1]; 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/ |
callcoll.c | [all...] |
/external/icu4c/test/cintltst/ |
callcoll.c | [all...] |