Searched refs:U_PARSE_CONTEXT_LEN (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dparseerr.h25 enum { U_PARSE_CONTEXT_LEN = 16 }; enumerator in enum:__anon844
81 UChar preContext[U_PARSE_CONTEXT_LEN];
88 UChar postContext[U_PARSE_CONTEXT_LEN];
/macosx-10.10/JavaScriptCore-7600.1.17/icu/unicode/
H A Dparseerr.h25 enum { U_PARSE_CONTEXT_LEN = 16 }; enumerator in enum:__anon2593
81 UChar preContext[U_PARSE_CONTEXT_LEN];
88 UChar postContext[U_PARSE_CONTEXT_LEN];
/macosx-10.10/WTF-7600.1.24/icu/unicode/
H A Dparseerr.h25 enum { U_PARSE_CONTEXT_LEN = 16 }; enumerator in enum:__anon5530
81 UChar preContext[U_PARSE_CONTEXT_LEN];
88 UChar postContext[U_PARSE_CONTEXT_LEN];
/macosx-10.10/WebCore-7600.1.25/icu/unicode/
H A Dparseerr.h25 enum { U_PARSE_CONTEXT_LEN = 16 }; enumerator in enum:__anon5650
81 UChar preContext[U_PARSE_CONTEXT_LEN];
88 UChar postContext[U_PARSE_CONTEXT_LEN];
/macosx-10.10/WebKit-7600.1.25/mac/icu/unicode/
H A Dparseerr.h25 enum { U_PARSE_CONTEXT_LEN = 16 }; enumerator in enum:__anon5895
81 UChar preContext[U_PARSE_CONTEXT_LEN];
88 UChar postContext[U_PARSE_CONTEXT_LEN];
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dformat.cpp179 int32_t start = (pos < U_PARSE_CONTEXT_LEN)? 0 : (pos - (U_PARSE_CONTEXT_LEN-1
188 stop = ((pos+U_PARSE_CONTEXT_LEN)<=pattern.length()) ? (pos+(U_PARSE_CONTEXT_LEN-1)) :
H A Ddecimalformatpattern.cpp58 int32_t start = (pos < U_PARSE_CONTEXT_LEN)? 0 : (pos - (U_PARSE_CONTEXT_LEN-1
67 stop = ((pos+U_PARSE_CONTEXT_LEN)<=pattern.length()) ? (pos+(U_PARSE_CONTEXT_LEN-1)) :
H A Drbt_set.cpp147 len = uprv_min(r.length(), U_PARSE_CONTEXT_LEN-1);
154 len = uprv_min(r.length(), U_PARSE_CONTEXT_LEN-1);
H A Dcollationruleparser.cpp848 int32_t start = ruleIndex - (U_PARSE_CONTEXT_LEN - 1);
860 if(length >= U_PARSE_CONTEXT_LEN) {
861 length = U_PARSE_CONTEXT_LEN - 1;
H A Drbnf.cpp539 const UChar* start = p - U_PARSE_CONTEXT_LEN - 1;
549 const UChar* limit = p + U_PARSE_CONTEXT_LEN - 1;
H A Dregexcmp.cpp3619 utext_extract(fRXPat->fPattern, fScanIndex-U_PARSE_CONTEXT_LEN+1, fScanIndex, fParseErr->preContext, U_PARSE_CONTEXT_LEN, &status);
3620 utext_extract(fRXPat->fPattern, fScanIndex, fScanIndex+U_PARSE_CONTEXT_LEN-1, fParseErr->postContext, U_PARSE_CONTEXT_LEN, &status);
H A Drbt_pars.cpp1480 const int32_t LEN = U_PARSE_CONTEXT_LEN - 1;
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dmessagepattern.cpp1156 if(length>=U_PARSE_CONTEXT_LEN) {
1157 length=U_PARSE_CONTEXT_LEN-1;
1167 if(length>=U_PARSE_CONTEXT_LEN) {
1168 length=U_PARSE_CONTEXT_LEN-1;
H A Dusprep.cpp445 int32_t start = (pos < U_PARSE_CONTEXT_LEN)? 0 : (pos - (U_PARSE_CONTEXT_LEN-1));
454 limit = start + (U_PARSE_CONTEXT_LEN-1);
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcallcoll.c1199 u_memset(parseError.preContext,0x0000,U_PARSE_CONTEXT_LEN);
1200 u_memset(parseError.postContext,0x0000,U_PARSE_CONTEXT_LEN);
1246 u_memset(parseError.preContext,0x0000,U_PARSE_CONTEXT_LEN);
1247 u_memset(parseError.postContext,0x0000,U_PARSE_CONTEXT_LEN);

Completed in 295 milliseconds