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

  /external/icu4c/i18n/
uregex.cpp 42 int32_t fTextLength; // Length provided by user with setText(), which
57 fTextLength = 0;
388 regexp->fTextLength = textLength;
421 regexp->fTextLength = -1;
448 regexp->fTextLength = (int32_t)inputNativeLength;
452 regexp->fTextLength = utext_extract(inputText, 0, inputNativeLength, NULL, 0, &lengthStatus); // buffer overflow error
453 UChar *inputChars = (UChar *)uprv_malloc(sizeof(UChar)*(regexp->fTextLength+1));
455 utext_extract(inputText, 0, inputNativeLength, inputChars, regexp->fTextLength+1, status);
462 *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 124 milliseconds