Searched refs:typeLen (Results 1 - 6 of 6) sorted by relevance
/external/skia/src/views/ |
H A D | SkEvent.cpp | 36 size_t typeLen = strlen(type); local 37 return strncmp(fType, type, typeLen) == 0 && fType[typeLen] == 0; 41 size_t typeLen = strlen(type); local 42 fType = (char*) sk_malloc_throw(typeLen + 1); 43 memcpy(fType, type, typeLen); 44 fType[typeLen] = 0;
|
/external/skqp/src/views/ |
H A D | SkEvent.cpp | 36 size_t typeLen = strlen(type); local 37 return strncmp(fType, type, typeLen) == 0 && fType[typeLen] == 0; 41 size_t typeLen = strlen(type); local 42 fType = (char*) sk_malloc_throw(typeLen + 1); 43 memcpy(fType, type, typeLen); 44 fType[typeLen] = 0;
|
/external/skia/tools/bookmaker/ |
H A D | bookmaker.cpp | 926 int typeLen = strlen(fMaps[index].fName); local 927 if (typeLen == 0) { 930 if (fChar + typeLen >= fEnd || fChar[typeLen] > ' ') { 933 int chCompare = strncmp(fChar, fMaps[index].fName, typeLen);
|
/external/skqp/tools/bookmaker/ |
H A D | bookmaker.cpp | 826 int typeLen = strlen(fMaps[index].fName); local 827 if (typeLen == 0) { 830 if (fChar + typeLen >= fEnd || fChar[typeLen] > ' ') { 833 int chCompare = strncmp(fChar, fMaps[index].fName, typeLen);
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/ |
H A D | ULocale.java | 3336 int typeLen = type.length(); 3337 if (typeLen >= 3 && typeLen <= 8 && LanguageTag.isExtensionSubtag(type)) {
|
/external/guice/extensions/struts2/lib/ |
H A D | freemarker-2.3.16.jar | META-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ... |
Completed in 449 milliseconds