/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;
|
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;
|
/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;
|
rbnf.cpp | 361 pe.preContext[0] = 0; 548 u_strncpy(pe.preContext, start, (int32_t)(p-start)); 549 pe.preContext[p-start] = 0; [all...] |
/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);
|
trnserr.cpp | 158 } else if (parseError.postContext[0] == 0 || parseError.preContext[0] == 0) {
|
transtst.cpp | 250 ", pre-context " + prettify(parseError.preContext, TRUE) + 275 ", context " + prettify(parseError.preContext, TRUE) + 897 " context=" + parseError.preContext; [all...] |
transapi.cpp | 296 dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseError.postContext) ); 420 if (parseError.preContext[0]) { 421 context += (UnicodeString)" at " + parseError.preContext; [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) {
|
transtst.cpp | 251 ", pre-context " + prettify(parseError.preContext, TRUE) + 276 ", context " + prettify(parseError.preContext, TRUE) + 898 " context=" + parseError.preContext; [all...] |
transapi.cpp | 296 dataerrln("PreContext: " + prettify(parseError.preContext) + " PostContext: " + prettify( parseError.postContext) ); 420 if (parseError.preContext[0]) { 421 context += (UnicodeString)" at " + parseError.preContext; [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/chromium_org/third_party/icu/source/test/cintltst/ |
callcoll.c | [all...] |
/external/icu4c/test/cintltst/ |
callcoll.c | [all...] |
/external/icu4c/common/ |
messagepattern.cpp | 411 parseError->preContext[0]=0; [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/ |
HarfBuzzShaper.cpp | 687 static const uint16_t preContext = ' '; 688 hb_buffer_add_utf16(harfBuzzBuffer.get(), &preContext, 1, 1, 0); [all...] |