OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bcp
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
punyref.c
82
/* flagged(
bcp
) tests whether a basic code point is flagged */
83
/* (uppercase). The behavior is undefined if
bcp
is not a */
86
#define flagged(
bcp
) ((punycode_uint)(
bcp
) - 65 < 26)
88
/* encode_basic(
bcp
,flag) forces a basic code point to lowercase */
91
/* is caseless. The behavior is undefined if
bcp
is not a basic */
94
static char encode_basic(punycode_uint
bcp
, int flag)
96
bcp
-= (
bcp
- 97 < 26) << 5;
97
return (char)
bcp
+ ((!flag && (bcp - 65 < 26)) << 5)
[
all
...]
/external/icu4c/test/intltest/
punyref.c
82
/* flagged(
bcp
) tests whether a basic code point is flagged */
83
/* (uppercase). The behavior is undefined if
bcp
is not a */
86
#define flagged(
bcp
) ((punycode_uint)(
bcp
) - 65 < 26)
88
/* encode_basic(
bcp
,flag) forces a basic code point to lowercase */
91
/* is caseless. The behavior is undefined if
bcp
is not a basic */
94
static char encode_basic(punycode_uint
bcp
, int flag)
96
bcp
-= (
bcp
- 97 < 26) << 5;
97
return (char)
bcp
+ ((!flag && (bcp - 65 < 26)) << 5)
[
all
...]
/dalvik/dexopt/
OptMain.cpp
215
const char*
bcp
= getenv("BOOTCLASSPATH");
local
216
if (
bcp
== NULL) {
222
const char* match = strstr(
bcp
, zipName);
235
int matchOffset = match -
bcp
;
236
if (matchOffset > 0 &&
bcp
[matchOffset-1] == ':')
240
bcpCopy = strdup(
bcp
);
243
bcp
= bcpCopy;
244
ALOGD("DexOptZ: truncated BOOTCLASSPATH to '%s'",
bcp
);
249
bcp
, dexoptFlags);
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
linemap.h
59
* \param
bcp
pointer to return bytecode into
62
* \note If source line information is not available,
bcp
and sourcep targets
67
/*@null@*/ yasm_bytecode **
bcp
,
linemap.c
281
yasm_bytecode **
bcp
, const char **sourcep)
284
*
bcp
= NULL;
289
*
bcp
= linemap->source_info[line-1].bc;
/external/smali/baksmali/src/main/java/org/jf/baksmali/
main.java
207
String
bcp
= commandLine.getOptionValue("c");
local
208
if (
bcp
!= null &&
bcp
.charAt(0) == ':') {
209
extraBootClassPathEntries.append(
bcp
);
211
bootClassPath =
bcp
;
/bionic/libc/netbsd/resolv/
res_debug.c
866
u_char *
bcp
;
local
958
bcp
= binary;
959
*
bcp
++ = (u_int8_t) 0; /* version byte */
960
*
bcp
++ = siz;
961
*
bcp
++ = hp;
962
*
bcp
++ = vp;
963
PUTLONG(latit,
bcp
);
964
PUTLONG(longit,
bcp
);
965
PUTLONG(alt,
bcp
);
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
/prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar
/prebuilts/misc/common/jython/
jython.jar
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar
ant.jar
/prebuilts/tools/common/ant/
ant.jar
/prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar
Completed in 961 milliseconds