/third_party/skia/third_party/externals/icu/source/i18n/ |
D | rbt_rule.cpp | 142 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() 244 UnicodeMatcher *m = (key != NULL) ? key : postContext; in matchesIndexValue() 422 if (postContext != NULL) { in matchAndReplace() 431 match = postContext->matches(text, oText, pos.contextLimit, incremental); in matchAndReplace() [all …]
|
D | format.cpp | 192 pattern.extract(start,stop-start,parseError.postContext,0); in syntaxError() 194 parseError.postContext[stop-start]= 0; in syntaxError()
|
D | uspoof_build.cpp | 69 pe->postContext[0] = 0; in uspoof_openFromSource()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | rbt_rule.cpp | 142 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() 244 UnicodeMatcher *m = (key != NULL) ? key : postContext; in matchesIndexValue() 422 if (postContext != NULL) { in matchAndReplace() 431 match = postContext->matches(text, oText, pos.contextLimit, incremental); in matchAndReplace() [all …]
|
D | format.cpp | 192 pattern.extract(start,stop-start,parseError.postContext,0); in syntaxError() 194 parseError.postContext[stop-start]= 0; in syntaxError()
|
D | uspoof_build.cpp | 69 pe->postContext[0] = 0; in uspoof_openFromSource()
|
/third_party/icu/icu4c/source/i18n/ |
D | rbt_rule.cpp | 142 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() 244 UnicodeMatcher *m = (key != NULL) ? key : postContext; in matchesIndexValue() 422 if (postContext != NULL) { in matchAndReplace() 431 match = postContext->matches(text, oText, pos.contextLimit, incremental); in matchAndReplace() [all …]
|
D | format.cpp | 192 pattern.extract(start,stop-start,parseError.postContext,0); in syntaxError() 194 parseError.postContext[stop-start]= 0; in syntaxError()
|
D | uspoof_build.cpp | 69 pe->postContext[0] = 0; in uspoof_openFromSource()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | rbt_rule.cpp | 142 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 = (StringMatcher*) other.postContext->clone(); in TransliterationRule() 198 delete postContext; in ~TransliterationRule() 244 UnicodeMatcher *m = (key != NULL) ? key : postContext; in matchesIndexValue() 422 if (postContext != NULL) { in matchAndReplace() 431 match = postContext->matches(text, oText, pos.contextLimit, incremental); in matchAndReplace() [all …]
|
D | format.cpp | 192 pattern.extract(start,stop-start,parseError.postContext,0); in syntaxError() 194 parseError.postContext[stop-start]= 0; in syntaxError()
|
D | uspoof_build.cpp | 69 pe->postContext[0] = 0; in uspoof_openFromSource()
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | TransliterationRule.java | 69 private StringMatcher postContext; field in TransliterationRule 215 postContext = null; in TransliterationRule() 217 postContext = new StringMatcher(pattern.substring(anteContextLength + keyLength), in TransliterationRule() 262 UnicodeMatcher m = (key != null) ? key : postContext; in matchesIndexValue() 440 if (postContext != null) { in matchAndReplace() 449 match = postContext.matches(text, intRef, pos.contextLimit, incremental); in matchAndReplace() 502 (anteContext != null) || (postContext != null); in toRule() 522 Utility.appendToRule(rule, postContext, escapeUnprintable, quoteBuf); in toRule()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | TransliterationRule.java | 70 private StringMatcher postContext; field in TransliterationRule 216 postContext = null; in TransliterationRule() 218 postContext = new StringMatcher(pattern.substring(anteContextLength + keyLength), in TransliterationRule() 263 UnicodeMatcher m = (key != null) ? key : postContext; in matchesIndexValue() 441 if (postContext != null) { in matchAndReplace() 450 match = postContext.matches(text, intRef, pos.contextLimit, incremental); in matchAndReplace() 503 (anteContext != null) || (postContext != null); in toRule() 523 Utility.appendToRule(rule, postContext, escapeUnprintable, quoteBuf); in toRule()
|
D | StringPrepParseException.java | 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/ |
D | StringPrepParseException.java | 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/test/cintltst/ |
D | callcoll.c | 1205 u_memset(parseError.postContext, 0x0000, U_PARSE_CONTEXT_LEN); in TestInvalidRules() 1213 if(u_strcmp(parseError.postContext,postContextExp)!=0){ in TestInvalidRules() 1215 aescstrdup(parseError.postContext, -1)); in TestInvalidRules() 1227 char postContext[200]={0}; in TestJitterbug1098() local 1252 u_memset(parseError.postContext,0x0000,U_PARSE_CONTEXT_LEN); in TestJitterbug1098() 1261 u_UCharsToChars(parseError.postContext,postContext,20); in TestJitterbug1098() 1262 log_verbose("\n\tPre-Context: %s \n\tPost-Context:%s \n",preContext,postContext); in TestJitterbug1098()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | parseerr.h | 90 UChar postContext[U_PARSE_CONTEXT_LEN]; member
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | parseerr.h | 90 UChar postContext[U_PARSE_CONTEXT_LEN]; member
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | parseerr.h | 90 UChar postContext[U_PARSE_CONTEXT_LEN]; member
|
/third_party/icu/icu4c/source/common/unicode/ |
D | parseerr.h | 90 UChar postContext[U_PARSE_CONTEXT_LEN]; member
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
D | ucbuf.cpp | 229 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/node/deps/icu-small/source/tools/toolutil/ |
D | ucbuf.cpp | 229 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/ |
D | ucbuf.cpp | 229 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/ |
D | ucbuf.cpp | 229 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()
|