Home
last modified time | relevance | path

Searched refs:preContext (Results 1 – 23 of 23) sorted by relevance

/external/icu4c/i18n/
Dformat.cpp158 pattern.extract(start,stop-start,parseError.preContext,0); in syntaxError()
160 parseError.preContext[stop-start] = 0; in syntaxError()
Drbt_set.cpp147 r.extract(0, len, parseError.preContext); in maskingError()
148 parseError.preContext[len] = 0; in maskingError()
Drbnf.cpp356 pe.preContext[0] = 0; in parse()
543 u_strncpy(pe.preContext, start, (int32_t)(p-start)); in parseError()
544 pe.preContext[p-start] = 0; in parseError()
Dchoicfmt.cpp271 parseError.preContext[0] = parseError.postContext[0] = (UChar)0; in applyPattern()
Drbt_pars.cpp1424 rule.extract(start,stop-start,parseError.preContext); in syntaxError()
1426 parseError.preContext[stop-start] = 0; in syntaxError()
Ducol_sit.cpp445 parseError->preContext[0] = 0; in ucol_prepareShortStringOpen()
508 parseError->preContext[0] = 0; in ucol_openFromShortString()
Dregexcmp.cpp3507 uprv_memset(fParseErr->preContext, 0, sizeof(fParseErr->preContext)); in error()
3510 fParseErr->preContext, 0); in error()
Ducol_tok.cpp178 u_memcpy(parseError->preContext,rules+start,stop-start); in syntaxError()
180 parseError->preContext[stop-start] = 0; in syntaxError()
Dmsgfmt.cpp517 parseError.preContext[0] = parseError.postContext[0] = (UChar)0; in applyPattern()
Ddecimfmt.cpp3210 parseError.preContext[0] = parseError.postContext[0] = (UChar)0; in applyPattern()
/external/webkit/WebKit/mac/icu/unicode/
Dparseerr.h77 UChar preContext[U_PARSE_CONTEXT_LEN]; member
/external/webkit/WebCore/icu/unicode/
Dparseerr.h77 UChar preContext[U_PARSE_CONTEXT_LEN]; member
/external/icu4c/common/unicode/
Dparseerr.h81 UChar preContext[U_PARSE_CONTEXT_LEN]; member
/external/webkit/JavaScriptCore/icu/unicode/
Dparseerr.h77 UChar preContext[U_PARSE_CONTEXT_LEN]; member
/external/icu4c/test/cintltst/
Dcallcoll.c1146 u_memset(parseError.preContext,0x0000,U_PARSE_CONTEXT_LEN); in TestInvalidRules()
1150 if(u_strcmp(parseError.preContext,preContextExp)!=0){ in TestInvalidRules()
1165 char preContext[200]={0}; in TestJitterbug1098() local
1190 u_memset(parseError.preContext,0x0000,U_PARSE_CONTEXT_LEN); in TestJitterbug1098()
1199 u_UCharsToChars(parseError.preContext,preContext,20); in TestJitterbug1098()
1201 log_verbose("\n\tPre-Context: %s \n\tPost-Context:%s \n",preContext,postContext); in TestJitterbug1098()
/external/icu4c/tools/toolutil/
Ducbuf.c221 char preContext[CONTEXT_LEN]; in ucbuf_fillucbuf() local
247 memcpy(preContext,cbuf+start,stop-start); in ucbuf_fillucbuf()
249 preContext[stop-start] = 0; in ucbuf_fillucbuf()
261 fprintf(stderr,"\tPre-context: %s\n",preContext); in ucbuf_fillucbuf()
/external/icu4c/test/intltest/
Ditrbnfp.cpp137 …rror line: %x offset: %x context: %s|%s", perr.line, perr.offset, perr.preContext, perr.postContex… in TestParse()
Dtranstst.cpp245 ", pre-context " + prettify(parseError.preContext, TRUE) + in TestInstantiation()
270 ", context " + prettify(parseError.preContext, TRUE) + in TestInstantiation()
892 " context=" + parseError.preContext; in TestJ329()
2642 …errln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseError.p… in TestDevanagariLatinRT()
2690 …errln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseError.p… in TestTeluguLatinRT()
2750 …errln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseError.p… in TestSanskritLatinRT()
2819 …errln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseError.p… in TestCompoundLatinRT()
2959 UnicodeString err(pe.preContext); in TestParseError()
2979 else if (UnicodeString("a > x;") != UnicodeString(pe.preContext)) { in TestParseError()
2997 UnicodeString err(pe.preContext); in TestOutputSet()
[all …]
Dtrnserr.cpp158 } else if (parseError.postContext[0] == 0 || parseError.preContext[0] == 0) { in TestTransliteratorErrors()
Dtransapi.cpp296 …errln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseError.p… in TestTransliterate1()
420 if (parseError.preContext[0]) { in TestSimpleKeyboardTransliterator()
421 context += (UnicodeString)" at " + parseError.preContext; in TestSimpleKeyboardTransliterator()
Dtransrt.cpp577 + "\n\tpreContext : " + prettify(parseError.preContext) in test2()
586 + "\n\tpreContext : " + prettify(parseError.preContext) in test2()
/external/icu4c/common/
Drbbiscan.cpp580 fRB->fParseError->preContext[0] = 0; in error()
581 fRB->fParseError->preContext[0] = 0; in error()
Dusprep.cpp451 u_memcpy(parseError->preContext,rules+start,limit-start); in uprv_syntaxError()
453 parseError->preContext[limit-start] = 0; in uprv_syntaxError()