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

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextBreakIteratorICU.cpp201 static void textLatin1MoveInPrimaryContext(UText* text, int64_t nativeIndex, int64_t nativeLength, UBool forward) argument
205 ASSERT(nativeIndex >= text->b && nativeIndex < nativeLength);
208 if (text->chunkNativeLimit > nativeLength)
209 text->chunkNativeLimit = nativeLength;
211 ASSERT(nativeIndex > text->b && nativeIndex <= nativeLength);
226 static void textLatin1SwitchToPrimaryContext(UText* text, int64_t nativeIndex, int64_t nativeLength, UBool forward) argument
230 textLatin1MoveInPrimaryContext(text, nativeIndex, nativeLength, forward);
233 static void textLatin1MoveInPriorContext(UText* text, int64_t nativeIndex, int64_t nativeLength, UBool forward) argument
237 ASSERT_UNUSED(nativeLength, forward ? nativeIndex < nativeLength
249 textLatin1SwitchToPriorContext(UText* text, int64_t nativeIndex, int64_t nativeLength, UBool forward) argument
256 textInChunkOrOutOfRange(UText* text, int64_t nativeIndex, int64_t nativeLength, UBool forward, UBool& isAccessible) argument
365 textUTF16MoveInPrimaryContext(UText* text, int64_t nativeIndex, int64_t nativeLength, UBool forward) argument
383 textUTF16SwitchToPrimaryContext(UText* text, int64_t nativeIndex, int64_t nativeLength, UBool forward) argument
390 textUTF16MoveInPriorContext(UText* text, int64_t nativeIndex, int64_t nativeLength, UBool forward) argument
406 textUTF16SwitchToPriorContext(UText* text, int64_t nativeIndex, int64_t nativeLength, UBool forward) argument
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutext.h1003 * Function type declaration for UText.nativeLength().
1249 UTextNativeLength *nativeLength; member in struct:UTextFuncs
/external/icu/icu4c/source/common/unicode/
H A Dutext.h1003 * Function type declaration for UText.nativeLength().
1249 UTextNativeLength *nativeLength; member in struct:UTextFuncs
/external/chromium_org/third_party/icu/source/common/
H A Dutext.cpp85 return ut->pFuncs->nativeLength(ut);
/external/icu/icu4c/source/common/
H A Dutext.cpp85 return ut->pFuncs->nativeLength(ut);

Completed in 1855 milliseconds