Searched defs:newStr (Results 1 - 17 of 17) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3string.h243 pANTLR3_STRING (*newStr) (struct ANTLR3_STRING_FACTORY_struct * factory, pANTLR3_UINT8 string); member in struct:ANTLR3_STRING_FACTORY_struct
/external/deqp/framework/delibs/depool/
H A DdeMemPool.c553 char* newStr = (char*)deMemPool_alloc(pool, len+1); local
554 if (newStr)
555 memcpy(newStr, str, len+1);
556 return newStr;
569 char* newStr = (char*)deMemPool_alloc(pool, len + 1); local
573 if (newStr)
575 memcpy(newStr, str, len);
576 newStr[len] = 0;
578 return newStr;
/external/selinux/libsepol/cil/test/unit/
H A DCuTest.c39 char* newStr = (char*) malloc( sizeof(char) * (size) ); local
40 return newStr;
46 char* newStr = CuStrAlloc(len + 1); local
47 strcpy(newStr, old);
48 return newStr;
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3string.c153 factory->newStr = newStrUTF16_UTF16;
169 factory->newStr = newStr8;
1282 pANTLR3_STRING newStr; local
1288 newStr = string->factory->newPtr(string->factory, string->chars + startIndex, endIndex - startIndex);
1290 return newStr;
1299 pANTLR3_STRING newStr; local
1305 newStr = string->factory->newPtr(string->factory, (pANTLR3_UINT8)((pANTLR3_UINT16)(string->chars) + startIndex), endIndex - startIndex);
1307 return newStr;
1367 pANTLR3_STRING newStr; local
1372 newStr
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DUTF16.java1929 * in source with newStr. If the string oldStr does not occur in the UTF16 format Unicode string
1932 * except that every occurrence of oldStr is replaced by an occurrence of newStr.
1951 * @param newStr The new string to replace oldStr
1952 * @return new String derived from source by replacing every occurrence of oldStr with newStr.
1955 public static String replace(String source, String oldStr, String newStr) { argument
1961 int newStrSize = newStr.length();
1967 result.replace(resultIndex, endResultIndex, newStr);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUTF16.java1996 * in source with newStr. If the string oldStr does not occur in the UTF16 format Unicode string
1999 * except that every occurrence of oldStr is replaced by an occurrence of newStr.
2018 * @param newStr The new string to replace oldStr
2019 * @return new String derived from source by replacing every occurrence of oldStr with newStr.
2023 public static String replace(String source, String oldStr, String newStr) { argument
2029 int newStrSize = newStr.length();
2035 result.replace(resultIndex, endResultIndex, newStr);
/external/vulkan-validation-layers/layers/
H A Dswapchain.cpp1377 const char *newStr = surfaceTransformStr((VkSurfaceTransformFlagBitsKHR)(1 << i)); local
1378 sprintf(str, " %s\n", newStr);
1406 const char *newStr = surfaceCompositeAlphaStr((VkCompositeAlphaFlagBitsKHR)(1 << i)); local
1407 sprintf(str, " %s\n", newStr);
/external/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp611 static void GetChangedString(const UString &newStr, UString &prevStr, bool &hasChanged) argument
613 hasChanged = !(prevStr == newStr);
615 prevStr = newStr;
/external/lldb/source/Interpreter/
H A DScriptInterpreterPython.cpp2735 uint64_t replace_all(std::string& str, const std::string& oldStr, const std::string& newStr) argument
2742 str.replace(pos, oldStr.length(), newStr);
2743 pos += newStr.length();
/external/clang/tools/c-index-test/
H A Dc-index-test.c2753 char *newStr; local
2766 newStr = node->data;
2767 sprintf(newStr, "%s:%d:%d", name, line, column);
2774 return (CXIdxClientContainer)newStr;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1042 milliseconds