OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subLength
(Results
1 - 20
of
20
) sorted by null
/external/icu/icu4c/source/common/
ustring.cpp
54
const UChar *sub, int32_t
subLength
) {
58
if(sub==NULL ||
subLength
<-1) {
67
if(length<0 &&
subLength
<0) {
106
if(
subLength
<0) {
107
subLength
=u_strlen(sub);
109
if(
subLength
==0) {
115
--
subLength
;
116
subLimit=sub+
subLength
;
118
if(
subLength
==0 && !U16_IS_SURROGATE(cs)) {
152
/*
subLength
was decremented above *
[
all
...]
/external/icu/icu4c/source/common/unicode/
ustring.h
199
* @param
subLength
The length of substring (number of UChars), or -1 if it is NUL-terminated.
209
u_strFindFirst(const UChar *s, int32_t length, const UChar *substring, int32_t
subLength
);
286
* @param
subLength
The length of substring (number of UChars), or -1 if it is NUL-terminated.
296
u_strFindLast(const UChar *s, int32_t length, const UChar *substring, int32_t
subLength
);
[
all
...]
/external/v8/src/js/
string.js
125
var
subLength
= sub.length;
128
var index =
subLength
- patLength;
136
if (position + patLength <
subLength
) {
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java
[
all
...]
/prebuilts/misc/common/ecj/
ecj.jar
/external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar
/prebuilts/sdk/tools/jacks/
jack-3.36.CANDIDATE.jar
jack-4.7.BETA.jar
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar
/prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
/external/guice/extensions/struts2/lib/
core-3.1.1.jar
/prebuilts/devtools/tools/lib/
ecj-4.4.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar
/prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar
/prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar
Completed in 88 milliseconds