Home
last modified time | relevance | path

Searched refs:U_PARSE_CONTEXT_LEN (Results 1 – 25 of 34) sorted by relevance

12

/third_party/icu/icu4c/source/common/unicode/
Dparseerr.h27 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/
Dparseerr.h27 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/
Dparseerr.h27 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/
Dformat.cpp181 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()
Drbt_set.cpp149 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()
Dcollationruleparser.cpp847 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()
Dregexcmp.cpp3936 …_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/
Dformat.cpp181 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()
Drbt_set.cpp149 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()
Dcollationruleparser.cpp842 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()
Dregexcmp.cpp3933 …_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/
Dformat.cpp181 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()
Drbt_set.cpp149 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()
Dcollationruleparser.cpp842 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()
Dregexcmp.cpp3936 …_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/
DCollationRuleParser.java854 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/
DCollationRuleParser.java858 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/
Dusprep.cpp445 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()
Dmessagepattern.cpp1158 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/
Dusprep.cpp445 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()
Dmessagepattern.cpp1158 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/
Dusprep.cpp445 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()
Dmessagepattern.cpp1158 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/
Dnumbertest_skeletons.cpp288 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/
Dcallcoll.c1205 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()

12