HomeSort by relevance Sort by last modified time
    Searched refs:postContext (Results 1 - 25 of 49) sorted by null

1 2

  /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/icu/icu4c/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/chromium_org/third_party/icu/source/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/icu/icu4c/source/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
decimalformatpattern.cpp 69 pattern.extract(start,stop-start,parseError.postContext,0);
71 parseError.postContext[stop-start]= 0;
162 parseError.preContext[0] = parseError.postContext[0] = (UChar)0;
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;
ucol_sit.cpp 443 parseError->postContext[0] = 0;
506 parseError->postContext[0] = 0;
collationruleparser.cpp 82 parseError->postContext[0] = 0;
866 rules->extract(ruleIndex, length, parseError->postContext);
867 parseError->postContext[length] = 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...]
  /external/icu/icu4c/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...]
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/icu/icu4c/source/test/cintltst/
callcoll.c     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
callcoll.c     [all...]

Completed in 4433 milliseconds

1 2