OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fch
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libevent/
buffer.c
239
char
fch
= data[i], sch = data[i+1];
local
242
if ( (sch == '\r' || sch == '\n') && sch !=
fch
)
/packages/apps/VoiceDialer/src/com/android/voicedialer/
CommandRecognizerEngine.java
878
final char
fch
= formats.charAt(f);
local
879
if (
fch
== '\n' && n >= nlen) return sb.toString();
880
if (
fch
== '\n' || n >= nlen) break;
883
if (
fch
== nch || (
fch
== 'x' && Character.isDigit(nch))) {
889
else if (
fch
== ' ') {
[
all
...]
Completed in 313 milliseconds