HomeSort by relevance Sort by last modified time
    Searched full:precontext (Results 1 - 25 of 28) 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
81 UChar preContext[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
77 UChar preContext[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
77 UChar preContext[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
77 UChar preContext[U_PARSE_CONTEXT_LEN];
  /external/icu4c/i18n/
uspoof_build.cpp 65 pe->preContext[0] = 0;
format.cpp 177 pattern.extract(start,stop-start,parseError.preContext,0);
179 parseError.preContext[stop-start] = 0;
rbt_set.cpp 134 // Fill the precontext and postcontext with the patterns of the rules
147 r.extract(0, len, parseError.preContext);
148 parseError.preContext[len] = 0;
ucol_sit.cpp 418 parseError->preContext[0] = 0;
481 parseError->preContext[0] = 0;
rbnf.cpp 363 pe.preContext[0] = 0;
550 u_strncpy(pe.preContext, start, (int32_t)(p-start));
551 pe.preContext[p-start] = 0;
    [all...]
choicfmt.cpp 308 parseError.preContext[0] = parseError.postContext[0] = (UChar)0;
rbt_pars.cpp     [all...]
ucol_tok.cpp 222 u_memcpy(parseError->preContext,rules+start,stop-start);
224 parseError->preContext[stop-start] = 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) );
420 if (parseError.preContext[0]) {
421 context += (UnicodeString)" at " + parseError.preContext;
    [all...]
transtst.cpp 250 ", pre-context " + prettify(parseError.preContext, TRUE) +
275 ", context " + prettify(parseError.preContext, TRUE) +
897 " context=" + parseError.preContext;
    [all...]
trnserr.cpp 158 } else if (parseError.postContext[0] == 0 || parseError.preContext[0] == 0) {
transrt.cpp 571 + "\n\tpreContext : " + prettify(parseError.preContext)
580 + "\n\tpreContext : " + prettify(parseError.preContext)
    [all...]
  /external/icu4c/test/cintltst/
callcoll.c     [all...]
citertst.c     [all...]
  /external/icu4c/tools/toolutil/
ucbuf.c 225 char preContext[CONTEXT_LEN+1];
251 memcpy(preContext,cbuf+start,stop-start);
253 preContext[stop-start] = 0;
265 fprintf(stderr,"\tPre-context: %s\n",preContext);
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java 2078 String precontext, postcontext; local
    [all...]
  /external/icu4c/common/
usprep.cpp 457 u_memcpy(parseError->preContext,rules+start,limit-start);
459 parseError->preContext[limit-start] = 0;
uts46.cpp     [all...]
rbbiscan.cpp 582 fRB->fParseError->preContext[0] = 0;
583 fRB->fParseError->preContext[0] = 0;
    [all...]

Completed in 1017 milliseconds

1 2