Home
last modified time | relevance | path

Searched refs:strindex (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUCharacterUtility.java91 int strindex, int aindex) in compareNullTermByteSubString() argument
105 if (strindex == length in compareNullTermByteSubString()
106 || (str.charAt(strindex) != (char)(b & 0xFF))) { in compareNullTermByteSubString()
109 strindex ++; in compareNullTermByteSubString()
111 return strindex; in compareNullTermByteSubString()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterUtility.java90 int strindex, int aindex) in compareNullTermByteSubString() argument
104 if (strindex == length in compareNullTermByteSubString()
105 || (str.charAt(strindex) != (char)(b & 0xFF))) { in compareNullTermByteSubString()
108 strindex ++; in compareNullTermByteSubString()
110 return strindex; in compareNullTermByteSubString()
/third_party/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp896 int strindex = 0; in doForwardIterTest() local
898 while (strindex < strlen) { in doForwardIterTest()
902 memcpy(str + strindex, gFileLines[linecount].name, in doForwardIterTest()
904 strindex += len; in doForwardIterTest()
926 strindex = 0; in doForwardIterTest()
927 ucol_setOffset(iter, strindex, &error); in doForwardIterTest()
935 strindex += 10; in doForwardIterTest()
936 if (strindex > strlen) { in doForwardIterTest()
939 ucol_setOffset(iter, strindex, &error); in doForwardIterTest()
955 strindex = 0; in doForwardIterTest()
[all …]
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DCollationPerformanceTest.java642 int strindex = 0; in doForwardIterTest() local
646 strindex = 0; in doForwardIterTest()
647 iter.setOffset(strindex); in doForwardIterTest()
655 strindex += 10; in doForwardIterTest()
656 if (strindex > strlen) { in doForwardIterTest()
659 iter.setOffset(strindex); in doForwardIterTest()
675 strindex = 0; in doForwardIterTest()
676 iter.setOffset(strindex); in doForwardIterTest()
681 strindex += 10; in doForwardIterTest()
682 if (strindex > strlen) { in doForwardIterTest()
[all …]
/third_party/curl/lib/
Descape.c149 size_t strindex = 0; in Curl_urldecode() local
196 ns[strindex++] = in; in Curl_urldecode()
199 ns[strindex] = 0; /* terminate it */ in Curl_urldecode()
203 *olen = strindex; in Curl_urldecode()
/third_party/icu/icu4c/source/test/perf/collperf/
Dcollperf.cpp227 int strindex = 0; in icu_forward_all() local
228 ucol_setOffset(iter, strindex, status); in icu_forward_all()
236 strindex += 10; in icu_forward_all()
237 if (strindex > strlen) { in icu_forward_all()
240 ucol_setOffset(iter, strindex, status); in icu_forward_all()
249 int strindex = 5; in icu_backward_all() local
250 ucol_setOffset(iter, strindex, status); in icu_backward_all()
258 strindex += 10; in icu_backward_all()
259 if (strindex > strlen) { in icu_backward_all()
262 ucol_setOffset(iter, strindex, status); in icu_backward_all()
/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-sink.c483 &routings.strings[routings.strindex[i]]); in gst_oss4_sink_open()
Doss4-soundcard.h1864 short strindex[OSS_ENUM_MAXVALUE]; member