HomeSort by relevance Sort by last modified time
    Searched full:precontext (Results 1 - 25 of 50) 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
81 UChar preContext[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
81 UChar preContext[U_PARSE_CONTEXT_LEN];
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_build.cpp 65 pe->preContext[0] = 0;
format.cpp 178 pattern.extract(start,stop-start,parseError.preContext,0);
180 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;
  /external/icu4c/i18n/
uspoof_build.cpp 65 pe->preContext[0] = 0;
format.cpp 182 pattern.extract(start,stop-start,parseError.preContext,0);
184 parseError.preContext[stop-start] = 0;
rbt_set.cpp 135 // Fill the precontext and postcontext with the patterns of the rules
148 r.extract(0, len, parseError.preContext);
149 parseError.preContext[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);
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) {
  /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 251 ", pre-context " + prettify(parseError.preContext, TRUE) +
276 ", context " + prettify(parseError.preContext, TRUE) +
898 " context=" + parseError.preContext;
    [all...]
trnserr.cpp 158 } else if (parseError.postContext[0] == 0 || parseError.preContext[0] == 0) {
  /external/chromium_org/third_party/icu/source/test/cintltst/
callcoll.c     [all...]
  /external/icu4c/test/cintltst/
callcoll.c     [all...]
  /external/chromium_org/third_party/icu/source/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/icu4c/tools/toolutil/
ucbuf.c 226 char preContext[CONTEXT_LEN+1];
252 memcpy(preContext,cbuf+start,stop-start);
254 preContext[stop-start] = 0;
266 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/
messagepattern.cpp 411 parseError->preContext[0]=0;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
HarfBuzzShaper.cpp 476 static const uint16_t preContext = ' ';
477 hb_buffer_add_utf16(harfBuzzBuffer.get(), &preContext, 1, 1, 0);
  /external/chromium_org/third_party/icu/source/common/
usprep.cpp 457 u_memcpy(parseError->preContext,rules+start,limit-start);
459 parseError->preContext[limit-start] = 0;

Completed in 1007 milliseconds

1 2