Home
last modified time | relevance | path

Searched refs:AI_NUMERICSERV (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp75 #if defined(AI_NUMERICSERV) in OsConstants_initConstants()
76 initConstant(env, c, "AI_NUMERICSERV", AI_NUMERICSERV); in OsConstants_initConstants()
/libcore/luni/src/main/java/android/system/
DOsConstants.java120 public static final int AI_NUMERICSERV = placeholder(); field in OsConstants