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

  /external/icu/icu4c/source/i18n/
uregex.cpp 43 int32_t fTextLength; // Length provided by user with setText(), which
58 fTextLength = 0;
389 regexp->fTextLength = textLength;
422 regexp->fTextLength = -1;
449 regexp->fTextLength = (int32_t)inputNativeLength;
453 regexp->fTextLength = utext_extract(inputText, 0, inputNativeLength, NULL, 0, &lengthStatus); // buffer overflow error
454 UChar *inputChars = (UChar *)uprv_malloc(sizeof(UChar)*(regexp->fTextLength+1));
456 utext_extract(inputText, 0, inputNativeLength, inputChars, regexp->fTextLength+1, status);
463 *textLength = regexp->fTextLength;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 

Completed in 63 milliseconds