OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:charoffset
(Results
1 - 3
of
3
) sorted by null
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPUtilsImpl.java
1012
int
charOffset
;
1081
for (
charOffset
= splitPoint;
charOffset
< item.length();
charOffset
++)
1083
newItem.append(item.charAt(
charOffset
));
1084
if (classifyCharacter(item.charAt(
charOffset
)) == UCK_QUOTE
1085
&& isSurroundingQuote(item.charAt(
charOffset
), openQuote, closeQuote))
1087
newItem.append(item.charAt(
charOffset
));
[
all
...]
/external/pcre/dist/
pcre_jit_compile.c
4737
sljit_uw c,
charoffset
, max = 256, min = READ_CHAR_MAX;
local
[
all
...]
/libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp
[
all
...]
Completed in 3535 milliseconds