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

  /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/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/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/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;
format.cpp 166 pattern.extract(start,stop-start,parseError.postContext,0);
168 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 360 pe.postContext[0] = 0;
550 u_strncpy(pe.postContext, p, (int32_t)(limit-p));
551 pe.postContext[limit-p] = 0;
    [all...]
choicfmt.cpp 308 parseError.preContext[0] = parseError.postContext[0] = (UChar)0;
ucol_sit.cpp 420 parseError->postContext[0] = 0;
483 parseError->postContext[0] = 0;
ucol_tok.cpp 189 u_memcpy(parseError->postContext,rules+start,stop-start);
191 parseError->postContext[stop-start]= 0;
193 parseError->postContext[0] = 0;
    [all...]
rbt_pars.cpp 271 // the ante- or postcontext text. Placeholders are only valid in
    [all...]
regexcmp.cpp     [all...]
msgfmt.cpp 602 parseError.preContext[0] = parseError.postContext[0] = (UChar)0;
    [all...]
decimfmt.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);
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 245 ", post-context " +prettify(parseError.postContext,TRUE) +
    [all...]
transrt.cpp 572 + "\n\tpostContext : " + prettify(parseError.postContext));
581 + "\n\tpostContext : " + prettify(parseError.postContext));
    [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/test/cintltst/
callcoll.c     [all...]
  /external/icu4c/common/
usprep.cpp 494 u_memcpy(parseError->postContext,rules+start,limit-start);
497 parseError->postContext[limit-start]= 0;

Completed in 436 milliseconds