OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCharCount
(Results
1 - 25
of
118
) sorted by null
1
2
3
4
5
/external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeFilter.java
35
offset[0] += UTF16.
getCharCount
(c);
44
offset[0] -= UTF16.
getCharCount
(text.char32At(offset[0])) - 1;
ReplaceableContextIterator.java
123
cpLimit+=UTF16.
getCharCount
(c);
178
index+=UTF16.
getCharCount
(c);
186
index-=UTF16.
getCharCount
(c);
StringReplacer.java
156
int len = UTF16.
getCharCount
(text.char32At(start-1));
182
int nextIndex = oOutput + UTF16.
getCharCount
(c);
184
tempExtra = UTF16.
getCharCount
(text.char32At(limit));
238
newStart -= UTF16.
getCharCount
(text.char32At(newStart-1));
247
newStart += UTF16.
getCharCount
(text.char32At(newStart));
322
for (int i=0; i<output.length(); i+=UTF16.
getCharCount
(ch)) {
BidiWriter.java
57
i += UTF16.
getCharCount
(c);
84
i += UTF16.
getCharCount
(c);
146
srcLength -= UTF16.
getCharCount
(UTF16.charAt(src,
175
srcLength -= UTF16.
getCharCount
(c);
201
srcLength -= UTF16.
getCharCount
(c);
206
srcLength -= UTF16.
getCharCount
(c);
222
j += UTF16.
getCharCount
(c);
CanonicalIterator.java
176
for (int i = 0; i < source.length(); i += UTF16.
getCharCount
(cp)) {
190
+ source.substring(i + UTF16.
getCharCount
(cp)), skipZeros, subpermute);
328
for (int i = 0; i < segment.length(); i += UTF16.
getCharCount
(cp)) {
376
decompPos += UTF16.
getCharCount
(decompCp); // adjust position to skip first char
380
for (int i = segmentPos; i < segment.length(); i += UTF16.
getCharCount
(cp)) {
385
buf.append(segment.substring(i + UTF16.
getCharCount
(cp))); // add remaining segment chars
390
decompPos += UTF16.
getCharCount
(decompCp);
480
for (int i = 0; i < decomp.length(); i += UTF16.
getCharCount
(component)) {
UnescapeTransliterator.java
201
s += UTF16.
getCharCount
(ch);
245
start += UTF16.
getCharCount
(text.char32At(start));
UnicodeNameTransliterator.java
60
int clen = UTF16.
getCharCount
(c);
TransliterationRule.java
337
pos - UTF16.
getCharCount
(str.char32At(pos-1)) :
343
pos + UTF16.
getCharCount
(str.char32At(pos)) :
566
i += UTF16.
getCharCount
(ch);
TitlecaseTransliterator.java
87
for (start = offsets.start - 1; start >= offsets.contextStart; start -= UTF16.
getCharCount
(c)) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeFilter.java
41
offset[0] += UTF16.
getCharCount
(c);
50
offset[0] -= UTF16.
getCharCount
(text.char32At(offset[0])) - 1;
ReplaceableContextIterator.java
122
cpLimit+=UTF16.
getCharCount
(c);
177
index+=UTF16.
getCharCount
(c);
185
index-=UTF16.
getCharCount
(c);
BidiWriter.java
56
i += UTF16.
getCharCount
(c);
83
i += UTF16.
getCharCount
(c);
145
srcLength -= UTF16.
getCharCount
(UTF16.charAt(src,
174
srcLength -= UTF16.
getCharCount
(c);
200
srcLength -= UTF16.
getCharCount
(c);
205
srcLength -= UTF16.
getCharCount
(c);
221
j += UTF16.
getCharCount
(c);
CanonicalIterator.java
180
for (int i = 0; i < source.length(); i += UTF16.
getCharCount
(cp)) {
194
+ source.substring(i + UTF16.
getCharCount
(cp)), skipZeros, subpermute);
332
for (int i = 0; i < segment.length(); i += UTF16.
getCharCount
(cp)) {
380
decompPos += UTF16.
getCharCount
(decompCp); // adjust position to skip first char
384
for (int i = segmentPos; i < segment.length(); i += UTF16.
getCharCount
(cp)) {
389
buf.append(segment.substring(i + UTF16.
getCharCount
(cp))); // add remaining segment chars
394
decompPos += UTF16.
getCharCount
(decompCp);
484
for (int i = 0; i < decomp.length(); i += UTF16.
getCharCount
(component)) {
/frameworks/av/media/mtp/
MtpStringBuffer.h
52
inline int
getCharCount
() const { return mCharCount; }
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
StringReplacer.java
155
int len = UTF16.
getCharCount
(text.char32At(start-1));
181
int nextIndex = oOutput + UTF16.
getCharCount
(c);
183
tempExtra = UTF16.
getCharCount
(text.char32At(limit));
237
newStart -= UTF16.
getCharCount
(text.char32At(newStart-1));
246
newStart += UTF16.
getCharCount
(text.char32At(newStart));
321
for (int i=0; i<output.length(); i+=UTF16.
getCharCount
(ch)) {
UnescapeTransliterator.java
200
s += UTF16.
getCharCount
(ch);
244
start += UTF16.
getCharCount
(text.char32At(start));
UnicodeNameTransliterator.java
59
int clen = UTF16.
getCharCount
(c);
TransliterationRule.java
336
pos - UTF16.
getCharCount
(str.char32At(pos-1)) :
342
pos + UTF16.
getCharCount
(str.char32At(pos)) :
565
i += UTF16.
getCharCount
(ch);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
UnicodeLabel.java
27
for (int i = 0; i < s.length(); i+=UTF16.
getCharCount
(cp)) {
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
UnicodeLabel.java
26
for (int i = 0; i < s.length(); i+=UTF16.
getCharCount
(cp)) {
/external/icu/android_icu4j/src/main/java/android/icu/impl/
RuleCharacterIterator.java
135
_advance(UTF16.
getCharCount
(c));
253
_advance(UTF16.
getCharCount
(a));
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
RuleCharacterIterator.java
134
_advance(UTF16.
getCharCount
(c));
252
_advance(UTF16.
getCharCount
(a));
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
TestUtility.java
56
for (int i = 0; i < source.length(); i += UTF16.
getCharCount
(cp)) {
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
TestUtility.java
55
for (int i = 0; i < source.length(); i += UTF16.
getCharCount
(cp)) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
EditableDialogCellEditor.java
310
|| text.getCaretPosition() < text.
getCharCount
();
354
return text.
getCharCount
() > 0;
428
if (pos < text.
getCharCount
()) {
Completed in 4062 milliseconds
1
2
3
4
5