HomeSort by relevance Sort by last modified time
    Searched defs:errorValue (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/icu/source/common/
propsvec.h 54 * Special pseudo code points for storing the initialValue and the errorValue,
162 int32_t errorValue;
utrie2_impl.h 147 uint32_t initialValue, errorValue;
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...]
  /external/icu4c/common/
propsvec.h 54 * Special pseudo code points for storing the initialValue and the errorValue,
162 int32_t errorValue;
utf_impl.c 90 errorValue(int32_t count, int8_t strict) {
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);
utrie2_impl.h 147 uint32_t initialValue, errorValue;
utrie2.h 111 * 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.
707 uint32_t errorValue;
    [all...]
  /external/chromium_org/third_party/icu/source/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/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...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 149 milliseconds