Searched defs:textLength (Results 1 - 25 of 51) sorted by relevance

123

/external/icu/icu4c/source/common/unicode/
H A Dchariter.h665 int32_t textLength; member in class:CharacterIterator
718 return textLength;
H A Dunistr.h2055 * This must be true if <code>textLength==-1</code>.
2057 * @param textLength The number of Unicode characters in <code>text</code> to alias.
2065 int32_t textLength);
3014 * @param textLength The number of Unicode characters in <TT>text</TT>
3019 int32_t textLength);
3036 * This must be true if <code>textLength==-1</code>.
3038 * @param textLength The number of Unicode characters in <code>text</code> to alias.
3045 int32_t textLength);
3859 int32_t len = length(), textLength = text.length(); local
3860 return !text.isBogus() && len == textLength
[all...]
/external/icu/icu4c/source/common/
H A Dubrk.cpp34 int32_t textLength,
80 ubrk_setText(uBI, text, textLength, status);
97 int32_t textLength,
114 ubrk_setText(uBI, text, textLength, status);
164 int32_t textLength,
168 utext_openUChars(&ut, text, textLength, status);
31 ubrk_open(UBreakIteratorType type, const char *locale, const UChar *text, int32_t textLength, UErrorCode *status) argument
94 ubrk_openRules( const UChar *rules, int32_t rulesLength, const UChar *text, int32_t textLength, UParseError *parseErr, UErrorCode *status) argument
162 ubrk_setText(UBreakIterator* bi, const UChar* text, int32_t textLength, UErrorCode* status) argument
H A Dsimplepatternformatter.cpp76 int32_t textLength = 0; local
98 if (textLength > 0) {
99 compiledPattern.setCharAt(compiledPattern.length() - textLength - 1,
100 (UChar)(ARG_NUM_LIMIT + textLength));
101 textLength = 0;
135 if (textLength == 0) {
140 if (++textLength == MAX_SEGMENT_LENGTH) {
141 textLength = 0;
144 if (textLength > 0) {
145 compiledPattern.setCharAt(compiledPattern.length() - textLength
[all...]
H A Dusc_impl.c43 int32_t textLength; member in struct:UScriptRun
252 scriptRun->textLength = length;
263 if (scriptRun == NULL || scriptRun->scriptLimit >= scriptRun->textLength) {
270 for (scriptRun->scriptStart = scriptRun->scriptLimit; scriptRun->scriptLimit < scriptRun->textLength; scriptRun->scriptLimit += 1) {
280 if (high >= 0xD800 && high <= 0xDBFF && scriptRun->scriptLimit < scriptRun->textLength - 1) {
/external/webrtc/webrtc/modules/video_render/android/
H A Dvideo_render_android_impl.cc295 const int32_t textLength,
292 SetText( const uint8_t textId, const uint8_t* text, const int32_t textLength, const uint32_t textColorRef, const uint32_t backgroundColorRef, const float left, const float top, const float rigth, const float bottom) argument
/external/webrtc/webrtc/modules/video_render/external/
H A Dvideo_render_external_impl.cc166 const int32_t textLength,
163 SetText( const uint8_t textId, const uint8_t* text, const int32_t textLength, const uint32_t textColorRef, const uint32_t backgroundColorRef, const float left, const float top, const float right, const float bottom) argument
/external/webrtc/webrtc/modules/video_render/linux/
H A Dvideo_render_linux_impl.cc236 const int32_t textLength,
233 SetText( const uint8_t textId, const uint8_t* text, const int32_t textLength, const uint32_t textColorRef, const uint32_t backgroundColorRef, const float left, const float top, const float rigth, const float bottom) argument
/external/webrtc/webrtc/modules/video_render/mac/
H A Dvideo_render_mac_carbon_impl.cc255 const int32_t textLength,
253 SetText(const uint8_t textId, const uint8_t* text, const int32_t textLength, const uint32_t textColorRef, const uint32_t backgroundColorRef, const float left, const float top, const float right, const float bottom) argument
/external/webrtc/webrtc/modules/video_render/windows/
H A Dvideo_render_windows_impl.cc296 const int32_t textLength,
311 error = _ptrRendererWin->SetText(textId, text, textLength,
293 SetText( const uint8_t textId, const uint8_t* text, const int32_t textLength, const uint32_t textColorRef, const uint32_t backgroundColorRef, const float left, const float top, const float right, const float bottom) argument
/external/icu/icu4c/source/i18n/
H A Dchoicfmt.cpp311 int32_t textLength = text.length(); local
313 for (int32_t j = 0; j < textLength; ++j) {
H A Ducoleitr.cpp274 int32_t textLength,
280 if (coll == NULL || (text == NULL && textLength != 0)) {
290 UnicodeString s((UBool)(textLength < 0), text, textLength);
478 int32_t textLength,
485 if ((text == NULL && textLength != 0)) {
489 UnicodeString s((UBool)(textLength < 0), text, textLength);
272 ucol_openElements(const UCollator *coll, const UChar *text, int32_t textLength, UErrorCode *status) argument
476 ucol_setText( UCollationElements *elems, const UChar *text, int32_t textLength, UErrorCode *status) argument
H A Dunum.cpp335 int32_t textLength,
342 const UnicodeString src((UBool)(textLength == -1), text, textLength);
363 int32_t textLength,
368 parseRes(res, fmt, text, textLength, parsePos, status);
375 int32_t textLength,
380 parseRes(res, fmt, text, textLength, parsePos, status);
387 int32_t textLength,
392 parseRes(res, fmt, text, textLength, parsePos, status);
399 int32_t textLength,
332 parseRes(Formattable& res, const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t *parsePos , UErrorCode *status) argument
361 unum_parse( const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t *parsePos , UErrorCode *status) argument
373 unum_parseInt64( const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t *parsePos , UErrorCode *status) argument
385 unum_parseDouble( const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t *parsePos , UErrorCode *status) argument
397 unum_parseDecimal(const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t *parsePos , char *outBuf, int32_t outBufLength, UErrorCode *status) argument
430 unum_parseDoubleCurrency(const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t* parsePos, UChar* currency, UErrorCode* status) argument
821 unum_parseToUFormattable(const UNumberFormat* fmt, UFormattable *result, const UChar* text, int32_t textLength, int32_t* parsePos, UErrorCode* status) argument
[all...]
H A Dusrchimp.h133 int32_t textLength; // exact length member in struct:USearch
151 int32_t textLength; // exact length member in struct:UPattern
H A Dudat.cpp344 int32_t textLength,
350 const UnicodeString src((UBool)(textLength == -1), text, textLength);
377 int32_t textLength,
383 const UnicodeString src((UBool)(textLength == -1), text, textLength);
342 udat_parse( const UDateFormat* format, const UChar* text, int32_t textLength, int32_t *parsePos, UErrorCode *status) argument
374 udat_parseCalendar(const UDateFormat* format, UCalendar* calendar, const UChar* text, int32_t textLength, int32_t *parsePos, UErrorCode *status) argument
/external/icu/icu4c/source/io/
H A Dustdio.c131 int32_t textLength; local
185 textLength = f->fTranslit->length;
187 pos.contextLimit = textLength;
189 pos.limit = textLength;
193 &textLength,
208 textLength = f->fTranslit->length;
213 &textLength,
/external/icu/icu4c/source/test/letest/
H A Dgendata.cpp43 le_int32 textLength; member in struct:TestInput
/external/webrtc/webrtc/modules/video_render/
H A Dvideo_render_impl.cc471 const int32_t textLength,
486 return _ptrRenderer->SetText(textId, text, textLength, textColorRef,
468 SetText( const uint8_t textId, const uint8_t* text, const int32_t textLength, const uint32_t textColorRef, const uint32_t backgroundColorRef, const float left, const float top, const float right, const float bottom) argument
H A Dvideo_render_internal_impl.cc694 const int32_t textLength,
709 return _ptrRenderer->SetText(textId, text, textLength, textColorRef,
691 SetText( const uint8_t textId, const uint8_t* text, const int32_t textLength, const uint32_t textColorRef, const uint32_t backgroundColorRef, const float left, const float top, const float right, const float bottom) argument
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTrie2.java533 textLength = text.length();
538 private int textLength; field in class:Trie2.CharSequenceIterator
544 if (i < 0 || i > textLength) {
552 return index<textLength;
/external/icu/icu4c/source/test/cintltst/
H A Dutransts.c96 const UChar* text, int32_t textLength) {
98 int32_t newLen = Xlength(rep) + limit - start + textLength;
101 u_strncpy(newText + start, text, textLength);
102 u_strcpy(newText + start + textLength, x->text + limit);
95 Xreplace(UReplaceable* rep, int32_t start, int32_t limit, const UChar* text, int32_t textLength) argument
H A Dreapits.c453 int32_t textLength; local
462 result = uregex_getText(re, &textLength, &status);
464 TEST_ASSERT(textLength == -1);
469 result = uregex_getText(re, &textLength, &status);
471 TEST_ASSERT(textLength == 7);
476 result = uregex_getText(re, &textLength, &status);
478 TEST_ASSERT(textLength == 4);
1600 int32_t textLength; local
1624 result = uregex_getText(re, &textLength, &status); /* flattens UText into buffer */
1626 TEST_ASSERT(textLength
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTrie2.java531 textLength = text.length();
536 private int textLength; field in class:Trie2.CharSequenceIterator
542 if (i < 0 || i > textLength) {
550 return index<textLength;
/external/harfbuzz_ng/src/
H A Dhb-directwrite.cc365 uint32_t textLength,
369 , mTextLength(textLength)
411 OUT uint32_t* textLength)
416 *textLength = 0;
420 *textLength = mTextLength - textPosition;
427 OUT uint32_t* textLength)
433 *textLength = 0;
437 *textLength = textPosition;
446 uint32_t* textLength,
453 OUT uint32_t* textLength,
364 TextAnalysis(const wchar_t* text, uint32_t textLength, const wchar_t* localeName, DWRITE_READING_DIRECTION readingDirection) argument
409 GetTextAtPosition(uint32_t textPosition, OUT wchar_t const** textString, OUT uint32_t* textLength) argument
425 GetTextBeforePosition(uint32_t textPosition, OUT wchar_t const** textString, OUT uint32_t* textLength) argument
445 GetLocaleName(uint32_t textPosition, uint32_t* textLength, wchar_t const** localeName) argument
452 GetNumberSubstitution(uint32_t textPosition, OUT uint32_t* textLength, OUT IDWriteNumberSubstitution** numberSubstitution) argument
466 SetScriptAnalysis(uint32_t textPosition, uint32_t textLength, DWRITE_SCRIPT_ANALYSIS const* scriptAnalysis) argument
481 SetLineBreakpoints(uint32_t textPosition, uint32_t textLength, const DWRITE_LINE_BREAKPOINT* lineBreakpoints) argument
485 SetBidiLevel(uint32_t textPosition, uint32_t textLength, uint8_t explicitLevel, uint8_t resolvedLevel) argument
491 SetNumberSubstitution(uint32_t textPosition, uint32_t textLength, IDWriteNumberSubstitution* numberSubstitution) argument
496 FetchNextRun(IN OUT uint32_t* textLength) argument
687 uint32_t textLength = buffer->len; local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp1784 UnicodeString(UBool /*isTerminated*/, const UChar * /*text*/, int32_t textLength) : i(textLength) {(void)i;} argument

Completed in 466 milliseconds

123