Home
last modified time | relevance | path

Searched refs:_charAt (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DUTF16.java204 return _charAt(source, offset16, single); in charAt()
207 private static int _charAt(String source, int offset16, char single) { in _charAt() method in UTF16
257 return _charAt(source, offset16, single); in charAt()
260 private static int _charAt(CharSequence source, int offset16, char single) { in _charAt() method in UTF16
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUTF16.java224 return _charAt(source, offset16, single); in charAt()
227 private static int _charAt(String source, int offset16, char single) { in _charAt() method in UTF16
278 return _charAt(source, offset16, single); in charAt()
281 private static int _charAt(CharSequence source, int offset16, char single) { in _charAt() method in UTF16
/third_party/node/deps/icu-small/source/tools/toolutil/
Ducbuf.cpp369 _charAt(int32_t offset, void *context) { in _charAt() function
415 c32 = u_unescapeAt(_charAt, &offset, length, (void*)buf); in ucbuf_getcx32()
/third_party/icu/icu4c/source/tools/toolutil/
Ducbuf.cpp369 _charAt(int32_t offset, void *context) { in _charAt() function
415 c32 = u_unescapeAt(_charAt, &offset, length, (void*)buf); in ucbuf_getcx32()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Ducbuf.cpp369 _charAt(int32_t offset, void *context) { in _charAt() function
415 c32 = u_unescapeAt(_charAt, &offset, length, (void*)buf); in ucbuf_getcx32()
/third_party/icu/icu4c/source/test/cintltst/
Dnucnvtst.c3469 _charAt(int32_t offset, void *context) { in _charAt() function
3491 c = u_unescapeAt(_charAt,&srcIndex,srcLen,(void*)src); /* advances i*/ in unescape()