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

  /external/icu/icu4c/source/common/
propsvec.h 56 * Special pseudo code points for storing the initialValue and the errorValue,
164 int32_t errorValue;
utf_impl.c 92 errorValue(int32_t count, int8_t strict) {
181 c=errorValue(i-*pi, strict);
236 if(!U8_IS_TRAIL(c)) { return errorValue(0, strict); }
244 return errorValue(0, strict);
264 c=errorValue(count, strict);
274 c=errorValue(count, strict);
276 c=errorValue(0, strict);
287 c=errorValue(0, strict);
292 c=errorValue(0, strict);
utrie2_impl.h 149 uint32_t initialValue, errorValue;
utrie2.h 113 * or the errorValue for out-of-range code points and illegal UTF-8.
119 * @param errorValue the value for out-of-range code points and illegal UTF-8
128 uint32_t initialValue, uint32_t errorValue,
204 * @param errorValue the value for out-of-range code points and illegal UTF-8
209 utrie2_open(uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode);
370 * @param errorValue the value for out-of-range code points and illegal UTF-8
375 utrie2_fromUTrie(const UTrie *trie1, uint32_t errorValue, UErrorCode *pErrorCode);
386 * Returns trie->errorValue if c is not in the range 0..U+10ffff.
396 * Returns trie->errorValue if c is not in the range 0..U+10ffff.
696 uint32_t errorValue;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
Trie2Test.java 407 // It may be preceded by an entry with negative limit and the errorValue.
582 int errorValue = 0x0bad;
585 errorValue = ranges[i][2];
589 Trie2Writable trie = new Trie2Writable(initialValue, errorValue);
622 int initialValue, errorValue;
627 countSpecials=0; /*getSpecialValues(checkRanges, countCheckRanges, &initialValue, &errorValue);*/
628 errorValue = 0x0bad;
685 /* test errorValue */
688 if(value!=errorValue || value2!=errorValue) {
    [all...]
  /external/icu/icu4c/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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
Trie2Test.java 406 // It may be preceded by an entry with negative limit and the errorValue.
581 int errorValue = 0x0bad;
584 errorValue = ranges[i][2];
588 Trie2Writable trie = new Trie2Writable(initialValue, errorValue);
621 int initialValue, errorValue;
626 countSpecials=0; /*getSpecialValues(checkRanges, countCheckRanges, &initialValue, &errorValue);*/
627 errorValue = 0x0bad;
684 /* test errorValue */
687 if(value!=errorValue || value2!=errorValue) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnContext.java 481 String errorValue[] = c.split(",");
482 if (errorValue != null && errorValue.length == 2) {
486 errorCode = Integer.parseInt(errorValue[0]);
487 count = Integer.parseInt(errorValue[1]);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Trie2.java 175 This.errorValue = This.index[This.data16+UTRIE2_BAD_UTF8_DATA_OFFSET];
180 This.errorValue = This.data32[UTRIE2_BAD_UTF8_DATA_OFFSET];
310 if (errorValue != OtherTrie.errorValue ||
680 int errorValue;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Trie2.java 173 This.errorValue = This.index[This.data16+UTRIE2_BAD_UTF8_DATA_OFFSET];
178 This.errorValue = This.data32[UTRIE2_BAD_UTF8_DATA_OFFSET];
308 if (errorValue != OtherTrie.errorValue ||
678 int errorValue;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-6.0.0_r1-robolectric-0.jar 
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 548 milliseconds