OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cursor_offset
(Results
1 - 4
of
4
) sorted by null
/external/vixl/src/vixl/
code-buffer.h
44
ptrdiff_t
cursor_offset
= cursor_ - buffer_;
local
45
VIXL_ASSERT((offset >= 0) && (offset <=
cursor_offset
));
46
return
cursor_offset
- offset;
/external/icu/android_icu4j/src/main/java/android/icu/text/
TransliteratorParser.java
152
private static final char
CURSOR_OFFSET
= '@';
384
// Position of first
CURSOR_OFFSET
on _right_. This will be -1
769
case
CURSOR_OFFSET
:
[
all
...]
/external/icu/icu4c/source/i18n/
rbt_pars.cpp
60
#define
CURSOR_OFFSET
((UChar)0x0040) /*@*/
282
// Position of first
CURSOR_OFFSET
on _right_. This will be -1
729
case
CURSOR_OFFSET
:
[
all
...]
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliteratorParser.java
151
private static final char
CURSOR_OFFSET
= '@';
383
// Position of first
CURSOR_OFFSET
on _right_. This will be -1
768
case
CURSOR_OFFSET
:
[
all
...]
Completed in 89 milliseconds