OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getcodepoint
(Results
1 - 16
of
16
) sorted by null
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
IllegalFormatCodePointExceptionTest.java
39
* @tests java.util.IllegalFormatCodePointException.
getCodePoint
()
45
assertEquals(codePoint, illegalFormatCodePointException.
getCodePoint
());
69
assertEquals("CodePoint", initEx.
getCodePoint
(), desrEx
70
.
getCodePoint
());
/libcore/luni/src/main/java/java/util/
IllegalFormatCodePointException.java
50
public int
getCodePoint
() {
/external/icu4c/common/unicode/
usetiter.h
54
* processCodepointRange(it.
getCodepoint
(), it.getCodepointEnd());
132
* <tt>
getCodepoint
()</tt>.
133
* For ranges, <tt>
getCodepoint
()</tt> returns the starting codepoint
145
inline UChar32
getCodepoint
() const;
179
* <tt>
getCodepoint
()</tt>
197
* range of one or more code points from <tt>
getCodepoint
()</tt> to
307
inline UChar32 UnicodeSetIterator::
getCodepoint
() const {
/external/icu4c/test/perf/unisetperf/draft/
trieset.cpp
49
start=iter.
getCodepoint
();
bitset.cpp
105
start=iter.
getCodepoint
();
/external/icu4c/test/perf/usetperf/
usetperf.cpp
90
temp += uit.
getCodepoint
();
/external/icu4c/test/intltest/
transrt.cpp
629
UChar32 c = usi.
getCodepoint
();
644
UChar32 c = usi.
getCodepoint
();
663
UChar32 c = usi.
getCodepoint
();
705
UChar32 c = usi.
getCodepoint
();
710
UChar32 d = usi2.
getCodepoint
();
758
srcStr = (UnicodeString)usi.
getCodepoint
();
821
UChar32 c = usi.
getCodepoint
();
833
UChar32 d = usi2.
getCodepoint
();
[
all
...]
tstnorm.cpp
[
all
...]
usettest.cpp
761
int32_t codePoint = it.
getCodepoint
();
[
all
...]
transtst.cpp
[
all
...]
/external/icu4c/common/
caniter.cpp
455
UChar32 cp2 = iter.
getCodepoint
();
/external/icu4c/i18n/
alphaindex.cpp
763
if ((it.
getCodepoint
() & 0x7) != 0) {
764
exemplars.remove(it.
getCodepoint
());
[
all
...]
/external/icu4c/tools/dumpce/
dumpce.cpp
1015
codepoint = usetiter ->
getCodepoint
();
[
all
...]
/packages/inputmethods/LatinIME/native/jni/src/
unigram_dictionary.cpp
[
all
...]
/prebuilts/sdk/13/
android.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
Completed in 1189 milliseconds