OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:errorvalue
(Results
1 - 11
of
11
) sorted by null
/external/icu4c/test/cintltst/
trie2test.c
43
* It may be preceded by an entry with negative limit and the
errorValue
.
113
uint32_t initialValue,
errorValue
;
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
\n"
[
all
...]
/external/icu4c/common/
utrie2.cpp
62
return trie->
errorValue
;
71
return trie->
errorValue
;
211
trie->
errorValue
=trie->data16[UTRIE2_BAD_UTF8_DATA_OFFSET];
217
trie->
errorValue
=trie->data32[UTRIE2_BAD_UTF8_DATA_OFFSET];
232
uint32_t initialValue, uint32_t
errorValue
,
288
trie->
errorValue
=
errorValue
;
331
*dest16++=(uint16_t)
errorValue
;
347
*p++=
errorValue
;
propsvec.h
54
* Special pseudo code points for storing the initialValue and the
errorValue
,
162
int32_t
errorValue
;
utrie2_builder.c
109
utrie2_open(uint32_t initialValue, uint32_t
errorValue
, UErrorCode *pErrorCode) {
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
, UErrorCode *pErrorCode)
[
all
...]
utrie2.h
110
* or the
errorValue
for out-of-range code points and illegal UTF-8.
116
* @param
errorValue
the value for out-of-range code points and illegal UTF-8
125
uint32_t initialValue, uint32_t
errorValue
,
201
* @param
errorValue
the value for out-of-range code points and illegal UTF-8
206
utrie2_open(uint32_t initialValue, uint32_t
errorValue
, UErrorCode *pErrorCode);
367
* @param
errorValue
the value for out-of-range code points and illegal UTF-8
372
utrie2_fromUTrie(const UTrie *trie1, uint32_t
errorValue
, UErrorCode *pErrorCode);
383
* Returns trie->
errorValue
if c is not in the range 0..U+10ffff.
393
* Returns trie->
errorValue
if c is not in the range 0..U+10ffff.
705
uint32_t
errorValue
;
[
all
...]
utrie2_impl.h
147
uint32_t initialValue,
errorValue
;
propsvec.c
507
toUTrie2->
errorValue
=rowIndex;
516
toUTrie2->
errorValue
, pErrorCode);
ucnvsel.cpp
68
// set
errorValue
to all-ones
/external/icu4c/tools/toolutil/
writesrc.c
207
" 0x%lx,\n" /*
errorValue
*/
213
(long)pTrie->initialValue, (long)pTrie->
errorValue
,
/external/icu4c/tools/genprops/
props2.c
207
/* Also set bits for initialValue and
errorValue
. */
370
/* Also set bits for initialValue and
errorValue
. */
560
/* Also set bits for initialValue and
errorValue
. */
/external/mesa3d/src/mesa/main/
mtypes.h
[
all
...]
Completed in 210 milliseconds