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

  /external/icu4c/tools/gennames/
gennames.c     [all...]
  /external/icu4c/test/cintltst/
usettest.c 272 const char* stringStart = ++p;
278 stringLength = (int32_t)(p - stringStart - 1);
279 strncpy(strCopy, stringStart, stringLength);
282 u_charsToUChars(stringStart, ustr, stringLength);
419 const char* stringStart = ++p;
425 stringLength = (int32_t)(p - stringStart - 1);
426 strncpy(strCopy, stringStart, stringLength);
429 u_charsToUChars(stringStart, ustr, stringLength);
  /external/webkit/Source/JavaScriptCore/parser/
Lexer.cpp 461 const UChar* stringStart = currentCharacter();
465 if (stringStart != currentCharacter())
466 m_buffer16.append(stringStart, currentCharacter() - stringStart);
523 stringStart = currentCharacter();
538 if (currentCharacter() != stringStart)
539 m_buffer16.append(stringStart, currentCharacter() - stringStart);
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/text/
WTFString.cpp 734 String String::fromUTF8(const char* stringStart, size_t length)
739 if (!stringStart)
749 const char* stringCurrent = stringStart;
750 if (convertUTF8ToUTF16(&stringCurrent, stringStart + length, &buffer, bufferEnd) != conversionOK)
  /external/icu4c/i18n/
regexcmp.cpp     [all...]

Completed in 50 milliseconds