OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fastSingle
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetBOCU1.java
242
private static final int
fastSingle
=0;
247
private int labelType =
fastSingle
; //labeType is set to
fastSingle
to start the code from
fastSingle
:
414
case
fastSingle
:
415
labelType =
fastSingle
(source, target, offsets);
429
private int
fastSingle
(CharBuffer source, ByteBuffer target, IntBuffer offsets){
430
//
fastSingle
:
549
labelType =
fastSingle
;
674
labelType =
fastSingle
;
[
all
...]
CharsetSCSU.java
196
private static final int
FastSingle
=0;
256
case
FastSingle
:
258
labelType =
fastSingle
(source, target, offsets, ByteMode);
270
case
FastSingle
:
272
labelType =
fastSingle
(source, target, offsets, UnicodeMode);
288
private int
fastSingle
(ByteBuffer source, CharBuffer target, IntBuffer offsets, int modeType){
374
label =
FastSingle
;
380
label =
FastSingle
;
396
label =
FastSingle
;
424
label =
FastSingle
;
[
all
...]
Completed in 47 milliseconds