Searched defs:nativeIndex (Results 1 – 9 of 9) sorted by relevance
| /external/chromium_org/third_party/WebKit/Source/platform/text/ |
| D | TextBreakIteratorICU.cpp | 186 static inline TextContext textGetContext(const UText* text, int64_t nativeIndex, UBool forward) in textGetContext() 202 static void textLatin1MoveInPrimaryContext(UText* text, int64_t nativeIndex, int64_t nativeLength, … in textLatin1MoveInPrimaryContext() 227 static void textLatin1SwitchToPrimaryContext(UText* text, int64_t nativeIndex, int64_t nativeLength… in textLatin1SwitchToPrimaryContext() 234 static void textLatin1MoveInPriorContext(UText* text, int64_t nativeIndex, int64_t nativeLength, UB… in textLatin1MoveInPriorContext() 250 static void textLatin1SwitchToPriorContext(UText* text, int64_t nativeIndex, int64_t nativeLength, … in textLatin1SwitchToPriorContext() 257 static inline bool textInChunkOrOutOfRange(UText* text, int64_t nativeIndex, int64_t nativeLength, … in textInChunkOrOutOfRange() 291 static UBool textLatin1Access(UText* text, int64_t nativeIndex, UBool forward) in textLatin1Access() 366 static void textUTF16MoveInPrimaryContext(UText* text, int64_t nativeIndex, int64_t nativeLength, U… in textUTF16MoveInPrimaryContext() 384 static void textUTF16SwitchToPrimaryContext(UText* text, int64_t nativeIndex, int64_t nativeLength,… in textUTF16SwitchToPrimaryContext() 391 static void textUTF16MoveInPriorContext(UText* text, int64_t nativeIndex, int64_t nativeLength, UBo… in textUTF16MoveInPriorContext() [all …]
|
| /external/chromium_org/third_party/icu/source/test/cintltst/ |
| D | reapits.c | 1745 int64_t nativeIndex; in TestUTextAPI() local
|
| /external/icu/icu4c/source/test/intltest/ |
| D | utxttest.cpp | 1439 int64_t nativeIndex = UTEXT_GETNATIVEINDEX(ut); in Ticket6847() local
|
| D | regextst.cpp | 3263 static UBool utextOffsetToNative(UText *utext, int32_t unistrOffset, int32_t& nativeIndex) in utextOffsetToNative()
|
| /external/icu/icu4c/source/test/cintltst/ |
| D | reapits.c | 1788 int64_t nativeIndex; in TestUTextAPI() local
|
| /external/chromium_org/third_party/icu/source/test/intltest/ |
| D | utxttest.cpp | 1913 int32_t nativeIndex = UTEXT_GETNATIVEINDEX(ut); in Ticket6847() local
|
| D | regextst.cpp | 3111 static UBool utextOffsetToNative(UText *utext, int32_t unistrOffset, int32_t& nativeIndex) in utextOffsetToNative()
|
| /external/icu/icu4c/source/common/ |
| D | utext.cpp | 238 utext_char32At(UText *ut, int64_t nativeIndex) { in utext_char32At()
|
| /external/chromium_org/third_party/icu/source/common/ |
| D | utext.cpp | 235 utext_char32At(UText *ut, int64_t nativeIndex) { in utext_char32At()
|