Searched refs:errorValue (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dutf_impl.c90 errorValue(int32_t count, int8_t strict) { function
179 c=errorValue(i-*pi, strict);
234 if(!U8_IS_TRAIL(c)) { return errorValue(0, strict); }
242 return errorValue(0, strict);
262 c=errorValue(count, strict);
272 c=errorValue(count, strict);
274 c=errorValue(0, strict);
285 c=errorValue(0, strict);
290 c=errorValue(0, strict);
H A Dutrie2_impl.h147 uint32_t initialValue, errorValue; member in struct:UNewTrie2
H A Dutrie2.cpp66 return trie->errorValue;
75 return trie->errorValue;
215 trie->errorValue=trie->data16[UTRIE2_BAD_UTF8_DATA_OFFSET];
221 trie->errorValue=trie->data32[UTRIE2_BAD_UTF8_DATA_OFFSET];
236 uint32_t initialValue, uint32_t errorValue,
292 trie->errorValue=errorValue;
335 *dest16++=(uint16_t)errorValue;
351 *p++=errorValue;
235 utrie2_openDummy(UTrie2ValueBits valueBits, uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode) argument
H A Dpropsvec.h54 * Special pseudo code points for storing the initialValue and the errorValue,
162 int32_t errorValue; member in struct:UPVecToUTrie2Context
H A Dutrie2_builder.cpp109 utrie2_open(uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode) { argument
132 trie->errorValue=errorValue;
139 newTrie->errorValue=errorValue;
154 newTrie->data[i]=errorValue;
270 trie->errorValue=other->errorValue;
382 context.trie=utrie2_open(other->initialValue, other->errorValue, pErrorCode);
410 utrie2_fromUTrie(const UTrie *trie1, uint32_t errorValue, UErrorCod argument
[all...]
H A Dutrie2.h111 * or the errorValue for out-of-range code points and illegal UTF-8.
117 * @param errorValue the value for out-of-range code points and illegal UTF-8
126 uint32_t initialValue, uint32_t errorValue,
202 * @param errorValue the value for out-of-range code points and illegal UTF-8
207 utrie2_open(uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode);
368 * @param errorValue the value for out-of-range code points and illegal UTF-8
373 utrie2_fromUTrie(const UTrie *trie1, uint32_t errorValue, UErrorCode *pErrorCode);
384 * Returns trie->errorValue if c is not in the range 0..U+10ffff.
394 * Returns trie->errorValue if c is not in the range 0..U+10ffff.
694 uint32_t errorValue; member in struct:UTrie2
[all...]
H A Dpropsvec.c509 toUTrie2->errorValue=rowIndex;
518 toUTrie2->errorValue, pErrorCode);
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dtrie2test.c43 * It may be preceded by an entry with negative limit and the errorValue.
113 uint32_t initialValue, errorValue; local
121 countSpecials=getSpecialValues(checkRanges, countCheckRanges, &initialValue, &errorValue);
198 if(errorValue!=value2) {
200 typeName, testName, (long)start, (long)value2, (long)errorValue);
212 value=errorValue;
246 /* test errorValue */
255 if(value!=errorValue || value2!=errorValue) {
256 log_err("error: %s(%s).get(out of range) != errorValue\
375 uint32_t initialValue, errorValue; local
801 uint32_t initialValue, errorValue; local
1112 uint32_t initialValue, errorValue; local
1288 uint32_t initialValue, errorValue; local
1341 uint32_t initialValue, errorValue; local
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclBinary.c592 char *errorValue, *str;
851 errorValue = str;
866 errorValue = str;
911 errorValue = str;
933 errorValue = str;
1359 " string but got \"", errorValue, "\" instead", NULL);
583 char *errorValue, *str; local
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclBinary.c595 char *errorString, *errorValue, *str;
857 errorValue = str;
871 errorValue = str;
914 errorValue = str;
935 errorValue = str;
1357 " string but got \"", errorValue, "\" instead", NULL);
586 char *errorString, *errorValue, *str; local
1348 " string but got \\"", errorValue, "\\" instead", NULL); local
/macosx-10.10.1/ICU-531.30/icuSources/tools/toolutil/
H A Dwritesrc.c212 " 0x%lx,\n" /* errorValue */
218 (long)pTrie->initialValue, (long)pTrie->errorValue,

Completed in 195 milliseconds