Searched refs:nativeLength (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
D | TextBreakIteratorICU.cpp | 201 static void textLatin1MoveInPrimaryContext(UText* text, int64_t nativeIndex, int64_t nativeLength, … in textLatin1MoveInPrimaryContext() argument 205 ASSERT(nativeIndex >= text->b && nativeIndex < nativeLength); in textLatin1MoveInPrimaryContext() 208 if (text->chunkNativeLimit > nativeLength) in textLatin1MoveInPrimaryContext() 209 text->chunkNativeLimit = nativeLength; in textLatin1MoveInPrimaryContext() 211 ASSERT(nativeIndex > text->b && nativeIndex <= nativeLength); in textLatin1MoveInPrimaryContext() 226 static void textLatin1SwitchToPrimaryContext(UText* text, int64_t nativeIndex, int64_t nativeLength… in textLatin1SwitchToPrimaryContext() argument 230 textLatin1MoveInPrimaryContext(text, nativeIndex, nativeLength, forward); in textLatin1SwitchToPrimaryContext() 233 static void textLatin1MoveInPriorContext(UText* text, int64_t nativeIndex, int64_t nativeLength, UB… in textLatin1MoveInPriorContext() argument 237 ASSERT_UNUSED(nativeLength, forward ? nativeIndex < nativeLength : nativeIndex <= nativeLength); in textLatin1MoveInPriorContext() 238 ASSERT_UNUSED(forward, forward ? nativeIndex < nativeLength : nativeIndex <= nativeLength); in textLatin1MoveInPriorContext() [all …]
|
/external/icu4c/common/unicode/ |
D | utext.h | 1249 UTextNativeLength *nativeLength; member
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | utext.h | 1388 UTextNativeLength *nativeLength; member
|
/external/icu4c/common/ |
D | utext.cpp | 85 return ut->pFuncs->nativeLength(ut); in utext_nativeLength()
|
/external/chromium_org/third_party/icu/source/common/ |
D | utext.cpp | 82 return ut->pFuncs->nativeLength(ut); in utext_nativeLength()
|