HomeSort by relevance Sort by last modified time
    Searched full:sourcestr (Results 1 - 10 of 10) sorted by null

  /packages/apps/OMA-DM/engine/dmlib/dmtapi/native/src/
dmstring.cc 311 void DMString::RemoveSufix(CPCHAR sourceStr, int seperator)
313 if(sourceStr != NULL)
316 CPCHAR ptr = DmStrrchr(sourceStr, seperator);
318 len=(INT32)(ptr-sourceStr);
319 assign(sourceStr, len);
  /cts/tests/tests/util/src/android/util/cts/
XmlEncodingTest.java 57 final String sourceStr = "<" + TAG_TEST + "><" + TAG_SON + " " + ATT_NAME + "=\"" + STR_ABC
76 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_US_ASCII)),
108 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_UTF_8)),
140 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_UTF_16)),
172 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_ISO_8859_1)),
XmlTest.java 84 final String sourceStr = "<" + TAG_TEST + "><" + TAG_SON + " " + ATT_NAME + "=\"" + STR_ABC
189 for (int i = 0; i < sourceStr.length(); i++) {
191 dout.write(sourceStr.charAt(i));
239 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_US_ASCII)),
271 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_UTF_8)),
303 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_UTF_16)),
335 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_ISO_8859_1)),
  /packages/apps/OMA-DM/engine/dmlib/api/native/
dmstring.h 400 * Removes rest of the string sourceStr after first occurrence on the separator
406 * \param sourceStr [in] - string that should be truncated
411 void RemoveSufix(CPCHAR sourceStr, int seperator);
  /external/chromium_org/third_party/icu/source/common/
caniter.cpp 67 CanonicalIterator::CanonicalIterator(const UnicodeString &sourceStr, UErrorCode &status) :
77 setSource(sourceStr, status);
  /external/icu/icu4c/source/common/
caniter.cpp 68 CanonicalIterator::CanonicalIterator(const UnicodeString &sourceStr, UErrorCode &status) :
78 setSource(sourceStr, status);
  /external/deqp/modules/glshared/
glsLifetimeTests.cpp 427 const char* const sourceStr = source.c_str();
429 GLU_CHECK_CALL_ERROR(glShaderSource(shader, 1, &sourceStr, DE_NULL), gl().getError());
435 TCU_CHECK_MSG(compileStatus != 0, sourceStr);
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLShaderBuilder.cpp 735 const GrGLchar* sourceStr = shaderSrc.c_str();
737 GR_GL_CALL(gli, ShaderSource(shaderId, 1, &sourceStr, &sourceLength));
    [all...]
  /external/skia/src/gpu/gl/
GrGLShaderBuilder.cpp 735 const GrGLchar* sourceStr = shaderSrc.c_str();
737 GR_GL_CALL(gli, ShaderSource(shaderId, 1, &sourceStr, &sourceLength));
    [all...]
  /external/chromium_org/v8/src/
log.cc 1430 SmartArrayPointer<char> sourcestr = local
    [all...]

Completed in 3757 milliseconds