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

  /external/chromium/third_party/icu/source/i18n/
rematch.cpp 122 fInput = NULL;
212 dest.append(*fInput, fAppendPosition, len);
314 int32_t len = fInput->length() - fAppendPosition;
316 dest.append(*fInput, fAppendPosition, len);
392 startPos = fInput->moveIndex32(startPos, 1);
416 const UChar *inputBuf = fInput->getBuffer();
635 return UnicodeString(*fInput, s, e-s);
648 return *fInput;
778 if (start>limit || start<0 || limit<0 || limit>fInput->length()) {
826 return *fInput;
    [all...]
uspoof_buildconf.cpp 143 fInput(NULL),
173 uprv_free(fInput);
217 fInput = static_cast<UChar *>(uprv_malloc((inputLen+1) * sizeof(UChar)));
218 if (fInput == NULL) {
221 u_strFromUTF8(fInput, inputLen+1, NULL, confusables, confusablesLen, &status);
249 if (*fInput == 0xfeff) {
250 *fInput = 0x20;
254 uregex_setText(fParseLine, fInput, inputLen, &status);
269 UChar32 keyChar = SpoofImpl::ScanHex(fInput, uregex_start(fParseLine, 1, &status),
274 uregex_setText(fParseHexNum, &fInput[mapStringStart], mapStringLength, &status)
    [all...]
uspoof_buildconf.h 84 UChar *fInput;
  /external/icu4c/i18n/
uspoof_conf.cpp 143 fInput(NULL),
173 uprv_free(fInput);
217 fInput = static_cast<UChar *>(uprv_malloc((inputLen+1) * sizeof(UChar)));
218 if (fInput == NULL) {
221 u_strFromUTF8(fInput, inputLen+1, NULL, confusables, confusablesLen, &status);
249 if (*fInput == 0xfeff) {
250 *fInput = 0x20;
254 uregex_setText(fParseLine, fInput, inputLen, &status);
269 UChar32 keyChar = SpoofImpl::ScanHex(fInput, uregex_start(fParseLine, 1, &status),
274 uregex_setText(fParseHexNum, &fInput[mapStringStart], mapStringLength, &status)
    [all...]
uspoof_conf.h 86 UChar *fInput;
rematch.cpp 168 if (fInput) {
169 delete fInput;
227 fInput = NULL;
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
regex.h     [all...]
  /external/icu4c/i18n/unicode/
regex.h     [all...]

Completed in 122 milliseconds