Home
last modified time | relevance | path

Searched refs:utf8_errorValue (Results 1 – 3 of 3) sorted by relevance

/external/libweave/third_party/chromium/base/third_party/icu/
Dicu_utf.cc109 utf8_errorValue[6]={ variable
207 c=utf8_errorValue[errorCount-count]; in utf8_nextCharSafeBody()
213 c=utf8_errorValue[count]; in utf8_nextCharSafeBody()
223 c=utf8_errorValue[i-i0]; in utf8_nextCharSafeBody()
/external/libchrome/base/third_party/icu/
Dicu_utf.cc105 utf8_errorValue[6]={ variable
202 c=utf8_errorValue[errorCount-count]; in utf8_nextCharSafeBody()
208 c=utf8_errorValue[count]; in utf8_nextCharSafeBody()
218 c=utf8_errorValue[i-i0]; in utf8_nextCharSafeBody()
/external/icu/icu4c/source/common/
Dutf_impl.c84 utf8_errorValue[6]={ variable
92 return utf8_errorValue[count]; in errorValue()
221 c=utf8_errorValue[length-1]; in utf8_appendCharSafeBody()