HomeSort by relevance Sort by last modified time
    Searched defs:fTextLength (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
uregex.cpp 45 int32_t fTextLength; // Length provided by user with setText(), which
60 fTextLength = 0;
391 regexp->fTextLength = textLength;
424 regexp->fTextLength = -1;
451 regexp->fTextLength = (int32_t)inputNativeLength;
455 regexp->fTextLength = utext_extract(inputText, 0, inputNativeLength, NULL, 0, &lengthStatus); // buffer overflow error
456 UChar *inputChars = (UChar *)uprv_malloc(sizeof(UChar)*(regexp->fTextLength+1));
458 utext_extract(inputText, 0, inputNativeLength, inputChars, regexp->fTextLength+1, status);
465 *textLength = regexp->fTextLength;
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.text_3.5.400.v20150505-1044.jar 

Completed in 524 milliseconds