HomeSort by relevance Sort by last modified time
    Searched full:postcontext (Results 1 - 25 of 26) sorted by null

1 2

  /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/webkit/Source/JavaScriptCore/icu/unicode/
parseerr.h 33 * <p>The preContext and postContext strings include some part of the
39 * preContext postContext
84 UChar postContext[U_PARSE_CONTEXT_LEN];
  /external/webkit/Source/WebCore/icu/unicode/
parseerr.h 33 * <p>The preContext and postContext strings include some part of the
39 * preContext postContext
84 UChar postContext[U_PARSE_CONTEXT_LEN];
  /external/webkit/Source/WebKit/mac/icu/unicode/
parseerr.h 33 * <p>The preContext and postContext strings include some part of the
39 * preContext postContext
84 UChar postContext[U_PARSE_CONTEXT_LEN];
  /external/icu4c/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;
rbt_rule.h 80 StringMatcher *postContext;
84 * anteContext, and postContext are matched. Never null.
90 * and postContext, concatenated together, in that order. Some components
format.cpp 186 pattern.extract(start,stop-start,parseError.postContext,0);
188 parseError.postContext[stop-start]= 0;
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;
ucol_sit.cpp 419 parseError->postContext[0] = 0;
482 parseError->postContext[0] = 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...]
rbt_pars.cpp 272 // the ante- or postcontext text. Placeholders are only valid in
    [all...]
ucol_tok.cpp 232 u_memcpy(parseError->postContext,rules+start,stop-start);
234 parseError->postContext[stop-start]= 0;
236 parseError->postContext[0] = 0;
    [all...]
regexcmp.cpp     [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);
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...]
trnserr.cpp 158 } else if (parseError.postContext[0] == 0 || parseError.preContext[0] == 0) {
transrt.cpp 572 + "\n\tpostContext : " + prettify(parseError.postContext));
581 + "\n\tpostContext : " + prettify(parseError.postContext));
    [all...]
  /external/icu4c/test/cintltst/
callcoll.c     [all...]
  /external/icu4c/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/common/
messagepattern.cpp 404 parseError->postContext[0]=0;
    [all...]
usprep.cpp 468 u_memcpy(parseError->postContext,rules+start,limit-start);
471 parseError->postContext[limit-start]= 0;
uts46.cpp     [all...]
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java 2078 String precontext, postcontext; local
    [all...]

Completed in 615 milliseconds

1 2