Searched refs:_charAt (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | UTF16.java | 204 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/ |
D | UTF16.java | 224 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/ |
D | ucbuf.cpp | 369 _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/ |
D | ucbuf.cpp | 369 _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/ |
D | ucbuf.cpp | 369 _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/ |
D | nucnvtst.c | 3469 _charAt(int32_t offset, void *context) { in _charAt() function 3491 c = u_unescapeAt(_charAt,&srcIndex,srcLen,(void*)src); /* advances i*/ in unescape()
|