Home
last modified time | relevance | path

Searched refs:nativeLength (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextBreakIteratorICU.cpp201 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/
Dutext.h1249 UTextNativeLength *nativeLength; member
/external/chromium_org/third_party/icu/source/common/unicode/
Dutext.h1388 UTextNativeLength *nativeLength; member
/external/icu4c/common/
Dutext.cpp85 return ut->pFuncs->nativeLength(ut); in utext_nativeLength()
/external/chromium_org/third_party/icu/source/common/
Dutext.cpp82 return ut->pFuncs->nativeLength(ut); in utext_nativeLength()