/third_party/icu/icu4c/source/common/unicode/ |
D | parseerr.h | 27 enum { U_PARSE_CONTEXT_LEN = 16 }; enumerator 83 UChar preContext[U_PARSE_CONTEXT_LEN]; 90 UChar postContext[U_PARSE_CONTEXT_LEN];
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | parseerr.h | 27 enum { U_PARSE_CONTEXT_LEN = 16 }; enumerator 83 UChar preContext[U_PARSE_CONTEXT_LEN]; 90 UChar postContext[U_PARSE_CONTEXT_LEN];
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | parseerr.h | 27 enum { U_PARSE_CONTEXT_LEN = 16 }; enumerator 83 UChar preContext[U_PARSE_CONTEXT_LEN]; 90 UChar postContext[U_PARSE_CONTEXT_LEN];
|
/third_party/node/deps/icu-small/source/i18n/ |
D | format.cpp | 181 int32_t start = (pos < U_PARSE_CONTEXT_LEN)? 0 : (pos - (U_PARSE_CONTEXT_LEN-1 in syntaxError() 190 stop = ((pos+U_PARSE_CONTEXT_LEN)<=pattern.length()) ? (pos+(U_PARSE_CONTEXT_LEN-1)) : in syntaxError()
|
D | rbt_set.cpp | 149 len = uprv_min(r.length(), U_PARSE_CONTEXT_LEN-1); in maskingError() 156 len = uprv_min(r.length(), U_PARSE_CONTEXT_LEN-1); in maskingError()
|
D | collationruleparser.cpp | 847 int32_t start = ruleIndex - (U_PARSE_CONTEXT_LEN - 1); in setErrorContext() 859 if(length >= U_PARSE_CONTEXT_LEN) { in setErrorContext() 860 length = U_PARSE_CONTEXT_LEN - 1; in setErrorContext()
|
D | regexcmp.cpp | 3936 …_extract(fRXPat->fPattern, fScanIndex-U_PARSE_CONTEXT_LEN+1, fScanIndex, fParseErr->preContext, U_… in error() 3937 …t(fRXPat->fPattern, fScanIndex, fScanIndex+U_PARSE_CONTEXT_LEN-1, fParseErr->postContext, U_PARSE_… in error()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | format.cpp | 181 int32_t start = (pos < U_PARSE_CONTEXT_LEN)? 0 : (pos - (U_PARSE_CONTEXT_LEN-1 in syntaxError() 190 stop = ((pos+U_PARSE_CONTEXT_LEN)<=pattern.length()) ? (pos+(U_PARSE_CONTEXT_LEN-1)) : in syntaxError()
|
D | rbt_set.cpp | 149 len = uprv_min(r.length(), U_PARSE_CONTEXT_LEN-1); in maskingError() 156 len = uprv_min(r.length(), U_PARSE_CONTEXT_LEN-1); in maskingError()
|
D | collationruleparser.cpp | 842 int32_t start = ruleIndex - (U_PARSE_CONTEXT_LEN - 1); in setErrorContext() 854 if(length >= U_PARSE_CONTEXT_LEN) { in setErrorContext() 855 length = U_PARSE_CONTEXT_LEN - 1; in setErrorContext()
|
D | regexcmp.cpp | 3933 …_extract(fRXPat->fPattern, fScanIndex-U_PARSE_CONTEXT_LEN+1, fScanIndex, fParseErr->preContext, U_… in error() 3934 …t(fRXPat->fPattern, fScanIndex, fScanIndex+U_PARSE_CONTEXT_LEN-1, fParseErr->postContext, U_PARSE_… in error()
|
/third_party/icu/icu4c/source/i18n/ |
D | format.cpp | 181 int32_t start = (pos < U_PARSE_CONTEXT_LEN)? 0 : (pos - (U_PARSE_CONTEXT_LEN-1 in syntaxError() 190 stop = ((pos+U_PARSE_CONTEXT_LEN)<=pattern.length()) ? (pos+(U_PARSE_CONTEXT_LEN-1)) : in syntaxError()
|
D | rbt_set.cpp | 149 len = uprv_min(r.length(), U_PARSE_CONTEXT_LEN-1); in maskingError() 156 len = uprv_min(r.length(), U_PARSE_CONTEXT_LEN-1); in maskingError()
|
D | collationruleparser.cpp | 842 int32_t start = ruleIndex - (U_PARSE_CONTEXT_LEN - 1); in setErrorContext() 854 if(length >= U_PARSE_CONTEXT_LEN) { in setErrorContext() 855 length = U_PARSE_CONTEXT_LEN - 1; in setErrorContext()
|
D | regexcmp.cpp | 3936 …_extract(fRXPat->fPattern, fScanIndex-U_PARSE_CONTEXT_LEN+1, fScanIndex, fParseErr->preContext, U_… in error() 3937 …t(fRXPat->fPattern, fScanIndex, fScanIndex+U_PARSE_CONTEXT_LEN-1, fParseErr->postContext, U_PARSE_… in error()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationRuleParser.java | 854 private static final int U_PARSE_CONTEXT_LEN = 16; field in CollationRuleParser 867 int start = ruleIndex - (U_PARSE_CONTEXT_LEN - 1); in appendErrorContext() 878 if(length >= U_PARSE_CONTEXT_LEN) { in appendErrorContext() 879 length = U_PARSE_CONTEXT_LEN - 1; in appendErrorContext()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationRuleParser.java | 858 private static final int U_PARSE_CONTEXT_LEN = 16; field in CollationRuleParser 871 int start = ruleIndex - (U_PARSE_CONTEXT_LEN - 1); in appendErrorContext() 882 if(length >= U_PARSE_CONTEXT_LEN) { in appendErrorContext() 883 length = U_PARSE_CONTEXT_LEN - 1; in appendErrorContext()
|
/third_party/node/deps/icu-small/source/common/ |
D | usprep.cpp | 445 int32_t start = (pos < U_PARSE_CONTEXT_LEN)? 0 : (pos - (U_PARSE_CONTEXT_LEN-1)); in uprv_syntaxError() 454 limit = start + (U_PARSE_CONTEXT_LEN-1); in uprv_syntaxError()
|
D | messagepattern.cpp | 1158 if(length>=U_PARSE_CONTEXT_LEN) { in setParseError() 1159 length=U_PARSE_CONTEXT_LEN-1; in setParseError() 1169 if(length>=U_PARSE_CONTEXT_LEN) { in setParseError() 1170 length=U_PARSE_CONTEXT_LEN-1; in setParseError()
|
/third_party/icu/icu4c/source/common/ |
D | usprep.cpp | 445 int32_t start = (pos < U_PARSE_CONTEXT_LEN)? 0 : (pos - (U_PARSE_CONTEXT_LEN-1)); in uprv_syntaxError() 454 limit = start + (U_PARSE_CONTEXT_LEN-1); in uprv_syntaxError()
|
D | messagepattern.cpp | 1158 if(length>=U_PARSE_CONTEXT_LEN) { in setParseError() 1159 length=U_PARSE_CONTEXT_LEN-1; in setParseError() 1169 if(length>=U_PARSE_CONTEXT_LEN) { in setParseError() 1170 length=U_PARSE_CONTEXT_LEN-1; in setParseError()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | usprep.cpp | 445 int32_t start = (pos < U_PARSE_CONTEXT_LEN)? 0 : (pos - (U_PARSE_CONTEXT_LEN-1)); in uprv_syntaxError() 454 limit = start + (U_PARSE_CONTEXT_LEN-1); in uprv_syntaxError()
|
D | messagepattern.cpp | 1158 if(length>=U_PARSE_CONTEXT_LEN) { in setParseError() 1159 length=U_PARSE_CONTEXT_LEN-1; in setParseError() 1169 if(length>=U_PARSE_CONTEXT_LEN) { in setParseError() 1170 length=U_PARSE_CONTEXT_LEN-1; in setParseError()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | numbertest_skeletons.cpp | 288 if (expectedPreContext.length() >= U_PARSE_CONTEXT_LEN - 1) { in stemsRequiringOption() 289 … expectedPreContext = expectedPreContext.tempSubString(expectedOffset - U_PARSE_CONTEXT_LEN + 1); in stemsRequiringOption()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | callcoll.c | 1205 u_memset(parseError.preContext, 0x0000, U_PARSE_CONTEXT_LEN); in TestInvalidRules() 1206 u_memset(parseError.postContext, 0x0000, U_PARSE_CONTEXT_LEN); in TestInvalidRules() 1252 u_memset(parseError.preContext,0x0000,U_PARSE_CONTEXT_LEN); in TestJitterbug1098() 1253 u_memset(parseError.postContext,0x0000,U_PARSE_CONTEXT_LEN); in TestJitterbug1098()
|