Home
last modified time | relevance | path

Searched refs:postContext (Results 1 - 25 of 69) sorted by relevance

123

/third_party/icu/icu4c/source/i18n/
H A Drbt_rule.cpp142 postContext = NULL; in TransliterationRule()
144 postContext = new StringMatcher(pattern, anteContextLength + keyLength, pattern.length(), in TransliterationRule()
147 if (postContext == 0) { in TransliterationRule()
168 postContext(NULL), in TransliterationRule()
188 if (other.postContext != NULL) { in TransliterationRule()
189 postContext = other.postContext->clone(); in TransliterationRule()
198 delete postContext; in ~TransliterationRule()
242 // Delegate to the key, or if there is none, to the postContext. in matchesIndexValue()
244 UnicodeMatcher *m = (key != NULL) ? key : postContext; in matchesIndexValue()
[all...]
H A Dformat.cpp192 pattern.extract(start,stop-start,parseError.postContext,0); in syntaxError()
194 parseError.postContext[stop-start]= 0; in syntaxError()
H A Duspoof_build.cpp69 pe->postContext[0] = 0; in uspoof_openFromSource()
H A Drbt_rule.h82 StringMatcher *postContext; member in TransliterationRule
86 * anteContext, and postContext are matched. Never null.
92 * and postContext, concatenated together, in that order. Some components
/third_party/node/deps/icu-small/source/i18n/
H A Drbt_rule.cpp142 postContext = nullptr; in TransliterationRule()
144 postContext = new StringMatcher(pattern, anteContextLength + keyLength, pattern.length(), in TransliterationRule()
147 if (postContext == 0) { in TransliterationRule()
168 postContext(nullptr), in TransliterationRule()
188 if (other.postContext != nullptr) { in TransliterationRule()
189 postContext = other.postContext->clone(); in TransliterationRule()
198 delete postContext; in ~TransliterationRule()
242 // Delegate to the key, or if there is none, to the postContext. in matchesIndexValue()
244 UnicodeMatcher *m = (key != nullptr) ? key : postContext; in matchesIndexValue()
[all...]
H A Dformat.cpp192 pattern.extract(start,stop-start,parseError.postContext,0); in syntaxError()
194 parseError.postContext[stop-start]= 0; in syntaxError()
H A Duspoof_build.cpp69 pe->postContext[0] = 0; in uspoof_openFromSource()
H A Drbt_rule.h82 StringMatcher *postContext; member in TransliterationRule
86 * anteContext, and postContext are matched. Never null.
92 * and postContext, concatenated together, in that order. Some components
/third_party/skia/third_party/externals/icu/source/i18n/
H A Drbt_rule.cpp142 postContext = NULL; in TransliterationRule()
144 postContext = new StringMatcher(pattern, anteContextLength + keyLength, pattern.length(), in TransliterationRule()
147 if (postContext == 0) { in TransliterationRule()
168 postContext(NULL), in TransliterationRule()
188 if (other.postContext != NULL) { in TransliterationRule()
189 postContext = other.postContext->clone(); in TransliterationRule()
198 delete postContext; in ~TransliterationRule()
242 // Delegate to the key, or if there is none, to the postContext. in matchesIndexValue()
244 UnicodeMatcher *m = (key != NULL) ? key : postContext; in matchesIndexValue()
[all...]
H A Dformat.cpp192 pattern.extract(start,stop-start,parseError.postContext,0); in syntaxError()
194 parseError.postContext[stop-start]= 0; in syntaxError()
H A Duspoof_build.cpp69 pe->postContext[0] = 0; in uspoof_openFromSource()
H A Drbt_rule.h82 StringMatcher *postContext; member in TransliterationRule
86 * anteContext, and postContext are matched. Never null.
92 * and postContext, concatenated together, in that order. Some components
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliterationRule.java69 private StringMatcher postContext; field in TransliterationRule
73 * anteContext, and postContext are matched. Never null.
79 * and postContext, concatenated together, in that order. Some components
215 postContext = null; in TransliterationRule()
217 postContext = new StringMatcher(pattern.substring(anteContextLength + keyLength), in TransliterationRule()
260 // Delegate to the key, or if there is none, to the postContext. in matchesIndexValue()
262 UnicodeMatcher m = (key != null) ? key : postContext; in matchesIndexValue()
440 if (postContext != null) { in matchAndReplace()
443 // a postContext. Since we are in incremental mode, in matchAndReplace()
449 match = postContext in matchAndReplace()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTransliterationRule.java70 private StringMatcher postContext; field in TransliterationRule
74 * anteContext, and postContext are matched. Never null.
80 * and postContext, concatenated together, in that order. Some components
216 postContext = null; in TransliterationRule()
218 postContext = new StringMatcher(pattern.substring(anteContextLength + keyLength), in TransliterationRule()
261 // Delegate to the key, or if there is none, to the postContext. in matchesIndexValue()
263 UnicodeMatcher m = (key != null) ? key : postContext; in matchesIndexValue()
441 if (postContext != null) { in matchAndReplace()
444 // a postContext. Since we are in incremental mode, in matchAndReplace()
450 match = postContext in matchAndReplace()
[all...]
H A DStringPrepParseException.java152 buf.append(". postContext: "); in toString()
153 buf.append(postContext); in toString()
180 private StringBuffer postContext = new StringBuffer(); field in StringPrepParseException
202 postContext.append(str,start,len); in setPostContext()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DStringPrepParseException.java169 buf.append(". postContext: "); in toString()
170 buf.append(postContext); in toString()
197 private StringBuffer postContext = new StringBuffer(); field in StringPrepParseException
219 postContext.append(str,start,len); in setPostContext()
/third_party/icu/icu4c/source/common/unicode/
H A Dparseerr.h39 * <p>The preContext and postContext strings include some part of the
45 * preContext postContext
90 UChar postContext[U_PARSE_CONTEXT_LEN]; member
/third_party/node/deps/icu-small/source/common/unicode/
H A Dparseerr.h39 * <p>The preContext and postContext strings include some part of the
45 * preContext postContext
90 UChar postContext[U_PARSE_CONTEXT_LEN]; member
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dparseerr.h39 * <p>The preContext and postContext strings include some part of the
45 * preContext postContext
90 UChar postContext[U_PARSE_CONTEXT_LEN]; member
/third_party/icu/icu4c/source/test/cintltst/
H A Dcallcoll.c1206 u_memset(parseError.postContext, 0x0000, U_PARSE_CONTEXT_LEN); in TestInvalidRules()
1214 if(u_strcmp(parseError.postContext,postContextExp)!=0){ in TestInvalidRules()
1215 log_err_status(status, "postContext in UParseError for ucol_openRules does not match: \"%s\"\n", in TestInvalidRules()
1216 aescstrdup(parseError.postContext, -1)); in TestInvalidRules()
1228 char postContext[200]={0}; in TestJitterbug1098() local
1253 u_memset(parseError.postContext,0x0000,U_PARSE_CONTEXT_LEN); in TestJitterbug1098()
1262 u_UCharsToChars(parseError.postContext,postContext,20); in TestJitterbug1098()
1263 log_verbose("\n\tPre-Context: %s \n\tPost-Context:%s \n",preContext,postContext); in TestJitterbug1098()
H A Dunumberrangeformattertst.c156 assertUEquals("Should have correct post context", u"typo", perror.postContext); in TestSkeletonParseError()
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Ducbuf.cpp229 char postContext[CONTEXT_LEN+1]; in ucbuf_fillucbuf() local
262 memcpy(postContext,source,stop-start); in ucbuf_fillucbuf()
264 postContext[stop-start] = 0; in ucbuf_fillucbuf()
270 fprintf(stderr,"\tPost-context: %s\n", postContext); in ucbuf_fillucbuf()
/third_party/icu/icu4c/source/tools/toolutil/
H A Ducbuf.cpp229 char postContext[CONTEXT_LEN+1]; in ucbuf_fillucbuf() local
262 memcpy(postContext,source,stop-start); in ucbuf_fillucbuf()
264 postContext[stop-start] = 0; in ucbuf_fillucbuf()
270 fprintf(stderr,"\tPost-context: %s\n", postContext); in ucbuf_fillucbuf()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Ducbuf.cpp229 char postContext[CONTEXT_LEN+1]; in ucbuf_fillucbuf() local
262 memcpy(postContext,source,stop-start); in ucbuf_fillucbuf()
264 postContext[stop-start] = 0; in ucbuf_fillucbuf()
270 fprintf(stderr,"\tPost-context: %s\n", postContext); in ucbuf_fillucbuf()
/third_party/icu/icu4c/source/test/intltest/
H A Ditrbnfp.cpp139 logln("perror line: %x offset: %x context: %s|%s", perr.line, perr.offset, perr.preContext, perr.postContext); in TestParse()

Completed in 14 milliseconds

123