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

  /external/chromium_org/third_party/icu/source/common/
ures_cnv.c 28 ures_openU(const UChar *myPath,
39 if(myPath==NULL) {
43 length=u_strlen(myPath);
47 } else if(uprv_isInvariantUString(myPath, length)) {
52 u_UCharsToChars(myPath, path, length+1); /* length+1 to include the NUL */
57 length=ucnv_fromUChars(cnv, path, (int32_t)sizeof(pathBuffer), myPath, length, status);
uresbund.c     [all...]
  /external/icu4c/common/
ures_cnv.c 28 ures_openU(const UChar *myPath,
39 if(myPath==NULL) {
43 length=u_strlen(myPath);
47 } else if(uprv_isInvariantUString(myPath, length)) {
52 u_UCharsToChars(myPath, path, length+1); /* length+1 to include the NUL */
57 length=ucnv_fromUChars(cnv, path, (int32_t)sizeof(pathBuffer), myPath, length, status);
uresbund.cpp     [all...]
  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureTest.java 92 Path myPath = new Path();
93 Path generatedPath = mGesture.toPath(myPath);
95 assertTrue(myPath == generatedPath);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 190 milliseconds